Searched defs:RemoteClass (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DRemoteClass.java59 final class RemoteClass { class
77 * Creates a RemoteClass instance that represents the RMI-specific
85 static RemoteClass forClass(BatchEnvironment env, ClassDoc implClass) {
86 RemoteClass remoteClass = new RemoteClass(env, implClass);
95 * Creates a RemoteClass instance for the specified class. The
98 private RemoteClass(BatchEnvironment env, ClassDoc implClass) { method in class:RemoteClass
128 * Returns an array of RemoteClass.Method objects representing all
354 * Create RemoteClass.Method object to represent this method
481 * enclosing RemoteClass
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DRemoteClass.java45 * A RemoteClass object encapsulates RMI-specific information about
55 public class RemoteClass implements sun.rmi.rmic.RMIConstants { class in inherits:sun.rmi.rmic.RMIConstants
58 * Create a RemoteClass object representing the remote meta-information
66 public static RemoteClass forClass(BatchEnvironment env,
69 RemoteClass rc = new RemoteClass(env, implClassDef);
110 * Return an array of RemoteClass.Method objects representing all of
161 * Create a RemoteClass instance for the given class. The resulting
164 private RemoteClass(BatchEnvironment env, ClassDefinition implClassDef) { method in class:RemoteClass
513 * Create RemoteClass
[all...]

Completed in 54 milliseconds