This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.management.remote.rmi

Interface Summary
RMIConnection RMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side.
RMIServer RMI object used to establish connections to an RMI connector.
 

Class Summary
RMIConnectionImpl Implementation of the javax.management.remote.rmi.RMIConnection interface.
RMIConnectionImpl_Stub
RMIConnector A connection to a remote RMI connector.
RMIConnectorServer A JMX API connector server that creates RMI-based connections from remote clients.
RMIIIOPServerImpl An javax.management.remote.rmi.RMIServerImpl that is exported through IIOP and that creates client connections as RMI objects exported through IIOP.
RMIJRMPServerImpl An javax.management.remote.rmi.RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.
RMIServerImpl An RMI object representing a connector server.
RMIServerImpl_Stub
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.