com.novell.zos.grid
Interface Node


public interface Node

Internal interface for Node (Resource) Grid object.


Method Summary
 int getAgentAge()
          Determine whether the agent is older, newer or equal in version to that expected by the server.
 String getVncIp()
           
 int getVncPort()
           
 

Method Detail

getVncIp

String getVncIp()
Returns:
the String VNC IP

getVncPort

int getVncPort()
Returns:
the String VNC Port

getAgentAge

int getAgentAge()
Determine whether the agent is older, newer or equal in version to that expected by the server.

Returns:
<0 if agent is older, 0 if agent exactly matches the server, > if agent is newer


Copyright 2008 Novell, Inc. All Rights Reserved.