public class NetAltingConnectionClient extends AltingConnectionClientImpl
Instances of this class are AltingConnectionClient
objects which connect to ConnectionServer
objects
over a JCSP.NET network.
Instances of this class are not guaranteed to be safe to use
by muliple concurrent processes. See
NetSharedAltingConnectionClient
.
Instances can be constructed by using a
NetConnectionFactory
or by
using the NetConnection
class.
Type | Name and description |
---|---|
void |
destroyClient() Destroys the client and frees any resources used in the JCSP.NET infrastructure. |
NetChannelLocation |
getChannelLocation() Returns the location of the server. |
Methods inherited from class | Name |
---|---|
class AltingConnectionClientImpl |
claim, isOpen, release, reply, request |
class AltingConnectionClient |
getAltingChannel, pending, setAltingChannel |
class Guard |
schedule |
Destroys the client and frees any resources used in the JCSP.NET infrastructure.
Returns the location of the server.
NetChannelLocation
object.