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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DRemoteType.java41 * RemoteType represents any non-special interface which inherits
48 public class RemoteType extends InterfaceType { class in inherits:InterfaceType
55 * Create an RemoteType for the given class.
61 public static RemoteType forRemote(ClassDefinition classDef,
68 RemoteType result = null;
78 if (!(existing instanceof RemoteType)) return null; // False hit.
82 return (RemoteType) existing;
91 RemoteType it = new RemoteType(stack,classDef);
123 * Create a RemoteType instanc
126 protected RemoteType(ContextStack stack, ClassDefinition classDef) { method in class:RemoteType
134 protected RemoteType(ContextStack stack, ClassDefinition classDef, int typeCode) { method in class:RemoteType
[all...]

Completed in 28 milliseconds