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.

Author:
Alphonse Bendt

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

EventChannel getEventChannel()
Returns:
the parent Channel.

getChannelMBean

String getChannelMBean()


Copyright © 2015 JacORB. All rights reserved.