Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler.management
Class JobSetSteps

java.lang.Object
  extended by oracle.as.scheduler.management.JobSetSteps


public class JobSetSteps
extends java.lang.Object

Encapsulate all the steps of a JobSet definition. A step can be an instance of either JobDefinition or JobSet definition.


Constructor Summary
JobSetSteps(java.util.Hashtable<java.lang.String,BaseMetadata> steps)
          Constructs an instance of JobSetSteps.

 

Method Summary
static JobSetSteps from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance
 java.util.Hashtable<java.lang.String,BaseMetadata> getSteps()
          Returns all the steps in this JobSetSteps.
 javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
          Convert an instance of this model specific type to a CompositeData.
static javax.management.openmbean.CompositeType toCompositeType()
          Returns the CompositeType that describes this model specific class

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JobSetSteps

public JobSetSteps(java.util.Hashtable<java.lang.String,BaseMetadata> steps)
Constructs an instance of JobSetSteps.

Method Detail

getSteps

public java.util.Hashtable<java.lang.String,BaseMetadata> getSteps()
Returns all the steps in this JobSetSteps.

The steps are returned as an instance of Hashtable. The step ID of each step is used as the key, while the actual object instance (either a JobSet or JobDefinition) is used as the value.


toCompositeType

public static javax.management.openmbean.CompositeType toCompositeType()
Returns the CompositeType that describes this model specific class

toCompositeData

public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData. This ensure that clients that do not have access to the model specific class can still use the MBean. The MXBean framework can perform this conversion automatically. However MXBeans are part of JDK 6.0 and AS11g is required to support JDK 5.0
Parameters:
ct - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.

from

public static JobSetSteps from(javax.management.openmbean.CompositeData cd)
                        throws java.lang.IllegalArgumentException
Create an instance of the model specific class out of an associated CompositeData instance
Throws:
java.lang.IllegalArgumentException

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


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