com.sun.jini.jeri.internal.connection
Class BasicServerConnManager
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
private static final ServerConnectionManager manager
BasicServerConnManager
public BasicServerConnManager()
- Creates new instance containing a
ServerConnectionManager
.
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 connectiondispatcher
- 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.