Searched refs:RemoteClass (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/make/sun/rmi/rmic/
H A DFILES.gmk39 sun/rmi/rmic/RemoteClass.java \
48 sun/rmi/rmic/newrmic/jrmp/RemoteClass.java \
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DJrmpGenerator.java126 RemoteClass remoteClass = RemoteClass.forClass(env, inputClass);
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...]
H A DStubSkeletonWriter.java57 private final RemoteClass remoteClass;
75 private final RemoteClass.Method[] remoteMethods;
89 RemoteClass remoteClass,
285 RemoteClass.Method method = remoteMethods[opnum];
656 RemoteClass.Method method = remoteMethods[opnum];
809 RemoteClass.Method method = remoteMethods[i];
839 private static String[] nameMethodFields(RemoteClass.Method[] methods) {
/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...]
H A DRMIGenerator.java118 RemoteClass remoteClass = RemoteClass.forClass(env, cdef);
230 private RemoteClass remoteClass;
236 private RemoteClass.Method[] remoteMethods;
268 File destDir, RemoteClass remoteClass, int version)
473 RemoteClass.Method method = remoteMethods[opnum];
844 RemoteClass.Method method = remoteMethods[opnum];
989 * that we find in the RemoteClass.Method object.
991 * REMIND: Should this access be part of RemoteClass.Method's
994 RemoteClass
[all...]

Completed in 68 milliseconds