public class ServerConnectionInfo extends java.lang.Object implements java.io.Serializable, SecureExternalizable
Constructor and Description |
---|
ServerConnectionInfo() |
ServerConnectionInfo(java.lang.String _instanceName,
SchemaI _schema,
boolean _locked) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long[] |
getDiscriminatorIds() |
java.lang.String |
getInstanceName() |
java.lang.String |
getSchemaFingerprint() |
java.lang.String |
getSchemaVersion() |
void |
readInstance(SecureObjectInputI s)
Reads an instance of this class from the given SecureObjectInputI without using readObject.
|
boolean |
serverIsLocked() |
void |
writeInstance(SecureObjectOutputI s)
Writes an instance of this class to the given SecureObjectOutputI without using writeObject.
|
public ServerConnectionInfo(java.lang.String _instanceName, SchemaI _schema, boolean _locked)
public ServerConnectionInfo()
public java.lang.String getInstanceName()
public java.lang.String getSchemaFingerprint()
public java.lang.String getSchemaVersion()
public java.lang.Long[] getDiscriminatorIds()
public boolean serverIsLocked()
public void writeInstance(SecureObjectOutputI s) throws java.io.IOException
SecureExternalizable
writeInstance
in interface SecureExternalizable
java.io.IOException
public void readInstance(SecureObjectInputI s) throws java.io.IOException
SecureExternalizable
readInstance
in interface SecureExternalizable
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.