Method Summary |
|
public void | handleSelectors() Infinite loop (until the end of the component) that handle the selectors. |
public void | init() Init method. This method is called before the start method. |
public void | run() Launch the thread looking at the selectors. |
public void | setPortNumber(int portNumber) Sets the port number of this protocol. |
public void | setRegistryComponent(RegistryComponent registryComponent) Sets the registry component. |
public void | start() Start method. This method is called after the init method. |
public void | stop() Stop method. This method is called when component needs to be
stopped. |