org.lateralnz.panther.deploy
Class MethodDescriptor
java.lang.Object
org.lateralnz.panther.deploy.MethodDescriptor
public class MethodDescriptor
- extends java.lang.Object
a data holder for method information
|
Constructor Summary |
MethodDescriptor(java.lang.reflect.Method method,
boolean transaction,
java.lang.String transactionType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodDescriptor
public MethodDescriptor(java.lang.reflect.Method method,
boolean transaction,
java.lang.String transactionType)
getName
public java.lang.String getName()
getExceptionTypes
public java.lang.String[] getExceptionTypes()
getParameterTypes
public java.lang.String[] getParameterTypes()
getReturnType
public java.lang.String getReturnType()
getTransaction
public boolean getTransaction()
getTransactionType
public java.lang.String getTransactionType()