eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

org.exoplatform.container
Class ComponentTaskContextEntry

java.lang.Object
  extended by org.exoplatform.container.ComponentTaskContextEntry

public class ComponentTaskContextEntry
extends Object

Version:
$Id$
Author:
Nicolas Filotto

Constructor Summary
ComponentTaskContextEntry(Object componentKey, ComponentTaskType type)
          Default constructor
 
Method Summary
 boolean equals(Object obj)
          
 Object getComponentKey()
           
 ComponentTaskType getTaskType()
           
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentTaskContextEntry

public ComponentTaskContextEntry(Object componentKey,
                                 ComponentTaskType type)
Default constructor

Method Detail

getComponentKey

public Object getComponentKey()
Returns:
the key of the dependency

getTaskType

public ComponentTaskType getTaskType()
Returns:
the type of the task for which this dependency is needed.

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object

eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.