de.netseeker.ejoe.core
Class InJvmProcessorFactory

java.lang.Object
  extended by de.netseeker.ejoe.core.InJvmProcessorFactory

public abstract class InJvmProcessorFactory
extends java.lang.Object

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.

Since:
0.3.9.3
Author:
netseeker

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

InJvmProcessorFactory

public InJvmProcessorFactory()
Method Detail

createProcessor

public static InJvmProcessor createProcessor(ConnectionHeader clientHeader)
Parameters:
server -
clientHeader -
Returns:


Copyright © 2005-2007 netseeker. All Rights Reserved.