org.jacorb.notification
Class ChannelContext

java.lang.Object
  extended byorg.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

Constructor Summary
ChannelContext()
           
 
Method Summary
 java.lang.Object clone()
           
 void configure(org.apache.avalon.framework.configuration.Configuration configuration)
           
 FilterFactory getDefaultFilterFactory()
           
 EventChannelFactoryImpl getEventChannelFactoryServant()
           
 EventChannelImpl getEventChannelServant()
           
 EventQueueFactory getEventQueueFactory()
           
 MessageFactory getMessageFactory()
           
 ORB getORB()
           
 POA getPOA()
           
 TaskProcessor getTaskProcessor()
           
 void setDefaultFilterFactory(FilterFactory argDefaultFilterFactory)
           
 void setEventChannelFactoryServant(EventChannelFactoryImpl argEventChannelFactoryServant)
           
 void setEventChannelServant(EventChannelImpl argEventChannelServant)
           
 void setMessageFactory(MessageFactory messageFactory)
           
 void setORB(ORB orb)
           
 void setPOA(POA poa)
           
 void setTaskProcessor(TaskProcessor taskProcessor)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelContext

public ChannelContext()
Method Detail

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()

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()