org.jboss.messaging.core.management.impl
Class ReplicationOperationInvokerImpl

java.lang.Object
  extended by org.jboss.messaging.core.management.impl.ReplicationOperationInvokerImpl
All Implemented Interfaces:
ReplicationOperationInvoker

public class ReplicationOperationInvokerImpl
extends java.lang.Object
implements ReplicationOperationInvoker

A ReplicationOperationInvoker

Author:
Jeff Mesnil

Constructor Summary
ReplicationOperationInvokerImpl(java.lang.String clusterUser, java.lang.String clusterPassword, SimpleString managementAddress, long managementRequestTimeout, int managementConnectorID)
           
 
Method Summary
 java.lang.Object invoke(java.lang.String resourceName, java.lang.String operationName, java.lang.Object... parameters)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationOperationInvokerImpl

public ReplicationOperationInvokerImpl(java.lang.String clusterUser,
                                       java.lang.String clusterPassword,
                                       SimpleString managementAddress,
                                       long managementRequestTimeout,
                                       int managementConnectorID)
Method Detail

invoke

public java.lang.Object invoke(java.lang.String resourceName,
                               java.lang.String operationName,
                               java.lang.Object... parameters)
                        throws java.lang.Exception
Specified by:
invoke in interface ReplicationOperationInvoker
Throws:
java.lang.Exception

stop

public void stop()
Specified by:
stop in interface ReplicationOperationInvoker


Copyright © 2006 JBoss Inc. All Rights Reserved.