|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.as.scheduler.CalendarWrapper
public class CalendarWrapper
| Constructor Summary | |
|---|---|
CalendarWrapper(java.util.Calendar calendar)Constructor for a CalendarWrapper object. |
|
| Method Summary | |
|---|---|
static CalendarWrapper |
from(javax.management.openmbean.CompositeData cd)Create an instance of the model specific class out of an associated CompositeData instance |
java.util.Calendar |
getCalendar()Returns the contained Calendar object. |
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 |
|---|
public CalendarWrapper(java.util.Calendar calendar)
calendar - A Calendar object to wrap.| Method Detail |
|---|
public java.util.Calendar getCalendar()
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
ct - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.
public static CalendarWrapper from(javax.management.openmbean.CompositeData cd)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||