org.jboss.soa.esb.schedule
Class SchedulerResource

java.lang.Object
  extended by org.jboss.soa.esb.schedule.SchedulerResource

public class SchedulerResource
extends java.lang.Object

Scheduler resource tied to the lifecycle.


Field Summary
static java.lang.String INSTANCE_NAME
          The instance name property.
static java.lang.String THREAD_COUNT
          The thread count property.
static java.lang.String THREAD_NAME
          The thread name property.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE_NAME

public static final java.lang.String INSTANCE_NAME
The instance name property.

See Also:
Constant Field Values

THREAD_NAME

public static final java.lang.String THREAD_NAME
The thread name property.

See Also:
Constant Field Values

THREAD_COUNT

public static final java.lang.String THREAD_COUNT
The thread count property.

See Also:
Constant Field Values