com.intersys.objects
Class ObjectServerInfo

java.lang.Object
  extended bycom.intersys.objects.ObjectServerInfo
All Implemented Interfaces:
Cloneable, Serializable

public class ObjectServerInfo
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
 String cacheObjectVersion
           
 String cacheSystemVersion
           
 boolean clientVersionSupported
           
 String connectionInfo
           
 boolean isUnicode
           
 String locale
           
 String namespace
           
 long processNumber
           
 String protocolClientVersion
           
 String protocolServerVersion
           
 boolean systemOrefsSupported
           
 
Constructor Summary
ObjectServerInfo()
           
 
Method Summary
 Object clone()
           
 int getMajorObjectBuildNumber()
           
 int getMajorObjectVersion()
           
 int getMinorObjectBuildNumber()
           
 int getMinorObjectVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cacheSystemVersion

public String cacheSystemVersion

cacheObjectVersion

public String cacheObjectVersion

protocolServerVersion

public String protocolServerVersion

protocolClientVersion

public String protocolClientVersion

connectionInfo

public String connectionInfo

locale

public String locale

namespace

public String namespace

processNumber

public long processNumber

clientVersionSupported

public boolean clientVersionSupported

isUnicode

public boolean isUnicode

systemOrefsSupported

public boolean systemOrefsSupported
Constructor Detail

ObjectServerInfo

public ObjectServerInfo()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException

getMajorObjectVersion

public int getMajorObjectVersion()

getMinorObjectVersion

public int getMinorObjectVersion()

getMajorObjectBuildNumber

public int getMajorObjectBuildNumber()

getMinorObjectBuildNumber

public int getMinorObjectBuildNumber()