org.apache.geronimo.core.service
Class StringInvocationKey

java.lang.Object
  extended byorg.apache.geronimo.core.service.StringInvocationKey
All Implemented Interfaces:
Externalizable, InvocationKey, Serializable

public class StringInvocationKey
extends Object
implements InvocationKey, Externalizable

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

Constructor Summary
StringInvocationKey(String key, boolean isTransient)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean isTransient()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringInvocationKey

public StringInvocationKey(String key,
                           boolean isTransient)
Method Detail

isTransient

public boolean isTransient()
Specified by:
isTransient in interface InvocationKey
Returns:

hashCode

public int hashCode()
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
See Also:
Object.equals(java.lang.Object)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

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)

toString

public String toString()
See Also:
Object.toString()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.