org.jacorb.notification
Interface AbstractEventChannelMBean

All Known Subinterfaces:
EventChannelImplMBean
All Known Implementing Classes:
EventChannelImpl

public interface AbstractEventChannelMBean

MBean interface.


Method Summary
 void destroy()
          destroy this Channel, all created Admins and all Proxies.
 int getID()
           
 int getMaxNumberOfConsumers()
           
 int getMaxNumberOfSuppliers()
           
 void setMaxNumberOfConsumers(int max)
           
 void setMaxNumberOfSuppliers(int max)
           
 

Method Detail

destroy

void destroy()
destroy this Channel, all created Admins and all Proxies.


getMaxNumberOfSuppliers

int getMaxNumberOfSuppliers()

setMaxNumberOfSuppliers

void setMaxNumberOfSuppliers(int max)

getMaxNumberOfConsumers

int getMaxNumberOfConsumers()

setMaxNumberOfConsumers

void setMaxNumberOfConsumers(int max)

getID

int getID()