| java.lang.Object com.sun.satsa.jcrmic.RemoteMethod
RemoteMethod | public class RemoteMethod (Code) | | This class represents remote method.
|
RemoteMethod | public RemoteMethod(String name, String descriptor, Loader loader)(Code) | | Constructor.
Parameters: name - method name Parameters: descriptor - method descriptor Parameters: loader - class loader |
addException | public void addException(JClass ex)(Code) | | Add an exception type to the exceptions list.
Parameters: ex - exception class descriptor |
getExceptions | public Vector getExceptions()(Code) | | Returns the list of exceptions thrown by method.
the list of exceptions thrown by method |
merge | public void merge(RemoteMethod m)(Code) | | Merge the lists of exceptions thrown by this and specfied remote methods.
Parameters: m - remote method descriptor |
parseDescriptor | public static Vector parseDescriptor(String descriptor)(Code) | | Parses remote method descriptor.
Parameters: descriptor - remote method descriptor vector that contais string descriptor for every parameterand return value. |
|
|