Uses of Class
org.glassfish.rmic.RemoteClass.Method
-
Packages that use RemoteClass.Method Package Description org.glassfish.rmic -
-
Uses of RemoteClass.Method in org.glassfish.rmic
Fields in org.glassfish.rmic declared as RemoteClass.Method Modifier and Type Field Description private RemoteClass.Method[]
RemoteClass. remoteMethods
all the remote methods of this classMethods in org.glassfish.rmic that return RemoteClass.Method Modifier and Type Method Description RemoteClass.Method[]
RemoteClass. 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.Method Modifier and Type Method Description 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.Method parameters in org.glassfish.rmic with type arguments of type RemoteClass.Method Modifier and Type Method Description private boolean
RemoteClass. collectRemoteMethods(ClassDefinition interfaceDef, java.util.Hashtable<java.lang.String,RemoteClass.Method> table)
Collect and validate all methods from given interface and all of its superinterfaces as remote methods.
-