Uses of Interface
de.netseeker.ejoe.handler.ServerHandler

Packages that use ServerHandler
de.netseeker.ejoe   
de.netseeker.ejoe.handler   
 

Uses of ServerHandler in de.netseeker.ejoe
 

Constructors in de.netseeker.ejoe with parameters of type ServerHandler
EJServer(ServerHandler handler)
          Creates an instance of the EJOE server component pre-configured whith a default value for the used port
EJServer(ServerHandler handler, int port)
          Creates an instance of the EJOE server component
EJServer(int options, ServerHandler handler)
          Creates an instance of the EJOE server component pre-configured whith a default value for the used port and using the given connection options.
EJServer(int options, ServerHandler handler, int port)
          Creates an instance of the EJOE server component pre-configured whith the default (de)serializing mechanism and using the given connection options.
ConnectionReader(ChannelRegistrar registrar, ConnectionHeader receiverInfo, ConnectionHeader senderInfo, ServerHandler handler)
           
ConnectionProcessorManager(ConnectionHeader serverInfo, ServerHandler handler, int maxReadProcessors, int maxWriteProcessors)
          Creates a new ConnectionProcessorManager instance.
ConnectionProcessorManager(ConnectionHeader serverInfo, ServerHandler handler, int maxProcessors, int maxWriteProcessors, boolean useThreadedReadProcessors)
          Creates a new ConnectionProcessorManager instance
 

Uses of ServerHandler in de.netseeker.ejoe.handler
 

Classes in de.netseeker.ejoe.handler that implement ServerHandler
 class ClassHandler
          A ServerHandler which handles class loader requests.
 class MultiObjectHandler
          A simple base class for server handlers which have to deal with multiple input objects and return values
 



Copyright © 2005-2006 netseeker. All Rights Reserved.