public class GXAbstractSessionConnectionRequest extends GXAbstractRequest
Constructor and Description |
---|
GXAbstractSessionConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName() |
String |
getClientId() |
GXIApplicationServerContext |
getServerContext() |
String |
getServerURL() |
String |
getSessionID() |
String |
getSessionPassword() |
void |
readExternal(ObjectInput in) |
void |
setApplicationName(String applicationName) |
void |
setClientId(String clientId)
Set the client unique id to use.
|
void |
setServerContext(GXIApplicationServerContext serverContext)
Sets the ApplinX server context for the session.
|
void |
setServerURL(String serverURL)
Sets the URL of ApplinX Server to which the
GXIClientBaseObject will be connected. |
void |
setSessionID(String sessionID) |
void |
setSessionPassword(String sessionPassword) |
void |
writeExternal(ObjectOutput out) |
addVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariables
public String getSessionID()
public void setSessionID(String sessionID)
sessionID
- the ID of the session to which the
GXIClientBaseObject
will be attached.public void setApplicationName(String applicationName)
applicationName
- the name of the application on ApplinX Server
to which the session should be connected.public String getApplicationName()
public void setSessionPassword(String sessionPassword)
sessionPassword
- the session password to use for the connection.
In GXCreateSessionRequest
, this password is optional. When choosing to set
the password it must also be set in any GXAttachToSessionRequest
.public String getSessionPassword()
public void setServerURL(String serverURL)
GXIClientBaseObject
will be connected.serverURL
- the URL of ApplinX server.public String getServerURL()
public void setServerContext(GXIApplicationServerContext serverContext)
serverContext
- the context to set.public GXIApplicationServerContext getServerContext()
public void setClientId(String clientId)
clientId
- the id of all this client's connections.public String getClientId()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GXAbstractRequest
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GXAbstractRequest
IOException
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.