|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.netseeker.ejoe.core.InJvmProcessorFactory
public abstract class InJvmProcessorFactory
A simple factory using the EJServerRegistry to look up an existing local (within the same JVM) EJServer for the given client connection header. It produces instances of InJvmProcessor, which are able to communicate directly with the ServerHandler of the found local EJServer and can be used by EJClient instead of a socket connection.
Constructor Summary | |
---|---|
InJvmProcessorFactory()
|
Method Summary | |
---|---|
static InJvmProcessor |
createProcessor(ConnectionHeader clientHeader)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InJvmProcessorFactory()
Method Detail |
---|
public static InJvmProcessor createProcessor(ConnectionHeader clientHeader)
server
- clientHeader
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |