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

Constructor Summary
FilesystemQueueObject(java.lang.Object key, java.lang.Object object)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.Object getKey()
           
 java.lang.Object getObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilesystemQueueObject

public FilesystemQueueObject(java.lang.Object key,
                             java.lang.Object object)
Method Detail

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.