Skip navigation links


oracle.iam.scheduler.vo
Class ScheduledTask

java.lang.Object
  extended by oracle.iam.scheduler.vo.ScheduledTask

All Implemented Interfaces:
java.io.Serializable

public class ScheduledTask
extends java.lang.Object
implements java.io.Serializable

This class is Data Object corresponding to a Job's associated Task Task Name, Task Class Name, Task Description, Task Listener, Retry Count, Parameters

See Also:
Serialized Form

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

ScheduledTask

public ScheduledTask()

Method Detail

getFileName

public java.lang.String getFileName()
Provides the file name containing schedule task definition.
Returns:
File name containing schedule task definition

setFileName

public void setFileName(java.lang.String fileName)
Sets file name containing schedule task definition.
Parameters:
fileName - File name containing schedule task definition

getMdsPath

public java.lang.String getMdsPath()
Provides MDS path in which file containing schedule task definition is seeded.
Returns:
MDS path in which file containing schedule task definition is seeded

setMdsPath

public void setMdsPath(java.lang.String mdsPath)
Sets MDS path in which file containing schedule task definition is seeded.
Parameters:
mdsPath - MDS path in which file containing schedule task definition is seeded

getName

public java.lang.String getName()
Provides Schedule task name.
Returns:
Schedule task name

setName

public void setName(java.lang.String name)
Sets Schedule task name.
Parameters:
name - Schedule task name

getClassName

public java.lang.String getClassName()
Provides Schedule task implementation class name.
Returns:
Schedule task implementation class name

setClassName

public void setClassName(java.lang.String className)
Sets Schedule task implementation class name.
Parameters:
className - Schedule task implementation class name

getDescription

public java.lang.String getDescription()
Provides schedule task description text.
Returns:
Schedule task description text

setDescription

public void setDescription(java.lang.String description)
Sets Schedule task description text.
Parameters:
description - Schedule task description text

getRetryCount

public int getRetryCount()
Provides schedule task retry count.
Returns:
Schedule task retry count

setRetryCount

public void setRetryCount(int retryCount)
Sets schedule task retry count.
Parameters:
retryCount - Schedule task retry count

getParameters

public java.util.HashMap getParameters()
Provides a map of schedule task parameters with parameter name as key and parameter value object as value.
Returns:
Map of schedule task parameters with parameter name as key and parameter value object as value

setParameters

public void setParameters(java.util.HashMap parameters)
Sets map of schedule task parameters with parameter name as key and parameter value object as value.
Parameters:
parameters - Map of schedule task parameters with parameter name as key and parameter value object as value.

getTaskListener

public java.lang.String getTaskListener()
Provides task listener name.
Returns:
Task listener name

setTaskListener

public void setTaskListener(java.lang.String taskListener)
Sets task listener name.
Parameters:
taskListener - task listener name

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.