| java.lang.Object org.jacorb.notification.AbstractChannelFactory
All known Subclasses: org.jacorb.notification.TypedEventChannelFactoryImpl, org.jacorb.notification.EventChannelFactoryImpl,
AbstractChannelFactory | abstract public class AbstractChannelFactory implements ManageableServant,Disposable(Code) | | author: Alphonse Bendt version: $Id: AbstractChannelFactory.java,v 1.22 2006/06/22 09:51:04 alphonse.bendt Exp $ |
Inner Class :interface ShutdownCallback | |
config_ | final protected Configuration config_(Code) | | |
container_ | final protected MutablePicoContainer container_(Code) | | |
logger_ | final protected Logger logger_(Code) | | |
AbstractChannelFactory | protected AbstractChannelFactory(MutablePicoContainer container, ORB orb) throws UserException(Code) | | |
create_abstract_channel | abstract protected org.omg.CORBA.Object create_abstract_channel(Property[] admin, Property[] qos, IntHolder id) throws UnsupportedAdmin, UnsupportedQoS(Code) | | |
create_channel_servant | protected AbstractEventChannel create_channel_servant(IntHolder id, Property[] qosProps, Property[] adminProps) throws UnsupportedAdmin, UnsupportedQoS, ConfigurationException(Code) | | |
deactivate | final public void deactivate()(Code) | | |
destroy | public void destroy()(Code) | | |
dispose | public void dispose()(Code) | | |
getAllChannels | protected int[] getAllChannels()(Code) | | |
getConfiguration | protected Configuration getConfiguration()(Code) | | |
getLocalPort | protected int getLocalPort()(Code) | | |
getObjectName | abstract protected String getObjectName()(Code) | | |
newContainerForChannel | protected MutablePicoContainer newContainerForChannel()(Code) | | |
setDestroyMethod | public void setDestroyMethod(Runnable destroyMethod)(Code) | | |
shutdown | public void shutdown(ShutdownCallback cb)(Code) | | shutdown is called by the Java Wrapper
|
unregisterName | public synchronized void unregisterName() throws NotFound, CannotProceed, InvalidName(Code) | | |
|
|