org.apache.geronimo.core.service
Class SimpleInvocation
java.lang.Object
org.apache.geronimo.core.service.SimpleInvocation
- All Implemented Interfaces:
- Externalizable, Invocation, Serializable
- Direct Known Subclasses:
- ProxyInvocation
- public class SimpleInvocation
- extends Object
- implements Invocation, Externalizable
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:42 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleInvocation
public SimpleInvocation()
get
public Object get(InvocationKey key)
- Specified by:
get
in interface Invocation
put
public void put(InvocationKey key,
Object value)
- Specified by:
put
in interface 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
- See Also:
Externalizable.readExternal(java.io.ObjectInput)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.