|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.SystemInfo
public final class SystemInfo
Initially obtained from a SignonConnection object; contains information about
the IBM i host, such as VRM level (V5R4M0, etc) and password level. All host server connections will
have an associated SystemInfo object.
If a connection is constructed using a system name, user, and password, then an implicit SignonConnection
is made to
obtain the SystemInfo object, and then closed.
| Field Summary | |
|---|---|
static int |
VERSION_540
|
static int |
VERSION_610
|
static int |
VERSION_710
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getPasswordLevel()
Returns the server password level. |
int |
getServerCCSID()
Returns the server CCSID. |
int |
getServerLevel()
Returns the server lipi level. |
int |
getServerVersion()
Returns the server VRM version. |
String |
getSystem()
Returns the system name. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int VERSION_540
public static final int VERSION_610
public static final int VERSION_710
| Method Detail |
|---|
public String getSystem()
public int getServerCCSID()
public int getServerLevel()
public int getServerVersion()
public int getPasswordLevel()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||