Uses of Class
org.jboss.ha.framework.server.lock.RemoteLockResponse.Flag

Packages that use RemoteLockResponse.Flag
org.jboss.ha.framework.server.lock   
 

Uses of RemoteLockResponse.Flag in org.jboss.ha.framework.server.lock
 

Fields in org.jboss.ha.framework.server.lock declared as RemoteLockResponse.Flag
 RemoteLockResponse.Flag RemoteLockResponse.flag
           
 

Methods in org.jboss.ha.framework.server.lock that return RemoteLockResponse.Flag
static RemoteLockResponse.Flag RemoteLockResponse.Flag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RemoteLockResponse.Flag[] RemoteLockResponse.Flag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.ha.framework.server.lock with parameters of type RemoteLockResponse.Flag
RemoteLockResponse(org.jboss.ha.framework.interfaces.ClusterNode responder, RemoteLockResponse.Flag flag)
           
RemoteLockResponse(org.jboss.ha.framework.interfaces.ClusterNode responder, RemoteLockResponse.Flag flag, org.jboss.ha.framework.interfaces.ClusterNode holder)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.