|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.util.SerializableMethod
This class is the java.io.Serializable
clone of
java.lang.reflect.Method
.
Serializable
,
Method
,
Serialized FormField Summary | |
protected static Syslog |
syslog
Message logger. |
Fields inherited from interface java.lang.reflect.Member |
DECLARED, PUBLIC |
Constructor Summary | |
protected |
SerializableMethod(Method method)
Creates a new SerializableMethod instance. |
Method Summary | |
protected void |
finalize()
|
Class |
getDeclaringClass()
|
Class[] |
getExceptionTypes()
|
static SerializableMethod |
getInstance(Method method)
|
Method |
getMethod()
|
int |
getModifiers()
|
String |
getName()
|
Class[] |
getParameterTypes()
|
Class |
getReturnType()
|
int |
hashCode()
|
Object |
invoke(Object o,
Object[] args)
Equivalent of Method.invoke(Object,
Object[]) . |
boolean |
isAccessible()
|
void |
setAccessible(boolean flag)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static Syslog syslog
Message logger.
Each message (debug, log, warning, error, ...) are wrote to this message logger.
Syslog
Constructor Detail |
protected SerializableMethod(Method method)
SerializableMethod
instance.
method
- the method to be cloned/serialized.Method Detail |
public static final SerializableMethod getInstance(Method method)
protected void finalize() throws Throwable
Throwable
public void setAccessible(boolean flag)
setAccessible
in interface AccessibleObjectOp
public boolean isAccessible()
isAccessible
in interface AccessibleObjectOp
public Class getDeclaringClass()
getDeclaringClass
in interface MethodOp
public String getName()
getName
in interface MethodOp
public int getModifiers()
getModifiers
in interface MethodOp
public Class getReturnType()
getReturnType
in interface MethodOp
public Class[] getParameterTypes()
getParameterTypes
in interface MethodOp
public Class[] getExceptionTypes()
getExceptionTypes
in interface MethodOp
public Object invoke(Object o, Object[] args) throws IllegalAccessException, InvocationTargetException, IllegalArgumentException
MethodOp
Equivalent of Method.invoke(Object,
Object[])
.
invoke
in interface MethodOp
o
- an Object
valueargs
- an Object[]
value
Object
value
IllegalArgumentException
- if an error occurs
IllegalAccessException
- if an error occurs
InvocationTargetException
Method.invoke(Object, Object[]).
public int hashCode()
public Method getMethod()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |