|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JobRuntimeMBean
RuntimeMBean that provides information about a particular job.
| Field Summary | |
|---|---|
static String |
CANCELLEDState indicating the Job has been cancelled |
static String |
RUNNINGState indicating that the job is running. |
| Method Summary | |
|---|---|
abstract void |
cancel()Cancel this job and prevent it from executing again in any server, not just this server. |
abstract String |
getDescription()Get the description of the submitted commonj.timers.TimerListener. |
abstract String |
getID()The unique ID corresponding to this job |
abstract long |
getLastLocalExecutionTime()Returns the most recent execution time of this job in the local server. |
abstract long |
getLocalExecutionCount()Returns the number of times this job was executed locally. |
abstract long |
getPeriod()Returns the specified periodicity of this job |
abstract String |
getState()Returns the state of the task. |
abstract long |
getTimeout()Returns when the job will be executed next |
abstract Serializable |
getTimerListener()Get the TimerListener associated with this job. |
| Methods inherited from interface weblogic.management.runtime.RuntimeMBean |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Methods inherited from interface weblogic.management.WebLogicMBean |
|---|
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
| Methods inherited from interface javax.management.DynamicMBean |
|---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
|---|
postDeregister, postRegister, preDeregister, preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
|---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Field Detail |
|---|
static final String RUNNING
static final String CANCELLED
| Method Detail |
|---|
Serializable getTimerListener()
TimerListener associated with this job. This call involves a database roundtrip and should be used too frequently.String getDescription()
commonj.timers.TimerListener. Returns commonj.timers.TimerListener#toString.String getID()
long getPeriod()
long getTimeout()
long getLastLocalExecutionTime()
long getLocalExecutionCount()
void cancel()
String getState()
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||