|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.netseeker.ejoe.core.ConnectionReader de.netseeker.ejoe.core.InJvmProcessor
public class InJvmProcessor
An In-JVM solution using Piped-Streams to communicate directly with the ServerHandler of a local EJServer.
Constructor Summary | |
---|---|
InJvmProcessor(IServerInfo receiverInfo,
ConnectionHeader senderInfo)
Creates a new instance of InJvmProcessor |
Method Summary | |
---|---|
java.lang.Object |
process(java.lang.Object param)
Processes a client request directly with the ServerHandler of a local (within the same JVM) EJServer |
Methods inherited from class de.netseeker.ejoe.core.ConnectionReader |
---|
deserialize, getReceiverInfo, getRegistrar, getSenderInfo, handleObject, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InJvmProcessor(IServerInfo receiverInfo, ConnectionHeader senderInfo)
receiverInfo
- server connection headersenderInfo
- client connection headerMethod Detail |
---|
public java.lang.Object process(java.lang.Object param) throws java.lang.Exception
param
- client request
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |