com.novell.zos.grid
Interface Message.NeedUpgrade

All Superinterfaces:
Cloneable, Message, Serializable
Enclosing interface:
Message

public static interface Message.NeedUpgrade
extends Message


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.novell.zos.grid.Message
Message.Ack, Message.AuthFailure, Message.ClientResponseMessage, Message.Event, Message.GetGridObjects, Message.GridObjects, Message.JobAccepted, Message.JobError, Message.JobFinished, Message.JobIdEvent, Message.JobInfo, Message.Jobs, Message.JobStarted, Message.JobStatus, Message.LoginFailed, Message.LoginSuccess, Message.LogoutAck, Message.NeedUpgrade, Message.RunningJobs, Message.ServerStatus, Message.SessionAck, Message.SessionChallenge, Message.SessionResponse, Message.SessionStatus
 
Field Summary
static int CLIENT_TYPE_NODE
           
static int CLIENT_TYPE_TOOLKIT
           
 
Fields inherited from interface com.novell.zos.grid.Message
ACK, AUTH_FAILURE, COMPLETE, EVENT, GET_GRID_OBJECTS, GRID_OBJECTS, JOB_ACCEPTED, JOB_ERROR, JOB_FINISHED, JOB_INFO, JOB_STARTED, JOB_STATUS, JOB_STATUS_DETAIL, JOBS, LOGIN_FAILED, LOGIN_SUCCESS, LOGOUT_ACK, NEED_UPGRADE, RUN_JOB2, RUNNING_JOBS, SERVER_STATUS, SESSION_ACK, SESSION_CHALLENGE, SESSION_RESPONSE, SESSION_STATUS
 
Method Summary
 long getAgentBuild()
          Return the product build number of the agent.
 int getAgentMajor()
          Return the major version number of the node or client.
 int getAgentMinor()
          Return the minor version number of the node or client.
 int getAgentPoint()
          Return the point version number of the node or client.
 SocketAddress getClientAddress()
          Return the agent's or user's peer socket address.
 String getClientId()
          Return the agent or user name of the client attempting to connect.
 int getComponent()
          Return the component code of the client software being checked.
 String getSystemArch()
          Return the CPU architecture of the node/client host system.
 int getSystemJavaMajor()
          Return the JVM major version number of the node or client.
 int getSystemJavaMinor()
          Return the JVM minor version number of the node or client.
 int getSystemJavaPoint()
          Return the JVM point version number of the node or client.
 String getSystemJavaVendor()
          Return the JVM vendor name for the node/client host system.
 String getSystemJavaVersion()
          Return the JVM version for the node/client host system.
 int getSystemOsMajor()
          Return the OS major version number of the node or client.
 int getSystemOsMinor()
          Return the OS minor version number of the node or client.
 String getSystemOsName()
          Return the OS name for the node/client host system.
 int getSystemOsPoint()
          Return the OS point version number of the node or client.
 String getSystemOsVendor()
          Return the OS vendor name for the node/client host system.
 String getSystemOsVersion()
          Return the OS version for the node/client host system.
 boolean getUsingProvidedJRE()
          Return the "Using Provided JRE" flag.
 
Methods inherited from interface com.novell.zos.grid.Message
getCreationTime, getSource, getType, getTypeString
 

Field Detail

CLIENT_TYPE_NODE

static final int CLIENT_TYPE_NODE
See Also:
Constant Field Values

CLIENT_TYPE_TOOLKIT

static final int CLIENT_TYPE_TOOLKIT
See Also:
Constant Field Values
Method Detail

getClientId

String getClientId()
Return the agent or user name of the client attempting to connect.

Returns:
The agent's or user's name.

getClientAddress

SocketAddress getClientAddress()
Return the agent's or user's peer socket address.

Returns the peer (remote) SocketAddress for the socket on which the user or agent is connecting. If there is no socket, then null is returned.

Returns:
The agent's or user's peer socket address.

getComponent

int getComponent()
Return the component code of the client software being checked.

Returns:
The component code for the client.

getAgentMajor

int getAgentMajor()
Return the major version number of the node or client.

Returns:
The major version number of the node or client.

getAgentMinor

int getAgentMinor()
Return the minor version number of the node or client.

Returns:
The minor version number of the node or client.

getAgentPoint

int getAgentPoint()
Return the point version number of the node or client.

Returns:
The point version number of the node or client.

getAgentBuild

long getAgentBuild()
Return the product build number of the agent.

Returns:
The product build number of the agent.

getSystemArch

String getSystemArch()
Return the CPU architecture of the node/client host system.

Returns:
The cpu type.

getSystemOsVendor

String getSystemOsVendor()
Return the OS vendor name for the node/client host system.

Returns:
The OS vendor name.

getSystemOsName

String getSystemOsName()
Return the OS name for the node/client host system.

Returns:
The OS name.

getSystemOsVersion

String getSystemOsVersion()
Return the OS version for the node/client host system.

Returns:
The OS version.

getSystemOsMajor

int getSystemOsMajor()
Return the OS major version number of the node or client.

Returns:
The OS major version number of the node or client.

getSystemOsMinor

int getSystemOsMinor()
Return the OS minor version number of the node or client.

Returns:
The OS minor version number of the node or client.

getSystemOsPoint

int getSystemOsPoint()
Return the OS point version number of the node or client.

Returns:
The OS point version number of the node or client.

getSystemJavaVendor

String getSystemJavaVendor()
Return the JVM vendor name for the node/client host system.

Returns:
The JVM vendor name.

getSystemJavaVersion

String getSystemJavaVersion()
Return the JVM version for the node/client host system.

Returns:
The JVM version.

getSystemJavaMajor

int getSystemJavaMajor()
Return the JVM major version number of the node or client.

Returns:
The JVM major version number of the node or client.

getSystemJavaMinor

int getSystemJavaMinor()
Return the JVM minor version number of the node or client.

Returns:
The JVM minor version number of the node or client.

getSystemJavaPoint

int getSystemJavaPoint()
Return the JVM point version number of the node or client.

Returns:
The JVM point version number of the node or client.

getUsingProvidedJRE

boolean getUsingProvidedJRE()
Return the "Using Provided JRE" flag.

Returns:
The "Using Provided JRE" flag.


Copyright 2008 Novell, Inc. All Rights Reserved.