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, setSessionPassword
addVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariables
public 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 Externalizable
readExternal
in class GXAbstractSessionConnectionRequest
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GXAbstractSessionConnectionRequest
IOException
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.