Uses of Interface
com.atlassian.confluence.cluster.NodeStatus

Packages that use NodeStatus
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.coherence   
com.atlassian.confluence.cluster.coherence.invocations   
com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. 
com.atlassian.confluence.rpc.soap.beans   
 

Uses of NodeStatus in com.atlassian.confluence.cluster
 

Classes in com.atlassian.confluence.cluster that implement NodeStatus
 class NodeStatusImpl
           
 

Methods in com.atlassian.confluence.cluster that return types with arguments of type NodeStatus
 java.util.Map<java.lang.Integer,NodeStatus> ClusterManager.getNodeStatuses()
          Gets status information from all members of the cluster.
 

Constructors in com.atlassian.confluence.cluster with parameters of type NodeStatus
NodeStatusImpl(NodeStatus status)
           
 

Uses of NodeStatus in com.atlassian.confluence.cluster.coherence
 

Methods in com.atlassian.confluence.cluster.coherence that return types with arguments of type NodeStatus
 java.util.Map<java.lang.Integer,NodeStatus> TangosolClusterManager.getNodeStatuses()
           
 

Uses of NodeStatus in com.atlassian.confluence.cluster.coherence.invocations
 

Methods in com.atlassian.confluence.cluster.coherence.invocations that return NodeStatus
 NodeStatus SystemInformationInvocable.getResult()
           
 

Uses of NodeStatus in com.atlassian.confluence.cluster.nonclustered
 

Methods in com.atlassian.confluence.cluster.nonclustered that return types with arguments of type NodeStatus
 java.util.Map<java.lang.Integer,NodeStatus> NonClusterManager.getNodeStatuses()
           
 

Uses of NodeStatus in com.atlassian.confluence.rpc.soap.beans
 

Classes in com.atlassian.confluence.rpc.soap.beans that implement NodeStatus
 class RemoteNodeStatus
           
 

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type NodeStatus
RemoteNodeStatus(int id, NodeStatus ns)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.