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.


javax.management.remote.rmi
class RMIServerImpl_Stub

java.lang.Object extended by java.rmi.server.RemoteObject extended by java.rmi.server.RemoteStub extended by javax.management.remote.rmi.RMIServerImpl_Stub
All Implemented Interfaces:
Serializable, Remote, RMIServer

public final class RMIServerImpl_Stub
extends RemoteStub
implements RMIServer


Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary

          
 
Method Summary
 String

          
 RMIConnection
newClient(Object $param_Object_1)

          
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIServerImpl_Stub

public RMIServerImpl_Stub(RemoteRef ref)
Parameters:
ref
Method Detail

getVersion

public String getVersion()
                  throws RemoteException
Throws:
RemoteException

newClient

public RMIConnection newClient(Object $param_Object_1)
                        throws IOException
Parameters:
$param_Object_1
Throws:
IOException


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/.