| java.lang.Object org.datashare.objects.ActivateConnectionObject
ActivateConnectionObject | public class ActivateConnectionObject implements java.io.Serializable(Code) | | a Client must send this object over a connection before the DataShareServer will use the
connection to send or recieve data. It lets the server know which 'client'
has established the connection. This object is sent from the Clients over the data
and commmandStatus Channels to the DataShare server.
since: Version 2 author: Charles Wood |
clientKeyValue | public String clientKeyValue(Code) | | the unique name for the client that is creating/sending this instance, used by the
DataShareServer to assign ownership of the channel to a named client
|
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
ActivateConnectionObject | public ActivateConnectionObject()(Code) | | Constructor, useful only for creating an instance to be used for 'instanceOf' testing
|
ActivateConnectionObject | public ActivateConnectionObject(String clientKeyValue)(Code) | | Constructor, used by Clients to create an instance of this object.
No further calls to methods in this class
are required prior to sending this object.
Parameters: clientKeyValue - should be set to the unique name of the clientthat is sending this object |
|
|