class NetSharedConnectionServerImpl extends SharedConnectionServerImpl implements NetSharedConnectionServer
Modifier and Type | Field and Description |
---|---|
private NetAltingChannelInput |
in |
private Any2OneChannel |
synchChan |
FACTORY
Modifier | Constructor and Description |
---|---|
private |
NetSharedConnectionServerImpl(Any2OneChannel synchChan,
NetAltingChannelInput in)
Constructor for NetSharedConnectionServerImpl.
|
Modifier and Type | Method and Description |
---|---|
(package private) static NetSharedConnectionServerImpl |
create() |
void |
destroyServer()
Destroys the server and frees any resources used within
the JCSP.NET infrastructure.
|
SharedConnectionServer |
duplicate()
Produces a duplicate
SharedConnectionServer object which
may be used by another process. |
NetChannelLocation |
getChannelLocation()
Returns the server's location.
|
reply, reply, replyAndClose, request
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
reply, reply, replyAndClose, request
private Any2OneChannel synchChan
private NetAltingChannelInput in
private NetSharedConnectionServerImpl(Any2OneChannel synchChan, NetAltingChannelInput in)
static NetSharedConnectionServerImpl create()
public NetChannelLocation getChannelLocation()
getChannelLocation
in interface Networked
NetChannelLocation
object.Networked.getChannelLocation()
public SharedConnectionServer duplicate()
Produces a duplicate
SharedConnectionServer
object which
may be used by another process.
duplicate
in interface SharedConnectionServer
duplicate
in class SharedConnectionServerImpl
SharedConnectionServer
object.public void destroyServer()
destroyServer
in interface NetConnectionServer