com.sun.jini.jeri.internal.connection
Class BasicServerConnManager

java.lang.Object
  extended by com.sun.jini.jeri.internal.connection.BasicServerConnManager
All Implemented Interfaces:
ServerConnManager

public class BasicServerConnManager
extends Object
implements ServerConnManager

Manages server-side connections by delegating directly to ServerConnectionManager.

Since:
2.0
Author:
Sun Microsystems, Inc.

Field Summary
private static ServerConnectionManager manager
           
 
Constructor Summary
BasicServerConnManager()
          Creates new instance containing a ServerConnectionManager.
 
Method Summary
 void handleConnection(ServerConnection conn, RequestDispatcher dispatcher)
          Delegates to the handleConnection method of the contained ServerConnectionManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

private static final ServerConnectionManager manager
Constructor Detail

BasicServerConnManager

public BasicServerConnManager()
Creates new instance containing a ServerConnectionManager.

Method Detail

handleConnection

public void handleConnection(ServerConnection conn,
                             RequestDispatcher dispatcher)
Delegates to the handleConnection method of the contained ServerConnectionManager.

Specified by:
handleConnection in interface ServerConnManager
Parameters:
conn - the server connection
dispatcher - the request dispatcher
Throws:
NullPointerException - if either argument is null


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.