Package org.exoplatform.container
Class ComponentTaskContextEntry
- java.lang.Object
-
- org.exoplatform.container.ComponentTaskContextEntry
-
public class ComponentTaskContextEntry extends Object
- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Constructor Summary
Constructors Constructor Description ComponentTaskContextEntry(Object componentKey, ComponentTaskType type)Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ObjectgetComponentKey()ComponentTaskTypegetTaskType()inthashCode()StringtoString()
-
-
-
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.
-
-