com.resilientedge.jockey.peerbridge
Class SimpSockPoller

java.lang.Object
  |
  +--com.resilientedge.jockey.peerbridge.SimpSockPoller

public class SimpSockPoller
extends java.lang.Object

Active object to poll a remote peer for a response to a message, or unprovoked messages. (This is necessary when firewalls or network protocols prohibit direct transfer.)

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Method Summary
 void init()
          Initialize this instance.
 boolean isRunning()
          Return true if this object is still in a running state.
 void shutdown()
          Terminate this client instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init()
Initialize this instance.

shutdown

public void shutdown()
Terminate this client instance.

isRunning

public boolean isRunning()
Return true if this object is still in a running state.


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.