public class NetAltingConnectionClient extends AltingConnectionClientImpl implements NetConnectionClient
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
or by
using the NetConnectionFactory
class.
NetConnection
Modifier and Type | Method 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.
|
claim, isOpen, release, reply, request
getAltingChannel, pending, setAltingChannel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOpen, reply, request
public NetChannelLocation getChannelLocation()
getChannelLocation
in interface Networked
NetChannelLocation
object.public void destroyClient()
destroyClient
in interface NetConnectionClient
Copyright © 1996–2016. All rights reserved.