|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Message.NeedUpgrade
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 |
---|
static final int CLIENT_TYPE_NODE
static final int CLIENT_TYPE_TOOLKIT
Method Detail |
---|
String getClientId()
SocketAddress getClientAddress()
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.
int getComponent()
int getAgentMajor()
int getAgentMinor()
int getAgentPoint()
long getAgentBuild()
String getSystemArch()
String getSystemOsVendor()
String getSystemOsName()
String getSystemOsVersion()
int getSystemOsMajor()
int getSystemOsMinor()
int getSystemOsPoint()
String getSystemJavaVendor()
String getSystemJavaVersion()
int getSystemJavaMajor()
int getSystemJavaMinor()
int getSystemJavaPoint()
boolean getUsingProvidedJRE()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |