| java.lang.Object test.server.named.NamedServerImpl
NamedServerImpl | public class NamedServerImpl implements NamedServer,BeanRunnable(Code) | | The named server implementation of the named server.
author: Brett Chaldecott |
Method Summary | |
public void | process() This method is called to perform the processing. | public void | terminate() This method is called to terminate the processing. |
NamedServerImpl | public NamedServerImpl()(Code) | | Creates a new instance of NamedServer1
|
process | public void process()(Code) | | This method is called to perform the processing.
|
terminate | public void terminate()(Code) | | This method is called to terminate the processing.
|
|
|