Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler
11g Release 1 (11.1.1.9)
E57090-01


oracle.as.scheduler.management
Class DiagnosticWorkUnitInfo

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

All Implemented Interfaces:
java.io.Serializable

public class DiagnosticWorkUnitInfo
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
DiagnosticWorkUnitInfo(java.lang.String application, java.lang.String isolationGroup, java.lang.String processGroup, java.lang.String requestedProcessor, java.lang.String targetServer, java.lang.String currentInstance, java.lang.String previousInstance, long requestId, long enterpriseId, java.lang.String workId, java.lang.String workType, java.lang.String workStage, java.lang.String workStatus, java.lang.String resultValue, java.lang.String resultMessage, java.util.Calendar entryTime, java.util.Calendar checkoutTime, java.util.Calendar checkinTime, java.util.Calendar deferTime, int deferCount, int executionAttempt, int priority, java.lang.String product, java.lang.String username, java.lang.String requestCategory, java.lang.String definition, java.lang.String throttleType)
          Constructor.

 

Method Summary
static DiagnosticWorkUnitInfo from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance
 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
 java.lang.String toDiagnosticString()
          Creates a String representation of this object to aid diagnosis.

 

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

 

Constructor Detail

DiagnosticWorkUnitInfo

public DiagnosticWorkUnitInfo(java.lang.String application,
                              java.lang.String isolationGroup,
                              java.lang.String processGroup,
                              java.lang.String requestedProcessor,
                              java.lang.String targetServer,
                              java.lang.String currentInstance,
                              java.lang.String previousInstance,
                              long requestId,
                              long enterpriseId,
                              java.lang.String workId,
                              java.lang.String workType,
                              java.lang.String workStage,
                              java.lang.String workStatus,
                              java.lang.String resultValue,
                              java.lang.String resultMessage,
                              java.util.Calendar entryTime,
                              java.util.Calendar checkoutTime,
                              java.util.Calendar checkinTime,
                              java.util.Calendar deferTime,
                              int deferCount,
                              int executionAttempt,
                              int priority,
                              java.lang.String product,
                              java.lang.String username,
                              java.lang.String requestCategory,
                              java.lang.String definition,
                              java.lang.String throttleType)
Constructor.

Method Detail

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 DiagnosticWorkUnitInfo 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

toDiagnosticString

public java.lang.String toDiagnosticString()
Creates a String representation of this object to aid diagnosis. This is used in ESS DFW diagnostic dumps.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler
11g Release 1 (11.1.1.9)
E57090-01


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