Skip navigation links

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


oracle.as.scheduler.management
Interface DispatcherMXBeanProxy


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_protocolVersion
          The 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

s_protocolVersion

static final oracle.as.scheduler.management.ProtocolVersion s_protocolVersion
The local version information for this interface

s_shortName

static final java.lang.String s_shortName
See Also:
Constant Field Values

s_mbeanObjectNameString

static final java.lang.String s_mbeanObjectNameString

Method Detail

getProtocolVersion

oracle.as.scheduler.management.ProtocolVersion getProtocolVersion()
                                                                  throws java.io.IOException
Returns remote version information for this interface
Returns:
remote version information for this interface
Throws:
java.io.IOException - if a protocol error occurs

getJSR77State

int getJSR77State()
                  throws java.io.IOException
Returns the JSR-77 state of this request dispatcher.
Returns:
the state.
Throws:
java.io.IOException - if a protocol error occurred.

getElapsedTime

long getElapsedTime()
                    throws java.io.IOException
Returns the time elapsed in seconds since dispatcher was started
Throws:
java.io.IOException

start

void start()
           throws java.io.IOException,
                  java.lang.IllegalStateException
Starts this request dispatcher.
Throws:
java.io.IOException - if a protocol error occurred.
java.lang.IllegalStateException - if the state is not stopped.

stop

void stop()
          throws java.io.IOException,
                 java.lang.IllegalStateException
Stops the request dispatcher.
Throws:
java.io.IOException - if a protocol error occurred.
java.lang.IllegalStateException - if the state is not started.

getstate

int getstate()
             throws java.io.IOException
Returns the JSR-77 state of this request dispatcher.
Returns:
the state.
Throws:
java.io.IOException - if a protocol error occurred.

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.