org.jboss.ha.framework.server.lock
Class AbstractClusterLockSupport.RpcTarget
java.lang.Object
org.jboss.ha.framework.server.lock.AbstractClusterLockSupport.RpcTarget
- Enclosing class:
- AbstractClusterLockSupport
public static class AbstractClusterLockSupport.RpcTarget
- extends Object
Object the HAPartition can invoke on. This class is static as
an aid in unit testing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remoteLock
public RemoteLockResponse remoteLock(Serializable categoryName,
org.jboss.ha.framework.interfaces.ClusterNode caller,
long timeout)
releaseRemoteLock
public void releaseRemoteLock(Serializable categoryName,
org.jboss.ha.framework.interfaces.ClusterNode caller)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.