|
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 | |||||||||
public interface DispatcherMXBeanProxy
Remote management endpoint for a request dispatcher.
| Field Summary | |
|---|---|
static java.lang.String |
s_mbeanObjectNameString |
static oracle.as.scheduler.management.ProtocolVersion |
s_protocolVersionThe local version information for this interface |
static java.lang.String |
s_shortName |
| Method Summary | |
|---|---|
long |
getElapsedTime()Returns the time elapsed in seconds since dispatcher was started |
int |
getJSR77State()Returns the JSR-77 state of this request dispatcher. |
oracle.as.scheduler.management.ProtocolVersion |
getProtocolVersion()Returns remote version information for this interface |
int |
getstate()Returns the JSR-77 state of this request dispatcher. |
void |
start()Starts this request dispatcher. |
void |
stop()Stops the request dispatcher. |
| Field Detail |
|---|
static final oracle.as.scheduler.management.ProtocolVersion s_protocolVersion
static final java.lang.String s_shortName
static final java.lang.String s_mbeanObjectNameString
| Method Detail |
|---|
oracle.as.scheduler.management.ProtocolVersion getProtocolVersion()
throws java.io.IOException
java.io.IOException - if a protocol error occurs
int getJSR77State()
throws java.io.IOException
java.io.IOException - if a protocol error occurred.
long getElapsedTime()
throws java.io.IOException
java.io.IOException
void start()
throws java.io.IOException,
java.lang.IllegalStateException
java.io.IOException - if a protocol error occurred.java.lang.IllegalStateException - if the state is not stopped.
void stop()
throws java.io.IOException,
java.lang.IllegalStateException
java.io.IOException - if a protocol error occurred.java.lang.IllegalStateException - if the state is not started.
int getstate()
throws java.io.IOException
java.io.IOException - if a protocol error occurred.
|
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 | |||||||||