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.3 2005/05/04 13:56:06 alphonse.bendt Exp $
Author:
Alphonse Bendt

Method Summary
 int getAdminID()
           
 int getChannelID()
           
 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.