org.jacorb.notification.servant
Interface IEventChannel

All Superinterfaces:
IContainer

public interface IEventChannel
extends IContainer

Internal Interface used by Admins to query the settings of the EventChannel they belong to.

Version:
$Id: IEventChannel.java,v 1.5 2011-05-10 15:40:39 nick.cross Exp $
Author:
Alphonse Bendt

Method Summary
 int getAdminID()
           
 int getChannelID()
           
 String getChannelMBean()
           
 org.omg.CosNotifyChannelAdmin.EventChannel getEventChannel()
           
 
Methods inherited from interface org.jacorb.notification.IContainer
destroy, getContainer
 

Method Detail

getAdminID

int getAdminID()
Returns:
the id the Admin should use.

getChannelID

int getChannelID()
Returns:
the id of the parent Channel.

getEventChannel

org.omg.CosNotifyChannelAdmin.EventChannel getEventChannel()
Returns:
the parent Channel.

getChannelMBean

String getChannelMBean()


Copyright © 2012 JacORB. All Rights Reserved.