|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.lateral.javagroups.utils.JGSocketOpener
Socket openere that will timeout on the initial connect rather than block forever.
Constructor Summary | |
JGSocketOpener(ILateralCacheAttributes lca,
java.lang.String groupName)
Constructor for the SocketOpener object |
Method Summary | |
org.jgroups.Channel |
getSocket()
Gets the socket attribute of the SocketOpener object. |
static org.jgroups.Channel |
openSocket(ILateralCacheAttributes lca,
int timeOut,
java.lang.String groupName)
Constructor for the SocketOpener object. |
void |
run()
Main processing method for the SocketOpener object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JGSocketOpener(ILateralCacheAttributes lca, java.lang.String groupName)
Method Detail |
public static org.jgroups.Channel openSocket(ILateralCacheAttributes lca, int timeOut, java.lang.String groupName)
SocketOpener
object.
public void run()
SocketOpener
object.
run
in interface java.lang.Runnable
public org.jgroups.Channel getSocket()
SocketOpener
object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |