org.apache.geronimo.core.service
Class StringInvocationKey
java.lang.Object
org.apache.geronimo.core.service.StringInvocationKey
- All Implemented Interfaces:
- Externalizable, InvocationKey, Serializable
- public class StringInvocationKey
- extends Object
- implements InvocationKey, Externalizable
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:42 $
- See Also:
- Serialized Form
StringInvocationKey
public StringInvocationKey(String key,
boolean isTransient)
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-2005 Apache Software Foundation. All Rights Reserved.