| java.lang.Object org.objectweb.celtix.Bus org.objectweb.celtix.bus.busimpl.CeltixBus
CELTIX_TRANSPORTFACTORYMANAGER | final public static String CELTIX_TRANSPORTFACTORYMANAGER(Code) | | |
CELTIX_WSDLMANAGER | final public static String CELTIX_WSDLMANAGER(Code) | | |
getBindingManager | public BindingManager getBindingManager()(Code) | | Returns the BindingManager of this Bus .
BindingManager of this Bus . |
getClientRegistry | public Object getClientRegistry()(Code) | | Returns the ClientRegistry of this Bus .
ClientRegistry the client registry of this Bus . |
getConfiguration | public Configuration getConfiguration()(Code) | | Returns the Configuration of this Bus .
Configuration the configuration of this bus . |
getEndpointRegistry | public EndpointRegistry getEndpointRegistry()(Code) | | Returns the EndpointRegistry of this Bus .
EndpointRegistry the endpoint registry of this Bus . |
getTransportFactoryManager | public TransportFactoryManager getTransportFactoryManager()(Code) | | Returns the TransportFactoryManager of this Bus .
TransportFactoryManager the transport factory manager of this Bus . |
init | public static synchronized Bus init(String[] args) throws BusException(Code) | | Create and initialize a Bus object.
Parameters: args - Any args, such as domain name, configuration scope,that may be needed to identify and initialize this Bus . Bus If a Bus has already been created using the same args,it will return the existing Bus object. Otherwise,it creates a new Bus . throws: BusException - If there is an error initializing Bus . |
initialize | public void initialize(String[] args, Map<String, Object> properties) throws BusException(Code) | | Used by the BusFactory to initialize a new bus.
Parameters: args - the command line configuration of this Bus . |
isServicesMonitoring | public boolean isServicesMonitoring()(Code) | | |
setServicesMonitoring | public void setServicesMonitoring(boolean pServicesMonitoring)(Code) | | |
shutdown | public void shutdown(boolean wait) throws BusException(Code) | | Shuts down the Bus .
Parameters: wait - If true , waits for the Bus to shutdown before returning, otherwise returns immediately. throws: BusException - |
|
|