jpel.remote.util
Class GenericSocketServer
java.lang.Object
|
+--jpel.remote.util.GenericSocketServer
- All Implemented Interfaces:
- java.lang.Runnable
- public class GenericSocketServer
- extends java.lang.Object
- implements java.lang.Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericSocketServer
public GenericSocketServer(int port)
throws GenericSocketServerException
setPort
public void setPort(int port)
getPort
public int getPort()
setServer
public void setServer(java.net.ServerSocket server)
getServer
public java.net.ServerSocket getServer()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
removeGenericConfigurationServerListener
public void removeGenericConfigurationServerListener(jpel.remote.util.GenericSocketServerListener l)
addGenericConfigurationServerListener
public void addGenericConfigurationServerListener(jpel.remote.util.GenericSocketServerListener l)
fireProcessCommand
protected void fireProcessCommand(jpel.remote.util.GenericSocketServerEvent e)