org.apache.jcs.auxiliary.disk.jisp
Class JISPKey

java.lang.Object
  extended bycom.coyotegulch.jisp.KeyObject
      extended byorg.apache.jcs.auxiliary.disk.jisp.JISPKey
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class JISPKey
extends com.coyotegulch.jisp.KeyObject

Description of the Class

Author:
asmuts
See Also:
Serialized Form

Field Summary
private static org.apache.commons.logging.Log log
           
 java.io.Serializable m_key
          Description of the Field
 
Fields inherited from class com.coyotegulch.jisp.KeyObject
KEY_EQUAL, KEY_ERROR, KEY_LESS, KEY_MORE
 
Constructor Summary
JISPKey()
          Constructor for the JISPKey object
JISPKey(java.io.Serializable key_value)
          Constructor for the JISPKey object
 
Method Summary
 int compareTo(com.coyotegulch.jisp.KeyObject key)
          Description of the Method
 boolean equals(java.lang.Object obj)
          Description of the Method
 int hashCode()
          Description of the Method
 com.coyotegulch.jisp.KeyObject makeNullKey()
          Description of the Method
 void readExternal(java.io.ObjectInput in)
          Description of the Method
 java.lang.String toString()
          Description of the Method
 void writeExternal(java.io.ObjectOutput out)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log

m_key

public java.io.Serializable m_key
Description of the Field

Constructor Detail

JISPKey

public JISPKey(java.io.Serializable key_value)
Constructor for the JISPKey object

Parameters:
key_value -

JISPKey

public JISPKey()
Constructor for the JISPKey object

Method Detail

compareTo

public int compareTo(com.coyotegulch.jisp.KeyObject key)
Description of the Method


makeNullKey

public com.coyotegulch.jisp.KeyObject makeNullKey()
Description of the Method


writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Description of the Method

Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Description of the Method

Throws:
java.io.IOException
java.lang.ClassNotFoundException

toString

public java.lang.String toString()
Description of the Method


equals

public boolean equals(java.lang.Object obj)
Description of the Method


hashCode

public int hashCode()
Description of the Method