ABLE, Version 1.1b

com.ibm.able
Class AbleProperty

java.lang.Object
  |
  +--com.ibm.able.AbleProperty

public class AbleProperty
extends java.lang.Object
implements java.io.Serializable

This class contains constants for ABLE bean properties (not user preference properties).

The property values are used when firing property change events and by property change listeners.

Version:
$Revision: 1.10 $, $Date: 2000/09/06 19:12:27 $
See Also:
Serialized Form

Field Summary
static java.lang.String AbleEventProcessingEnabled
           
static int AbleEventProcessingEnabledId
          Used when changing a bean's Able event processing flag.
static java.lang.String ActiveDataSource
           
static int ActiveDataSourceId
          Used when changing a bean's active data source.
static java.lang.String Beans
           
static int BeansId
          Used when adding or removing beans from a composite bean.
static java.lang.String Changed
           
static int ChangedId
          Used when changing a bean's changed field.
static java.lang.String Comment
           
static int CommentId
          Used when changing a bean's comment field.
static java.lang.String DataFlowEnabled
           
static int DataFlowEnabledId
          Used when changing a bean's data flow enabled field.
static java.lang.String DataSet
           
static int DataSetId
          Used when changing a bean's name field.
static java.lang.String DestBufferConnections
           
static int DestBufferConnectionsId
          Used when changing a bean's destination buffer connections.
static java.lang.String Effector
           
static int EffectorId
          Used when changing the efefect list by those who implement AbleEffectorManger.
static java.lang.String EventQueue
           
static int EventQueueId
          Used when adding an event to or removing an event from a bean's AbleEventQueue.
static java.lang.String FileName
           
static int FileNameId
          Used when changing a bean's fileName field.
static java.lang.String InputBuffer
           
static int InputBufferId
          Used when changing a bean's input buffer.
static java.lang.String Listeners
           
static int ListenersId
          Used when adding to or removing from a bean's AbleEventListener list.
static java.lang.String Logger
           
static int LoggerId
          Used when changing a bean's logger field.
static java.lang.String Name
           
static int NameId
          Used when changing a bean's name field.
static java.lang.String OutputBuffer
           
static int OutputBufferId
          Used when changing a bean's output buffer.
static java.lang.String Parent
           
static int ParentId
          Used when changing a bean's parent field.
static java.lang.String ProcessingState
           
static int ProcessingStateId
          Used when changing a bean's processing state changes.
static java.lang.String ProcessList
           
static int ProcessListId
          Used when changing a bean's process list.
static java.lang.String PropertyConnectionMgr
           
static int PropertyConnectionMgrId
          Used when adding to or removing from a bean's AbleEventQueue.
static java.lang.String Sensor
           
static int SensorId
          Used when changing the sensor list by those who implement AbleSensorManger.
static java.lang.String SleepTime
           
static int SleepTimeId
          Used when changing a bean's sleepTime field.
static java.lang.String SourceBufferConnections
           
static int SourceBufferConnectionsId
          Used when changing a bean's source buffer connections.
static java.lang.String State
           
static int StateId
          Used when changing a bean's state field.
static java.lang.String TimerEventProcessingEnabled
           
static int TimerEventProcessingEnabledId
          Used when changing a bean's timer event processing flag.
static java.lang.String Training
           
static int TrainingId
          Used when changing a bean's active data source.
static java.lang.String Unrecognized
           
static int UnrecognizedId
           
static java.lang.String UpdateProperties
           
static int UpdatePropertiesId
          Used when an updateProperties is called from the customizer.
static java.lang.String WrappedObject
           
static int WrappedObjectId
          Used when adding or removing beans from a composite bean.
 
Method Summary
static java.lang.String PropertyName(int thePropertyId)
          Given a property ID, return a property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WrappedObjectId

public static final int WrappedObjectId
Used when adding or removing beans from a composite bean.

WrappedObject

public static final java.lang.String WrappedObject

NameId

public static final int NameId
Used when changing a bean's name field.

Name

public static final java.lang.String Name

CommentId

public static final int CommentId
Used when changing a bean's comment field.

Comment

public static final java.lang.String Comment

ChangedId

public static final int ChangedId
Used when changing a bean's changed field.

Changed

public static final java.lang.String Changed

DataFlowEnabledId

public static final int DataFlowEnabledId
Used when changing a bean's data flow enabled field.

DataFlowEnabled

public static final java.lang.String DataFlowEnabled

FileNameId

public static final int FileNameId
Used when changing a bean's fileName field.

FileName

public static final java.lang.String FileName

LoggerId

public static final int LoggerId
Used when changing a bean's logger field.

Logger

public static final java.lang.String Logger

ParentId

public static final int ParentId
Used when changing a bean's parent field.

Parent

public static final java.lang.String Parent

StateId

public static final int StateId
Used when changing a bean's state field.

State

public static final java.lang.String State

InputBufferId

public static final int InputBufferId
Used when changing a bean's input buffer.

InputBuffer

public static final java.lang.String InputBuffer

OutputBufferId

public static final int OutputBufferId
Used when changing a bean's output buffer.

OutputBuffer

public static final java.lang.String OutputBuffer

SourceBufferConnectionsId

public static final int SourceBufferConnectionsId
Used when changing a bean's source buffer connections.

SourceBufferConnections

public static final java.lang.String SourceBufferConnections

DestBufferConnectionsId

public static final int DestBufferConnectionsId
Used when changing a bean's destination buffer connections.

DestBufferConnections

public static final java.lang.String DestBufferConnections

PropertyConnectionMgrId

public static final int PropertyConnectionMgrId
Used when adding to or removing from a bean's AbleEventQueue.

PropertyConnectionMgr

public static final java.lang.String PropertyConnectionMgr

EventQueueId

public static final int EventQueueId
Used when adding an event to or removing an event from a bean's AbleEventQueue.

EventQueue

public static final java.lang.String EventQueue

ListenersId

public static final int ListenersId
Used when adding to or removing from a bean's AbleEventListener list.

Listeners

public static final java.lang.String Listeners

SleepTimeId

public static final int SleepTimeId
Used when changing a bean's sleepTime field.

SleepTime

public static final java.lang.String SleepTime

TimerEventProcessingEnabledId

public static final int TimerEventProcessingEnabledId
Used when changing a bean's timer event processing flag.

TimerEventProcessingEnabled

public static final java.lang.String TimerEventProcessingEnabled

AbleEventProcessingEnabledId

public static final int AbleEventProcessingEnabledId
Used when changing a bean's Able event processing flag.

AbleEventProcessingEnabled

public static final java.lang.String AbleEventProcessingEnabled

ProcessingStateId

public static final int ProcessingStateId
Used when changing a bean's processing state changes. This indicates a bean has been initialized or had event processing started, suspended, resumed, or quit. Note that due to asynchronous behavior of the event queue, the new state passed in the event may not match the actual bean state. The main difference between the State and ProcessingState properties is that State is fired when the eventQueue toggles between active and waiting for timer events. No ProcessingState change event is fired when the eventQueue toggles.

ProcessingState

public static final java.lang.String ProcessingState

DataSetId

public static final int DataSetId
Used when changing a bean's name field.

DataSet

public static final java.lang.String DataSet

ActiveDataSourceId

public static final int ActiveDataSourceId
Used when changing a bean's active data source.

ActiveDataSource

public static final java.lang.String ActiveDataSource

BeansId

public static final int BeansId
Used when adding or removing beans from a composite bean.

Beans

public static final java.lang.String Beans

ProcessListId

public static final int ProcessListId
Used when changing a bean's process list.

ProcessList

public static final java.lang.String ProcessList

SensorId

public static final int SensorId
Used when changing the sensor list by those who implement AbleSensorManger.

Sensor

public static final java.lang.String Sensor

EffectorId

public static final int EffectorId
Used when changing the efefect list by those who implement AbleEffectorManger.

Effector

public static final java.lang.String Effector

TrainingId

public static final int TrainingId
Used when changing a bean's active data source.

Training

public static final java.lang.String Training

UpdatePropertiesId

public static final int UpdatePropertiesId
Used when an updateProperties is called from the customizer.

UpdateProperties

public static final java.lang.String UpdateProperties

UnrecognizedId

public static final int UnrecognizedId

Unrecognized

public static final java.lang.String Unrecognized
Method Detail

PropertyName

public static final java.lang.String PropertyName(int thePropertyId)
Given a property ID, return a property name.
Parameters:
thePropertyId - An ID of an AbleProperty field.

Returns:
A string containing the actual property name or "Unrecognised" if the ID is unknown.

ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'