|
JBoss Remoting 3.0.0.Beta2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.transporter.TransporterMethodDescriptor
public final class TransporterMethodDescriptor
A method descriptor.
Nested Class Summary | |
---|---|
static class |
TransporterMethodDescriptor.Externalizer
The externalizer for TransporterMethodDescriptor . |
Constructor Summary | |
---|---|
TransporterMethodDescriptor(String name,
Class<?>[] parameterTypes)
Create a new instance. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getName()
Get the method name. |
Class<?>[] |
getParameterTypes()
Get the parameter types. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransporterMethodDescriptor(String name, Class<?>[] parameterTypes)
name
- the method nameparameterTypes
- the method parameter typesMethod Detail |
---|
public String getName()
public Class<?>[] getParameterTypes()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
JBoss Remoting 3.0.0.Beta2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |