Uses of Class
com.atlassian.jira.cluster.Node.NodeState

Packages that use Node.NodeState
com.atlassian.jira.cluster   
 

Uses of Node.NodeState in com.atlassian.jira.cluster
 

Methods in com.atlassian.jira.cluster that return Node.NodeState
 Node.NodeState Node.getState()
           
static Node.NodeState Node.NodeState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Node.NodeState[] Node.NodeState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.cluster with parameters of type Node.NodeState
 Node OfBizClusterNodeStore.createNode(String nodeId, Node.NodeState state)
          Creates the node in the underlying database.
 Node OfBizClusterNodeStore.storeNode(String nodeId, Node.NodeState state)
          Stores the node in the underlying database.
 

Constructors in com.atlassian.jira.cluster with parameters of type Node.NodeState
Node(String nodeId, Node.NodeState state)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.