|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jgroups.blocks.AbstractConnectionMap<TCPConnectionMap.TCPConnection> org.jgroups.blocks.TCPConnectionMap.Mapper
protected class TCPConnectionMap.Mapper
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgroups.blocks.AbstractConnectionMap |
---|
AbstractConnectionMap.ConnectionMapListener<V> |
Field Summary |
---|
Fields inherited from class org.jgroups.blocks.AbstractConnectionMap |
---|
conn_listeners, conns, factory, lock, log, reaper, reaperInterval, sock_creation_lock |
Constructor Summary | |
---|---|
TCPConnectionMap.Mapper(ThreadFactory factory)
|
|
TCPConnectionMap.Mapper(ThreadFactory factory,
long reaper_interval)
|
Method Summary | |
---|---|
boolean |
connectionEstablishedTo(Address address)
|
TCPConnectionMap.TCPConnection |
getConnection(Address dest)
|
protected TCPConnectionMap.TCPConnection |
getConnectionUnderLock(Address dest)
|
int |
size()
|
java.lang.String |
toString()
|
Methods inherited from class org.jgroups.blocks.AbstractConnectionMap |
---|
addConnection, addConnectionMapListener, clear, getLock, getNumConnections, getThreadFactory, hasConnection, hasOpenConnection, notifyConnectionClosed, notifyConnectionOpened, printConnections, removeConnection, removeConnectionMapListener, retainAll, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TCPConnectionMap.Mapper(ThreadFactory factory)
public TCPConnectionMap.Mapper(ThreadFactory factory, long reaper_interval)
Method Detail |
---|
protected TCPConnectionMap.TCPConnection getConnectionUnderLock(Address dest) throws java.lang.Exception
java.lang.Exception
public TCPConnectionMap.TCPConnection getConnection(Address dest) throws java.lang.Exception
java.lang.Exception
public boolean connectionEstablishedTo(Address address)
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |