com.infoengine.webject.mgt
Class DispatchTasks.TaskDelegateKey

java.lang.Object
  extended bycom.infoengine.webject.mgt.DispatchTasks.TaskDelegateKey
Enclosing class:
DispatchTasks

private class DispatchTasks.TaskDelegateKey
extends Object

Inner class used in generating cache keys for directory-based task delegate definitions.


Field Summary
private  int hashcode
           
 String key
           
 
Constructor Summary
DispatchTasks.TaskDelegateKey(String action, String type, String domain, String base)
           
 
Method Summary
 boolean equals(Object object)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

hashcode

private int hashcode
Constructor Detail

DispatchTasks.TaskDelegateKey

public DispatchTasks.TaskDelegateKey(String action,
                                     String type,
                                     String domain,
                                     String base)
Method Detail

equals

public boolean equals(Object object)

hashCode

public int hashCode()