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 java.lang.Object
implements NodeStatus

Created by IntelliJ IDEA. User: Tomd Date: 30/10/2006 Time: 11:19:44 To change this template use File | Settings | File Templates.


Constructor Summary
RemoteNodeStatus()
           
RemoteNodeStatus(int id, NodeStatus ns)
           
 
Method Summary
 java.util.Map getBuildStats()
           
 java.util.Map getJVMstats()
           
 int getNodeId()
           
 java.util.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 java.util.Map getJVMstats()
Specified by:
getJVMstats in interface NodeStatus

getProps

public java.util.Map getProps()
Specified by:
getProps in interface NodeStatus

getBuildStats

public java.util.Map getBuildStats()
Specified by:
getBuildStats in interface NodeStatus


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.