Method Summary |
|
public int | getCheckInterval() |
public int | getDebug() |
public Logger | getLogger() |
public Object[] | getObjects() Get an array of objects that has been received by this component. |
public String | getSenderId() get the senderId used to identify messages being received in a Cluster. |
public void | log(String message) |
public void | run() |
public void | setCheckInterval(int checkInterval) |
public void | setDebug(int debug) Set the debug detail level for this component. |
public void | setLogger(Logger logger) Set the Logger for this component. |
public void | setSenderId(String senderId) The senderId is a identifier used to identify different
packages being received in a Cluster. |
public void | start() Start this component, must be called before it can be used. |
public void | stop() The stop method for this component, should be called when closing
down the Cluster. |