Skip navigation links

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


oracle.as.scheduler.management
Class InactiveBinding

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

All Implemented Interfaces:
java.io.Serializable

public class InactiveBinding
extends java.lang.Object
implements java.io.Serializable
Since:
release specific (what release of product did this appear in)
Version:
$Header: ess/src/oracle/as/scheduler/management/InactiveBinding.java /st_ess_11.1.1.5.0pt/1 2012/07/09 15:47:37 ddavison Exp $
Author:
ddavison
See Also:
Serialized Form

Constructor Summary
InactiveBinding(MetadataObjectId workAssignmentId, java.util.Calendar expiration, MetadataObjectId workshiftId)
          Creates a new instance.

 

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

 

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

 

Constructor Detail

InactiveBinding

public InactiveBinding(MetadataObjectId workAssignmentId,
                       java.util.Calendar expiration,
                       MetadataObjectId workshiftId)
Creates a new instance.
Parameters:
workAssignmentId - work assignment metadata id
expiration - date that the inactive status of the work assignment will change
workshiftId - metadata id of the workshift that will next become active

Method Detail

getWorkAssignmentId

public MetadataObjectId getWorkAssignmentId()

getExpiration

public java.util.Calendar getExpiration()

getWorkshiftId

public MetadataObjectId getWorkshiftId()

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 InactiveBinding 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.

toDebugString

public java.lang.String toDebugString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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.