Uses of Interface
org.jboss.messaging.core.management.ReplicationOperationInvoker

Packages that use ReplicationOperationInvoker
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.management.jmx.impl   
org.jboss.messaging.jms.server.management.jmx.impl   
 

Uses of ReplicationOperationInvoker in org.jboss.messaging.core.management
 

Methods in org.jboss.messaging.core.management that return ReplicationOperationInvoker
 ReplicationOperationInvoker ManagementService.getReplicationOperationInvoker()
           
 

Uses of ReplicationOperationInvoker in org.jboss.messaging.core.management.impl
 

Classes in org.jboss.messaging.core.management.impl that implement ReplicationOperationInvoker
 class ReplicationOperationInvokerImpl
          A ReplicationOperationInvoker
 

Methods in org.jboss.messaging.core.management.impl that return ReplicationOperationInvoker
 ReplicationOperationInvoker ManagementServiceImpl.getReplicationOperationInvoker()
           
 

Uses of ReplicationOperationInvoker in org.jboss.messaging.core.management.jmx.impl
 

Constructors in org.jboss.messaging.core.management.jmx.impl with parameters of type ReplicationOperationInvoker
ReplicationAwareAddressControlWrapper(AddressControlImpl localAddressControl, ReplicationOperationInvoker replicationInvoker)
           
ReplicationAwareMessagingServerControlWrapper(MessagingServerControlImpl localControl, ReplicationOperationInvoker replicationInvoker)
           
ReplicationAwareQueueControlWrapper(QueueControlImpl localControl, ReplicationOperationInvoker replicationInvoker)
           
ReplicationAwareStandardMBeanWrapper(java.lang.String resourceName, java.lang.Class mbeanInterface, ReplicationOperationInvoker replicationInvoker)
           
 

Uses of ReplicationOperationInvoker in org.jboss.messaging.jms.server.management.jmx.impl
 

Constructors in org.jboss.messaging.jms.server.management.jmx.impl with parameters of type ReplicationOperationInvoker
ReplicationAwareConnectionFactoryControlWrapper(ConnectionFactoryControlImpl localControl, ReplicationOperationInvoker replicationInvoker)
           
ReplicationAwareJMSQueueControlWrapper(JMSQueueControlImpl localControl, ReplicationOperationInvoker replicationInvoker)
           
ReplicationAwareJMSServerControlWrapper(JMSServerControlImpl localControl, ReplicationOperationInvoker replicationInvoker)
           
ReplicationAwareTopicControlWrapper(TopicControlImpl localControl, ReplicationOperationInvoker replicationInvoker)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.