public class RemoteClass.Method
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
clone()
Cloning is supported by returning a shallow copy of this object.
|
ClassDeclaration[] |
getExceptions()
Return an array of the exception classes declared to be
thrown by this remote method.
|
MemberDefinition |
getMemberDefinition()
Return the definition of the actual class member corresponing
to this method of a remote interface.
|
long |
getMethodHash()
Return the "method hash" used to identify this remote method
in the JDK 1.2 version of the stub protocol.
|
Identifier |
getName()
Return the name of this method.
|
java.lang.String |
getNameAndDescriptor()
Return a string consisting of this method's name followed by
its method descriptor, using the Java VM's notation for
method descriptors (see section 4.3.3 of The Java Virtual
Machine Specification).
|
java.lang.String |
getOperationString()
Return the string representation of this method appropriate
for the construction of a java.rmi.server.Operation object.
|
Type |
getType()
Return the type of this method.
|
java.lang.String |
toString()
Return the string representation of this method.
|
public MemberDefinition getMemberDefinition()
public Identifier getName()
public Type getType()
public ClassDeclaration[] getExceptions()
public long getMethodHash()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getOperationString()
public java.lang.String getNameAndDescriptor()
protected java.lang.Object clone()
clone in class java.lang.ObjectCopyright © 2016. All Rights Reserved.