|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGConObject
com.tivoli.twg.engine.TWGConServer
Console object used to shadow information about the server.
Field Summary |
---|
Fields inherited from class com.tivoli.twg.engine.TWGConObject |
---|
INVALID_OBJECT_ID |
Constructor Summary | |
---|---|
TWGConServer(long objectId)
Constructor |
Method Summary | |
---|---|
void |
Delete()
Delete (remove object from hash table) |
static java.util.Date |
getBuildDate()
Return build date |
static java.lang.String |
getDataDirectory()
Return data directory |
static java.lang.String |
getLogDirectory()
Return log directory |
int |
getOSType()
Return operating system type |
static java.lang.String |
getPathSeparator()
Return path separator |
static java.lang.String |
getProdDataDirectory()
Return product data directory |
static java.lang.String |
getRootDirectory()
Return root directory |
static java.lang.String |
getSeparator()
Return separator |
static java.lang.String |
getTempDataDirectory()
Return temporary data directory |
int |
getVersion()
Return version code (decimal VVvvyymmdd, for VV.vv, mm/dd/1990+yy) |
int |
getVersionMajor()
Return version major |
int |
getVersionMinor()
Return version minor |
static boolean |
isAIX()
Is AIX operating system |
static boolean |
isLinux()
Is linux operating system |
static boolean |
isOS400()
Is OS/400 operating system |
static boolean |
isUNIX()
Is UNIX operating system |
static boolean |
isWindows()
Is Windows operating system |
java.lang.String |
toString()
Generate string representation of object |
void |
UpdateUsingShadowRecord(byte[] buffer,
int offset,
int length)
Update object using shadow record created by the engine object which is matched with this class. |
Methods inherited from class com.tivoli.twg.engine.TWGConObject |
---|
AllObjects, AllObjects, DeleteObjects, DeregisterListener, FindObject, getBaseClassName, LookUpShadowClass, ObjectID, ProcessUpdateRequest, RegisterListener, SetObjectID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGConServer(long objectId) throws DuplicateObjectIDException
DuplicateObjectIDException
- if ID is duplicate of existing object IDMethod Detail |
public void Delete()
Delete
in class TWGConObject
public void UpdateUsingShadowRecord(byte[] buffer, int offset, int length)
UpdateUsingShadowRecord
in class TWGConObject
buffer
- - byte array containing opaque representation of
shadowed attributesoffset
- - offset of shadow record in byte arraylength
- - length of shadow record in byte arraypublic java.lang.String toString()
toString
in class TWGConObject
public int getVersion()
public int getVersionMajor()
public int getVersionMinor()
public static java.util.Date getBuildDate()
public int getOSType()
public static boolean isAIX()
public static boolean isLinux()
public static boolean isOS400()
public static boolean isUNIX()
public static boolean isWindows()
public static java.lang.String getRootDirectory()
public static java.lang.String getDataDirectory()
public static java.lang.String getLogDirectory()
public static java.lang.String getProdDataDirectory()
public static java.lang.String getTempDataDirectory()
public static java.lang.String getPathSeparator()
public static java.lang.String getSeparator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |