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.4 2005/08/21 13:33:00 alphonse.bendt Exp $
Author:
Alphonse Bendt

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

Method Detail

getAdminID

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

getChannelID

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

getEventChannel

public EventChannel getEventChannel()
Returns:
the parent Channel.

getChannelMBean

public java.lang.String getChannelMBean()