Uses of Interface
com.metamatrix.common.messaging.MessageBus

Packages that use MessageBus
com.metamatrix.common.comm.platform.socket   
com.metamatrix.common.messaging   
com.metamatrix.common.messaging.jgroups   
com.metamatrix.metadata.runtime   
com.metamatrix.platform.config.spi.xml   
com.metamatrix.platform.registry   
com.metamatrix.platform.vm.controller   
com.metamatrix.server   
com.metamatrix.server.dqp.service   
 

Uses of MessageBus in com.metamatrix.common.comm.platform.socket
 

Constructors in com.metamatrix.common.comm.platform.socket with parameters of type MessageBus
SocketVMController(Host host, java.lang.String processName, ClusteredRegistryState registry, ServerEvents serverEvents, MessageBus bus, HostManagement hostManagement)
           
 

Uses of MessageBus in com.metamatrix.common.messaging
 

Classes in com.metamatrix.common.messaging that implement MessageBus
 class NoOpMessageBus
          A MessageBus implementation - all methods do nothing.
 

Uses of MessageBus in com.metamatrix.common.messaging.jgroups
 

Classes in com.metamatrix.common.messaging.jgroups that implement MessageBus
 class JGroupsMessageBus
           
 

Uses of MessageBus in com.metamatrix.metadata.runtime
 

Methods in com.metamatrix.metadata.runtime with parameters of type MessageBus
 void RuntimeMetadataCatalog.init(java.util.Properties runtimeProperties, MessageBus messageBus, CacheFactory factory)
          The init method needs to be called prior to executing any other methods.
 

Uses of MessageBus in com.metamatrix.platform.config.spi.xml
 

Methods in com.metamatrix.platform.config.spi.xml with parameters of type MessageBus
 void XMLConfigurationMgr.setMessageBus(MessageBus messageBus)
           
 

Uses of MessageBus in com.metamatrix.platform.registry
 

Constructors in com.metamatrix.platform.registry with parameters of type MessageBus
HostControllerRegistryBinding(java.lang.String hostName, java.util.Properties properties, HostManagement controller, MessageBus bus)
           
ProcessRegistryBinding(java.lang.String hostName, java.lang.String processName, VMComponentDefn deployedComponent, ProcessManagement vmController, MessageBus bus)
           
RegistryBinding(T bindObject, java.lang.String hostName, MessageBus messageBus)
           
ServiceRegistryBinding(ServiceID serviceID, ServiceInterface si, java.lang.String serviceType, java.lang.String instanceName, java.lang.String componentType, java.lang.String deployedName, java.lang.String hostName, DeployedComponent deployedComponent, int state, java.util.Date time, boolean essential, MessageBus bus)
           
ServiceRegistryBinding(ServiceInterface si, java.lang.String hostName, DeployedComponent deployedComponent, boolean essential, MessageBus bus)
          Create new ServiceRegistryInstance
 

Uses of MessageBus in com.metamatrix.platform.vm.controller
 

Constructors in com.metamatrix.platform.vm.controller with parameters of type MessageBus
ProcessController(Host host, java.lang.String processname, ClusteredRegistryState registry, ServerEvents serverEvents, MessageBus bus, HostManagement hostManagement)
          Create a new instance of VMController.
 

Uses of MessageBus in com.metamatrix.server
 

Methods in com.metamatrix.server that return MessageBus
static MessageBus ResourceFinder.getMessageBus()
           
 

Constructors in com.metamatrix.server with parameters of type MessageBus
HostController(Host host, ClusteredRegistryState registry, HostMonitor hostMonitor, MessageBus bus)
           
 

Uses of MessageBus in com.metamatrix.server.dqp.service
 

Constructors in com.metamatrix.server.dqp.service with parameters of type MessageBus
RemoteResultsReceiver(MessageBus bus)
           
 



Copyright © 2009. All Rights Reserved.