|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.scheduler.vo.ScheduledTask
public class ScheduledTask
This class is Data Object corresponding to a Job's associated Task Task Name, Task Class Name, Task Description, Task Listener, Retry Count, Parameters
| Constructor Summary | |
|---|---|
ScheduledTask() |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()Provides Schedule task implementation class name. |
java.lang.String |
getDescription()Provides schedule task description text. |
java.lang.String |
getFileName()Provides the file name containing schedule task definition. |
java.lang.String |
getMdsPath()Provides MDS path in which file containing schedule task definition is seeded. |
java.lang.String |
getName()Provides Schedule task name. |
java.util.HashMap |
getParameters()Provides a map of schedule task parameters with parameter name as key and parameter value object as value. |
int |
getRetryCount()Provides schedule task retry count. |
java.lang.String |
getTaskListener()Provides task listener name. |
void |
setClassName(java.lang.String className)Sets Schedule task implementation class name. |
void |
setDescription(java.lang.String description)Sets Schedule task description text. |
void |
setFileName(java.lang.String fileName)Sets file name containing schedule task definition. |
void |
setMdsPath(java.lang.String mdsPath)Sets MDS path in which file containing schedule task definition is seeded. |
void |
setName(java.lang.String name)Sets Schedule task name. |
void |
setParameters(java.util.HashMap parameters)Sets map of schedule task parameters with parameter name as key and parameter value object as value. |
void |
setRetryCount(int retryCount)Sets schedule task retry count. |
void |
setTaskListener(java.lang.String taskListener)Sets task listener name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScheduledTask()
| Method Detail |
|---|
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName - File name containing schedule task definitionpublic java.lang.String getMdsPath()
public void setMdsPath(java.lang.String mdsPath)
mdsPath - MDS path in which file containing schedule task definition is seededpublic java.lang.String getName()
public void setName(java.lang.String name)
name - Schedule task namepublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className - Schedule task implementation class namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Schedule task description textpublic int getRetryCount()
public void setRetryCount(int retryCount)
retryCount - Schedule task retry countpublic java.util.HashMap getParameters()
public void setParameters(java.util.HashMap parameters)
parameters - Map of schedule task parameters with parameter name as key and parameter value object as value.public java.lang.String getTaskListener()
public void setTaskListener(java.lang.String taskListener)
taskListener - task listener name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||