org.apache.geronimo.security.remoting.jmx
Class MarshalledMethod

java.lang.Object
  extended by org.apache.geronimo.security.remoting.jmx.MarshalledMethod
All Implemented Interfaces:
Serializable

public class MarshalledMethod
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MarshalledMethod()
           
MarshalledMethod(Method method)
           
 
Method Summary
static Map getCachedSignatureMap(Class clazz)
           
 Method getMethod()
           
static String getSignature(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalledMethod

public MarshalledMethod()

MarshalledMethod

public MarshalledMethod(Method method)
Parameters:
method -
Method Detail

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.