|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.javageeks.gjas.services.ThreadedServer | +--com.javageeks.gjas.services.SocketServer | +--com.javageeks.gjas.services.RemoteObjectFactoryService
RemoteObjectFactoryService
Fields inherited from class com.javageeks.gjas.services.SocketServer |
m_serverSocket, PORT_PROP, TIMEOUT_PROP |
Fields inherited from class com.javageeks.gjas.services.ThreadedServer |
m_paused, m_shouldStop |
Fields inherited from interface com.javageeks.gjas.Service |
PAUSED, PAUSING, RESUMING, RUNNING, STARTING, STOPPED, STOPPING |
Constructor Summary | |
RemoteObjectFactoryService()
|
Method Summary | |
void |
serve(java.net.Socket socket)
serve() takes a client request, sent via Serialization, and extracts the class name, the constructor, and the array of args to pass to the constructor, and proceeds to attempt to construct an instance of that type. |
Methods inherited from class com.javageeks.gjas.services.SocketServer |
getConfigInfo, getPort, setConfigInfo, setPort, start, stop |
Methods inherited from class com.javageeks.gjas.services.ThreadedServer |
getInstanceID, getState, getThread, isPaused, kill, pause, resume, setRunnable, setState, setThread, shouldStop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteObjectFactoryService()
Method Detail |
public void serve(java.net.Socket socket) throws java.lang.Exception
serve
in class SocketServer
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |