Uses of Class
org.glassfish.rmic.RemoteClass.Method
Packages that use RemoteClass.Method
-
Uses of RemoteClass.Method in org.glassfish.rmic
Fields in org.glassfish.rmic declared as RemoteClass.MethodModifier and TypeFieldDescriptionprivate RemoteClass.Method[]
RemoteClass.remoteMethods
all the remote methods of this classMethods in org.glassfish.rmic that return RemoteClass.MethodModifier and TypeMethodDescriptionRemoteClass.getRemoteMethods()
Return an array of RemoteClass.Method objects representing all of the remote methods implemented by this class, i.e.private RemoteClass.Method
RemoteClass.Method.mergeWith
(RemoteClass.Method other) Return a new Method object that is a legal combination of this method object and another one.Methods in org.glassfish.rmic with parameters of type RemoteClass.MethodModifier and TypeMethodDescriptionprivate RemoteClass.Method
RemoteClass.Method.mergeWith
(RemoteClass.Method other) Return a new Method object that is a legal combination of this method object and another one.Method parameters in org.glassfish.rmic with type arguments of type RemoteClass.MethodModifier and TypeMethodDescriptionprivate boolean
RemoteClass.collectRemoteMethods
(ClassDefinition interfaceDef, Hashtable<String, RemoteClass.Method> table) Collect and validate all methods from given interface and all of its superinterfaces as remote methods.