org.jacorb.notification.servant

Interface IEventChannel

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
intgetAdminID()
intgetChannelID()
StringgetChannelMBean()
EventChannelgetEventChannel()

Method Detail

getAdminID

public int getAdminID()

Returns: the id the Admin should use.

getChannelID

public int getChannelID()

Returns: the id of the parent Channel.

getChannelMBean

public String getChannelMBean()

getEventChannel

public EventChannel getEventChannel()

Returns: the parent Channel.