com.atlassian.confluence.rpc.soap.beans
Class RemoteNodeStatus

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.RemoteNodeStatus
All Implemented Interfaces:
NodeStatus

public class RemoteNodeStatus
extends Object
implements NodeStatus


Constructor Summary
RemoteNodeStatus()
           
RemoteNodeStatus(int id, NodeStatus ns)
           
 
Method Summary
 Map getBuildStats()
           
 Map getJVMstats()
           
 int getNodeId()
           
 Map getProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteNodeStatus

public RemoteNodeStatus()

RemoteNodeStatus

public RemoteNodeStatus(int id,
                        NodeStatus ns)
Method Detail

getNodeId

public int getNodeId()

getJVMstats

public Map getJVMstats()
Specified by:
getJVMstats in interface NodeStatus

getProps

public Map getProps()
Specified by:
getProps in interface NodeStatus

getBuildStats

public Map getBuildStats()
Specified by:
getBuildStats in interface NodeStatus


Copyright © 2003-2012 Atlassian. All Rights Reserved.