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

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


getMaxNumberOfSuppliers

public int getMaxNumberOfSuppliers()

setMaxNumberOfSuppliers

public void setMaxNumberOfSuppliers(int max)

getMaxNumberOfConsumers

public int getMaxNumberOfConsumers()

setMaxNumberOfConsumers

public void setMaxNumberOfConsumers(int max)

getID

public int getID()