org.jacorb.notification
Class ChannelContext
java.lang.Object
org.jacorb.notification.ChannelContext
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configurable
public class ChannelContext
- extends java.lang.Object
- implements org.apache.avalon.framework.configuration.Configurable
- Version:
- $Id: ChannelContext.java,v 1.18 2004/05/06 12:39:59 nicolas Exp $
- Author:
- Alphonse Bendt
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelContext
public ChannelContext()
configure
public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Specified by:
configure
in interface org.apache.avalon.framework.configuration.Configurable
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
getEventQueueFactory
public EventQueueFactory getEventQueueFactory()
getTaskProcessor
public TaskProcessor getTaskProcessor()
setTaskProcessor
public void setTaskProcessor(TaskProcessor taskProcessor)
getEventChannelFactoryServant
public EventChannelFactoryImpl getEventChannelFactoryServant()
setEventChannelFactoryServant
public void setEventChannelFactoryServant(EventChannelFactoryImpl argEventChannelFactoryServant)
getDefaultFilterFactory
public FilterFactory getDefaultFilterFactory()
setDefaultFilterFactory
public void setDefaultFilterFactory(FilterFactory argDefaultFilterFactory)
getEventChannelServant
public EventChannelImpl getEventChannelServant()
setEventChannelServant
public void setEventChannelServant(EventChannelImpl argEventChannelServant)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
setPOA
public void setPOA(POA poa)
getPOA
public POA getPOA()
setORB
public void setORB(ORB orb)
getORB
public ORB getORB()
setMessageFactory
public void setMessageFactory(MessageFactory messageFactory)
getMessageFactory
public MessageFactory getMessageFactory()