|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sssw.fw.task.factory.EboFactory
The factory class for task management.
| Constructor Summary | |
EboFactory()
|
|
| Method Summary | |
static EbiTaskManager |
getTaskManager(EbiContext context,
String objectID,
String qualifier)
Get the Task Manager. |
static EbiTaskManager |
getTaskManager(EbiContext context,
String taskTypeListLocation,
String taskListLocation,
String objectID,
String qualifier)
Get the Task Manager. |
static EbiTaskManager |
getTaskManager(String taskTypeListLocation,
String taskListLocation,
String objectID,
String qualifier)
Deprecated. Instead use the method that takes an additional EbiContext parameter. |
static EbiTaskType |
getTaskType(Node definition,
String kind,
String qualifier)
Get a Task Type object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EboFactory()
| Method Detail |
public static EbiTaskManager getTaskManager(String taskTypeListLocation,
String taskListLocation,
String objectID,
String qualifier)
throws EboFactoryException,
EboUnrecoverableSystemException
taskTypeListLocation - the location of the task type listtaskListLocation - the location of the task list for the Task
Manager to loadobjectID - tells which Task Manager object to get;
if not specified, then the default implementation object is returnedqualifier - qualifier for additional initialization of the returned
object
public static EbiTaskManager getTaskManager(EbiContext context,
String taskTypeListLocation,
String taskListLocation,
String objectID,
String qualifier)
throws EboFactoryException,
EboUnrecoverableSystemException
context - request contexttaskTypeListLocation - the location of the task type listtaskListLocation - the location of the task list for the Task
Manager to loadobjectID - tells which Task Manager object to get;
if not specified, then the default implementation object is returnedqualifier - qualifier for additional initialization of the returned
object
public static EbiTaskManager getTaskManager(EbiContext context,
String objectID,
String qualifier)
throws EboFactoryException,
EboUnrecoverableSystemException
context - request context
Manager to loadobjectID - tells which Task Manager object to get;
if not specified, then the default implementation object is returnedqualifier - qualifier for additional initialization of the returned
object
public static EbiTaskType getTaskType(Node definition,
String kind,
String qualifier)
throws EboFactoryException
definition - the definition of the Task Typekind - the kind of the Task Typequalifier - the qualifier for what task type object to return; if
null then the default implementation object is returned
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||