org.apache.geronimo.core.service
Class SimpleInvocation

java.lang.Object
  extended byorg.apache.geronimo.core.service.SimpleInvocation
All Implemented Interfaces:
Externalizable, Invocation, Serializable
Direct Known Subclasses:
ProxyInvocation

public class SimpleInvocation
extends Object
implements Invocation, Externalizable

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Constructor Summary
SimpleInvocation()
           
 
Method Summary
 Object get(InvocationKey key)
           
 void put(InvocationKey key, Object value)
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInvocation

public SimpleInvocation()
Method Detail

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-2007 Apache Software Foundation. All Rights Reserved.