|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConnections
@ThreadSafe public final class Connections
Collected communication links.
Constructor Summary | |
---|---|
Connections(Spool s)
Creates an instance of Connections. |
Method Summary | |
---|---|
HostServiceRegistry |
hostServiceRegistry()
A reference to the service registry of the desk daemon on the local host. |
void |
refresh()
Refreshes all links, dropping and reforming them if dead. |
PRTransferCHub |
transferCHub()
A client-side region-transfer hub. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Connections(Spool s)
s
- spool for internal holds. When unwound, this instance
will become disabled, and will release its internal holds.
All holds are listener registrations with the desk daemon,
which automatically cleans out dead listeners anyway,
so a Spool0 is OK here.Method Detail |
---|
public PRTransferCHub transferCHub()
public HostServiceRegistry hostServiceRegistry()
public void refresh() throws RemoteException
RemoteException
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |