org.oddjob
Class Reserved

java.lang.Object
  extended by org.oddjob.Reserved

public class Reserved
extends Object

Where Oddjob uses inspection to control/monitor a component these are the properties methods it uses.


Field Summary
static String ID_PROPERTY
          Identifies a component.
static String LOGGER_PROPERTY
          This property is the logger name for use in a LogArchiver.
static String RESULT_PROPERTY
          This property is holds the integer result of a job.
static String TRANSIENT_PROPERTY
          This property is the logger name for use in a LogArchiver.
static String ZOOM_POINT_PROPERTY
          Not implemented yet.
 
Constructor Summary
Reserved()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_PROPERTY

public static final String ID_PROPERTY
Identifies a component.

See Also:
Constant Field Values

TRANSIENT_PROPERTY

public static final String TRANSIENT_PROPERTY
This property is the logger name for use in a LogArchiver.

See Also:
Constant Field Values

LOGGER_PROPERTY

public static final String LOGGER_PROPERTY
This property is the logger name for use in a LogArchiver.

See Also:
Constant Field Values

RESULT_PROPERTY

public static final String RESULT_PROPERTY
This property is holds the integer result of a job.

See Also:
Constant Field Values

ZOOM_POINT_PROPERTY

public static final String ZOOM_POINT_PROPERTY
Not implemented yet. The idea that a component can contain a more detail and that the monitor can zoon into it.

See Also:
Constant Field Values
Constructor Detail

Reserved

public Reserved()