org.apache.geronimo.security.remoting.jmx
Class MarshalledMethod
java.lang.Object
org.apache.geronimo.security.remoting.jmx.MarshalledMethod
- All Implemented Interfaces:
- Serializable
public class MarshalledMethod
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshalledMethod
public MarshalledMethod()
MarshalledMethod
public MarshalledMethod(Method method)
- Parameters:
method
-
getSignature
public static String getSignature(Method method)
- Parameters:
method
-
- Returns:
getMethod
public Method getMethod()
throws ClassNotFoundException
- Returns:
-
- Throws:
ClassNotFoundException
getCachedSignatureMap
public static Map getCachedSignatureMap(Class clazz)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.