API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote.rmi. RMIIIOPServerImpl View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      RMIServerImpl
          RMIIIOPServerImpl
Implements
Subclasses
Description
public class RMIIIOPServerImpl
  An RMIServerImpl that is exported through IIOP and that creates client connections as RMI objects exported through IIOP.
See also:    RMIServerImpl
Constructors
public RMIIIOPServerImpl (Map<String, Object> env) throws IOException
  Creates a new RMIServerImpl.
Methods
Hide/Show inherited methods
protected void clientClosed (RMIConnection client) throws IOException [Inherited From RMIServerImpl]
  Method called when a client connection created by makeClient is closed.
publicsynchronized void close () throws IOException [Inherited From RMIServerImpl]
  Closes this connection server.
protected void closeClient (RMIConnection client) throws IOException [Specified in RMIServerImpl]
protected void closeServer () throws IOException [Specified in RMIServerImpl]
  Called by RMIServerImpl.close() to close the connector server by unexporting this object.
@Override
pack-private RMIConnection doNewClient (Object credentials) throws IOException [Overrides RMIServerImpl]
protected void export () throws IOException [Specified in RMIServerImpl]
publicsynchronized ClassLoader getDefaultClassLoader () [Inherited From RMIServerImpl]
  Gets the default ClassLoader used by this connector server.
publicsynchronized MBeanServer getMBeanServer () [Inherited From RMIServerImpl]
  The MBeanServer to which this connector server is attached.
pack-privatesynchronized com.sun.jmx.remote.internal.NotificationBuffer getNotifBuffer () [Inherited From RMIServerImpl]
protected String getProtocol () [Specified in RMIServerImpl]
public String getVersion () [Inherited From RMIServerImpl]
protected RMIConnection makeClient (String connectionId, Subject subject) throws IOException [Specified in RMIServerImpl]
  Creates a new client connection as an RMI object exported through IIOP.
public RMIConnection newClient (Object credentials) throws IOException [Inherited From RMIServerImpl]
  Creates a new client connection.
publicsynchronized void setDefaultClassLoader (ClassLoader cl) [Inherited From RMIServerImpl]
  Sets the default ClassLoader for this connector server.
publicsynchronized void setMBeanServer (MBeanServer mbs) [Inherited From RMIServerImpl]
  Sets the MBeanServer to which this connector server is attached.
pack-private void setRMIConnectorServer (RMIConnectorServer connServer) throws IOException [Inherited From RMIServerImpl]
pack-private RMIConnection superDoNewClient (Object credentials) throws IOException
public Remote toStub () throws IOException [Specified in RMIServerImpl]
  Returns an IIOP stub.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar