org.apache.cocoon.components.store
Class FilesystemQueueObject
java.lang.Object
|
+--org.apache.cocoon.components.store.FilesystemQueueObject
- All Implemented Interfaces:
- java.lang.Comparable
- public final class FilesystemQueueObject
- extends java.lang.Object
- implements java.lang.Comparable
A "helper" container for the filesystem queue
- Author:
- Gerhard Froehlich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilesystemQueueObject
public FilesystemQueueObject(java.lang.Object key,
java.lang.Object object)
getKey
public java.lang.Object getKey()
getObject
public java.lang.Object getObject()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.