|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Configuration implementation that deals
with methods that can be abstracted away from underlying implementations.Configuration to this configuration element.
Configuration is a interface encapsulating a configuration node
used to retrieve configuration values.
Configurable component cannot be configured
properly, or if a value cannot be retrieved properly.ConfigurationException instance.
ConfigurationException instance.
Configuration to the Configurable
class.
Configuration implementation.DefaultConfiguration instance.
DefaultConfiguration instance.
Configurations from XML,
via a SAX2 compliant parser.
String.
String, or the default value if no attribute by
that name exists or is empty.
String.
boolean value of the specified parameter contained
in this node.
boolean.
boolean, or the default value if no attribute by
that name exists or is empty.
boolean.
float value of the specified parameter contained
in this node.
float.
float, or the default value if no attribute by
that name exists or is empty.
float.
int value of the specified attribute contained
in this node.
int.
int, or the default value if no attribute by
that name exists or is empty.
int.
long.
long.
long, or the default value if no attribute by
that name exists or is empty.
long.
Configuration instance encapsulating the
specified child node.
Configuration object child of this
associated with the given name.
Configuration object child of this
associated with the given name.
Configuration instance encapsulating the specified
child node.
Configuration object child of this
associated with the given name.
Iterator of Configuration
elements containing all node children.
- getChildren() -
Method in interface gov.aps.jca.configuration.Configuration
- Return an
Array of Configuration
elements containing all node children.
- getChildren(String) -
Method in class gov.aps.jca.configuration.DefaultConfiguration
- Return an
Enumeration of Configuration objects
children of this associated with the given name.
- getChildren(String) -
Method in interface gov.aps.jca.configuration.Configuration
- Return an
Array of Configuration
elements containing all node children with the specified name.
- getCompleted(GetEvent) -
Method in interface gov.aps.jca.event.GetListener
-
- getConfiguration() -
Method in class gov.aps.jca.configuration.SAXConfigurationHandler
- Get the configuration object that was built.
- getConfiguration() -
Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
- Get the configuration object that was built.
- getConnectionListeners() -
Method in class gov.aps.jca.Channel
- Returns the ConnectionListeners registered with this channel.
- getConnectionState() -
Method in class gov.aps.jca.Channel
- Returns the connection state of this channel.
- getContext() -
Method in class gov.aps.jca.Monitor
-
- getContext() -
Method in class gov.aps.jca.Channel
- Returns the context which created this channel.
- getContextExceptionListeners() -
Method in class gov.aps.jca.Context
-
- getContextMessageListeners() -
Method in class gov.aps.jca.Context
-
- getCount() -
Method in class gov.aps.jca.Monitor
-
- getCount() -
Method in class gov.aps.jca.dbr.DBR
-
- getCount() -
Method in class gov.aps.jca.event.PutEvent
- Returns the number of elements actualy written.
- getCount() -
Method in class gov.aps.jca.event.ContextExceptionEvent
- Returns the element count of the request when the failure occured.
- getDBR() -
Method in class gov.aps.jca.event.MonitorEvent
-
- getDBR() -
Method in class gov.aps.jca.event.GetEvent
- Returns the DBR object containing the requested value.
- getDBR() -
Method in class gov.aps.jca.event.ContextExceptionEvent
- Returns the DBR object of the request when the failure occured.
- getDBRType() -
Method in class gov.aps.jca.event.ContextExceptionEvent
- Returns the type of the request when the failure occured.
- getDoubleValue() -
Method in interface gov.aps.jca.dbr.DOUBLE
-
- getDoubleValue() -
Method in class gov.aps.jca.dbr.DBR_Double
-
- getElementCount() -
Method in class gov.aps.jca.Channel
- Returns the element count of this channel.
- getEnumValue() -
Method in interface gov.aps.jca.dbr.ENUM
-
- getEnumValue() -
Method in class gov.aps.jca.dbr.DBR_Enum
-
- GetEvent - class gov.aps.jca.event.GetEvent.
- An event which indicates the completion of an asynchronous Get request.
- GetEvent(Channel, DBR, CAStatus) -
Constructor for class gov.aps.jca.event.GetEvent
-
- GETFAIL -
Static variable in class gov.aps.jca.CAStatus
- Could not perform a database value get for that channel.
- getFieldType() -
Method in class gov.aps.jca.Channel
- Returns the DBR type of this Channel.
- getFloatValue() -
Method in interface gov.aps.jca.dbr.FLOAT
-
- getFloatValue() -
Method in class gov.aps.jca.dbr.DBR_Float
-
- getHostName() -
Method in class gov.aps.jca.Channel
- Returns the Channel's hostname.
- getInstance() -
Static method in class gov.aps.jca.JCALibrary
- Getter method to the only instance of JCALibrary.
- getIntValue() -
Method in interface gov.aps.jca.dbr.INT
-
- getIntValue() -
Method in class gov.aps.jca.dbr.DBR_Int
-
- getLabels() -
Method in interface gov.aps.jca.dbr.LABELS
-
- getLabels() -
Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
-
- GetListener - interface gov.aps.jca.event.GetListener.
- The listener interface for receiving GetEvents.
- getLocation() -
Method in class gov.aps.jca.configuration.DefaultConfiguration
- Returns a description of location of element.
- getLocation() -
Method in interface gov.aps.jca.configuration.Configuration
- Return a string describing location of Configuration.
- getLowerAlarmLimit() -
Method in interface gov.aps.jca.dbr.GR
-
- getLowerAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getLowerAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getLowerAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getLowerAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getLowerAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getLowerCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- getLowerCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- getLowerCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- getLowerCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- getLowerCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- getLowerCtrlLimit() -
Method in interface gov.aps.jca.dbr.CTRL
-
- getLowerDispLimit() -
Method in interface gov.aps.jca.dbr.GR
-
- getLowerDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getLowerDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getLowerDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getLowerDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getLowerDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getLowerWarningLimit() -
Method in interface gov.aps.jca.dbr.GR
-
- getLowerWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getLowerWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getLowerWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getLowerWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getLowerWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getMask() -
Method in class gov.aps.jca.Monitor
-
- getMessage() -
Method in class gov.aps.jca.CAStatus
-
- getMessage() -
Method in class gov.aps.jca.event.ContextMessageEvent
- Returns the String containing the message from the Context.
- getMessage() -
Method in class gov.aps.jca.event.ContextExceptionEvent
-
- getModification() -
Method in class gov.aps.jca.JCALibrary
- Getter method for the modification number.
- getMonitorListener() -
Method in class gov.aps.jca.Monitor
-
- getMonitorListeners() -
Method in class gov.aps.jca.Monitor
-
- getName() -
Method in class gov.aps.jca.Enum
-
- getName() -
Method in class gov.aps.jca.Channel
- Returns the name of this channel.
- getName() -
Method in class gov.aps.jca.configuration.DefaultConfiguration
- Returns the name of this configuration element.
- getName() -
Method in interface gov.aps.jca.configuration.Configuration
- Return the name of the node.
- getNamespace() -
Method in class gov.aps.jca.configuration.DefaultConfiguration
- Returns the namespace of this configuration element
- getNamespace() -
Method in interface gov.aps.jca.configuration.Configuration
- Returns a string indicating which namespace this Configuration node
belongs to.
- getPrecision() -
Method in interface gov.aps.jca.dbr.PRECISION
-
- getPrecision() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getPrecision() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getPriority() -
Method in class gov.aps.jca.event.QueuedEventDispatcher
-
- getProperty(String) -
Method in class gov.aps.jca.JCALibrary
- Retreive a JCALibrary property.
- getProperty(String, String) -
Method in class gov.aps.jca.JCALibrary
- Retreive a JCALibrary property with a default value.
- getPropertyAsBoolean(String, boolean) -
Method in class gov.aps.jca.JCALibrary
- Retreive a JCALibrary property as a boolean with a default value.
- getPropertyAsDouble(String, double) -
Method in class gov.aps.jca.JCALibrary
- Retreive a JCALibrary property as a double with a default value.
- getPropertyAsFloat(String, float) -
Method in class gov.aps.jca.JCALibrary
- Retreive a JCALibrary property as a float with a default value.
- getPropertyAsInt(String, int) -
Method in class gov.aps.jca.JCALibrary
- Retreive a JCALibrary property as an int with a default value.
- getPropertyAsLong(String, long) -
Method in class gov.aps.jca.JCALibrary
- Retreive a JCALibrary property as a long with a default value.
- getReadAccess() -
Method in class gov.aps.jca.Channel
- Returns whether read operations are allowed on this Channel.
- getReadAccess() -
Method in class gov.aps.jca.event.AccessRightsEvent
- Returns the read access value associated with this event.
- getRevision() -
Method in class gov.aps.jca.JCALibrary
- Getter method for the revision number.
- getSeverity() -
Method in class gov.aps.jca.CAStatus
-
- getSeverity() -
Method in interface gov.aps.jca.dbr.STS
-
- getSeverity() -
Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- getSeverity() -
Method in class gov.aps.jca.dbr.DBR_STS_String
-
- getSeverity() -
Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- getSeverity() -
Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- getSeverity() -
Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- getSeverity() -
Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- getSeverity() -
Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- getShortValue() -
Method in interface gov.aps.jca.dbr.SHORT
-
- getShortValue() -
Method in class gov.aps.jca.dbr.DBR_Short
-
- getShortValue() -
Method in class gov.aps.jca.dbr.DBR_PutAckT
-
- getShortValue() -
Method in class gov.aps.jca.dbr.DBR_PutAckS
-
- getStatus() -
Method in interface gov.aps.jca.dbr.STS
-
- getStatus() -
Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- getStatus() -
Method in class gov.aps.jca.dbr.DBR_STS_String
-
- getStatus() -
Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- getStatus() -
Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- getStatus() -
Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- getStatus() -
Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- getStatus() -
Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- getStatus() -
Method in class gov.aps.jca.event.PutEvent
- Returns the status of the operation.
- getStatus() -
Method in class gov.aps.jca.event.MonitorEvent
- Returns the status of the operation.
- getStatus() -
Method in class gov.aps.jca.event.GetEvent
-
- getStringValue() -
Method in interface gov.aps.jca.dbr.STRING
-
- getStringValue() -
Method in class gov.aps.jca.dbr.DBR_String
-
- getTimeStamp() -
Method in interface gov.aps.jca.dbr.TIME
-
- getTimeStamp() -
Method in class gov.aps.jca.dbr.DBR_TIME_String
-
- getTimeStamp() -
Method in class gov.aps.jca.dbr.DBR_TIME_Short
-
- getTimeStamp() -
Method in class gov.aps.jca.dbr.DBR_TIME_Int
-
- getTimeStamp() -
Method in class gov.aps.jca.dbr.DBR_TIME_Float
-
- getTimeStamp() -
Method in class gov.aps.jca.dbr.DBR_TIME_Enum
-
- getTimeStamp() -
Method in class gov.aps.jca.dbr.DBR_TIME_Double
-
- getTimeStamp() -
Method in class gov.aps.jca.dbr.DBR_TIME_Byte
-
- getType() -
Method in class gov.aps.jca.Monitor
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_TIME_String
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_TIME_Short
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_TIME_Int
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_TIME_Float
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_TIME_Enum
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_TIME_Double
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_TIME_Byte
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_String
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_Short
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_STS_String
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_PutAckT
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_PutAckS
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_Int
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_Float
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_Enum
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_Double
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- getType() -
Method in class gov.aps.jca.dbr.DBR_Byte
-
- getType() -
Method in class gov.aps.jca.dbr.DBR
-
- getType() -
Method in class gov.aps.jca.event.PutEvent
- Returns the type of the put request.
- getUnits() -
Method in interface gov.aps.jca.dbr.GR
-
- getUnits() -
Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getUnits() -
Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getUnits() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getUnits() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getUnits() -
Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getUpperAlarmLimit() -
Method in interface gov.aps.jca.dbr.GR
-
- getUpperAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getUpperAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getUpperAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getUpperAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getUpperAlarmLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getUpperCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- getUpperCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- getUpperCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- getUpperCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- getUpperCtrlLimit() -
Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- getUpperCtrlLimit() -
Method in interface gov.aps.jca.dbr.CTRL
-
- getUpperDispLimit() -
Method in interface gov.aps.jca.dbr.GR
-
- getUpperDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getUpperDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getUpperDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getUpperDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getUpperDispLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getUpperWarningLimit() -
Method in interface gov.aps.jca.dbr.GR
-
- getUpperWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getUpperWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getUpperWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getUpperWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getUpperWarningLimit() -
Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getValue() -
Method in class gov.aps.jca.ValuedEnum
- Get value of enum item.
- getValue() -
Method in class gov.aps.jca.configuration.DefaultConfiguration
- Returns the value of the configuration element as a
String.
- getValue() -
Method in interface gov.aps.jca.configuration.Configuration
- Return the
String value of the node.
- getValue() -
Method in class gov.aps.jca.dbr.DBR
-
- getValue(String) -
Method in class gov.aps.jca.configuration.DefaultConfiguration
- Returns the value of the configuration element as a
String.
- getValue(String) -
Method in interface gov.aps.jca.configuration.Configuration
- Returns the value of the configuration element as a
String.
- getValue(String) -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
String.
- getValueAsBoolean() -
Method in interface gov.aps.jca.configuration.Configuration
- Return the
boolean value of the node.
- getValueAsBoolean() -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
boolean.
- getValueAsBoolean(boolean) -
Method in interface gov.aps.jca.configuration.Configuration
- Returns the value of the configuration element as a
boolean.
- getValueAsBoolean(boolean) -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
boolean.
- getValueAsFloat() -
Method in interface gov.aps.jca.configuration.Configuration
- Return the
float value of the node.
- getValueAsFloat() -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
float.
- getValueAsFloat(float) -
Method in interface gov.aps.jca.configuration.Configuration
- Returns the value of the configuration element as a
float.
- getValueAsFloat(float) -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
float.
- getValueAsInteger() -
Method in interface gov.aps.jca.configuration.Configuration
- Return the
int value of the node.
- getValueAsInteger() -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as an
int.
- getValueAsInteger(int) -
Method in interface gov.aps.jca.configuration.Configuration
- Returns the value of the configuration element as an
int.
- getValueAsInteger(int) -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as an
int.
- getValueAsLong() -
Method in interface gov.aps.jca.configuration.Configuration
- Return the
long value of the node.
- getValueAsLong() -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
long.
- getValueAsLong(long) -
Method in interface gov.aps.jca.configuration.Configuration
- Returns the value of the configuration element as a
long.
- getValueAsLong(long) -
Method in class gov.aps.jca.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
long.
- getVersion() -
Method in class gov.aps.jca.JCALibrary
- Getter method for the version number.
- getVersionString() -
Method in class gov.aps.jca.JCALibrary
- Getter method for the full version string.
- getWriteAccess() -
Method in class gov.aps.jca.Channel
- Returns whether write operations are allowed on this Channel.
- getWriteAccess() -
Method in class gov.aps.jca.event.AccessRightsEvent
- Returns the write access value associated with this event.
- gov.aps.jca - package gov.aps.jca
-
- gov.aps.jca.configuration - package gov.aps.jca.configuration
-
- gov.aps.jca.dbr - package gov.aps.jca.dbr
-
- gov.aps.jca.event - package gov.aps.jca.event
-
- GR - interface gov.aps.jca.dbr.GR.
-
- GR_BYTE -
Static variable in class gov.aps.jca.dbr.DBRType
-
- GR_DOUBLE -
Static variable in class gov.aps.jca.dbr.DBRType
-
- GR_FLOAT -
Static variable in class gov.aps.jca.dbr.DBRType
-
- GR_INT -
Static variable in class gov.aps.jca.dbr.DBRType
-
- GR_SHORT -
Static variable in class gov.aps.jca.dbr.DBRType
-
- GT(TimeStamp) -
Method in class gov.aps.jca.dbr.TimeStamp
-
Configurable to allow reconfiguration at runtime.reconfigure method here.
Configuration to this configuration element.
Locator to use.
Locator to use.
Configuration object to the specified string.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||