public class GXAttachToSessionRequest extends GXAbstractSessionConnectionRequest
| Constructor and Description |
|---|
GXAttachToSessionRequest() |
GXAttachToSessionRequest(GXIApplicationServerContext serverContext,
String sessionID)
Constructor
|
GXAttachToSessionRequest(String serverURL,
String sessionID,
String sessionPassword)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getApplicationName, getClientId, getServerContext, getServerURL, getSessionID, getSessionPassword, setApplicationName, setClientId, setServerContext, setServerURL, setSessionID, setSessionPasswordaddVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariablespublic GXAttachToSessionRequest()
public GXAttachToSessionRequest(GXIApplicationServerContext serverContext,
String sessionID)
serverContext - ApplinX Server context.sessionID - ID of the session to attach to.public GXAttachToSessionRequest(String serverURL, String sessionID, String sessionPassword)
serverURL - the URL of ApplinX server.sessionID - ID to which the session will be attached.sessionPassword - password used to attach to the existing session
on ApplinX server. Should be set ONLY if a password was set in the
GXCreateSessionRequest.public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GXAbstractSessionConnectionRequestIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GXAbstractSessionConnectionRequestIOExceptionCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.