org.apache.geronimo.security.remoting.jmx
Class SerializableInvocation
java.lang.Object
org.apache.geronimo.security.remoting.jmx.SerializableInvocation
- All Implemented Interfaces:
- Externalizable, Serializable, org.apache.geronimo.interceptor.Invocation
public final class SerializableInvocation
- extends Object
- implements org.apache.geronimo.interceptor.Invocation, Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableInvocation
public SerializableInvocation()
SerializableInvocation
public SerializableInvocation(Method method,
Object[] args,
Object proxy)
get
public Object get(org.apache.geronimo.interceptor.InvocationKey key)
- Specified by:
get
in interface org.apache.geronimo.interceptor.Invocation
put
public void put(org.apache.geronimo.interceptor.InvocationKey key,
Object value)
- Specified by:
put
in interface org.apache.geronimo.interceptor.Invocation
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
getMethod
public Method getMethod()
getArgs
public Object[] getArgs()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.