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, requestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreply, reply, replyAndClose, requestprivate Any2OneChannel synchChan
private NetAltingChannelInput in
private NetSharedConnectionServerImpl(Any2OneChannel synchChan, NetAltingChannelInput in)
static NetSharedConnectionServerImpl create()
public NetChannelLocation getChannelLocation()
getChannelLocation in interface NetworkedNetChannelLocation object.Networked.getChannelLocation()public SharedConnectionServer duplicate()
Produces a duplicate
SharedConnectionServer object which
may be used by another process.
duplicate in interface SharedConnectionServerduplicate in class SharedConnectionServerImplSharedConnectionServer
object.public void destroyServer()
destroyServer in interface NetConnectionServer