A B C D E F G H I J L M N O P Q R S T U V W Z

A

AbstractConfiguration - class gov.aps.jca.configuration.AbstractConfiguration.
This is an abstract Configuration implementation that deals with methods that can be abstracted away from underlying implementations.
AbstractConfiguration() - Constructor for class gov.aps.jca.configuration.AbstractConfiguration
 
AbstractEventDispatcher - class gov.aps.jca.event.AbstractEventDispatcher.
 
AbstractEventDispatcher() - Constructor for class gov.aps.jca.event.AbstractEventDispatcher
 
accessRightsChanged(AccessRightsEvent) - Method in interface gov.aps.jca.event.AccessRightsListener
This method is called whenever the access rights of the Channel(s), with which the listener is registered, changed.
AccessRightsEvent - class gov.aps.jca.event.AccessRightsEvent.
An event which indicates a change in a Channel read and write access properties.
AccessRightsEvent(Channel, boolean, boolean) - Constructor for class gov.aps.jca.event.AccessRightsEvent
Constructs an AccessRightEvent object.
AccessRightsListener - interface gov.aps.jca.event.AccessRightsListener.
The listener interface for receiving AccessRightsEvents.
ACK - interface gov.aps.jca.dbr.ACK.
 
add(double) - Method in class gov.aps.jca.dbr.TimeStamp
 
add(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
 
add(TimeStamp, double) - Static method in class gov.aps.jca.dbr.TimeStamp
 
add(TimeStamp, TimeStamp) - Static method in class gov.aps.jca.dbr.TimeStamp
 
addAccessRightsListener(AccessRightsListener) - Method in class gov.aps.jca.Channel
Adds a AccessRightsListener which will be notified of the access rights's changes of this Channel.
addAttribute(String, String) - Method in class gov.aps.jca.configuration.DefaultConfiguration
Deprecated. Use setAttribute() instead
addChild(Configuration) - Method in class gov.aps.jca.configuration.DefaultConfiguration
Add a child Configuration to this configuration element.
addConnectionListener(ConnectionListener) - Method in class gov.aps.jca.Channel
Adds a ConnectionListener which will be notified of the connection state's changes of this Channel.
addContextExceptionListener(ContextExceptionListener) - Method in class gov.aps.jca.Context
Add a ContextExceptionListener to this context.
addContextMessageListener(ContextMessageListener) - Method in class gov.aps.jca.Context
Add a ContextMessageListener to this context.
ADDFAIL - Static variable in class gov.aps.jca.CAStatus
Could not perform a database monitor add for that channel.
addMonitor(DBRType, int, int) - Method in class gov.aps.jca.Channel
Add a monitor to this channel.
addMonitor(DBRType, int, int, MonitorListener) - Method in class gov.aps.jca.Channel
Adds a monitor to this Channel.
addMonitor(int) - Method in class gov.aps.jca.Channel
Add a monitor to this channel using the channel's native DBR type and count.
addMonitor(int, MonitorListener) - Method in class gov.aps.jca.Channel
Add a monitor to this channel using the channel's native DBR type and count.
addMonitorListener(MonitorListener) - Method in class gov.aps.jca.Monitor
 
ALARM - Static variable in class gov.aps.jca.Monitor
 
ALLOCMEM - Static variable in class gov.aps.jca.CAStatus
Unable to allocate additional dynamic memory.
ANACHRONISM - Static variable in class gov.aps.jca.CAStatus
This anachhronistic feature of CA is no longer supported.
appendValueData(String) - Method in class gov.aps.jca.configuration.DefaultConfiguration
Deprecated. Use setValue() instead
ARRAY16KCLIENT - Static variable in class gov.aps.jca.CAStatus
 
asBigDecimal() - Method in class gov.aps.jca.dbr.TimeStamp
Get the timestamp in seconds since the epoch as a BigDecimal preserving the precision of the input timestamp.
asDouble() - Method in class gov.aps.jca.dbr.TimeStamp
 
attachCurrentThread() - Method in class gov.aps.jca.Context
Attach the calling thread to the list of threads allowed to access this context and all its channels.

B

BAD_SUB_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
BADCHID - Static variable in class gov.aps.jca.CAStatus
Invalid channel identifier.
BADCOUNT - Static variable in class gov.aps.jca.CAStatus
Count requested inappropriate for that channel.
BADFUNCPTR - Static variable in class gov.aps.jca.CAStatus
Invalid callback method.
BADMASK - Static variable in class gov.aps.jca.CAStatus
The monitor selection mask supplied is empty or inappropriate.
BADMONID - Static variable in class gov.aps.jca.CAStatus
Bad monitor subscription identifier.
BADPRIORITY - Static variable in class gov.aps.jca.CAStatus
Priority out of range.
BADSTR - Static variable in class gov.aps.jca.CAStatus
The supplied string has improper format.
BADSYNCGRP - Static variable in class gov.aps.jca.CAStatus
Invalid synchronous group identifier.
BADTYPE - Static variable in class gov.aps.jca.CAStatus
The data type specified is invalid.
build(InputSource) - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
Build a configuration object using an XML InputSource object
build(InputStream) - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
Build a configuration object using an InputStream.
build(String) - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
Build a configuration object using an URI
buildFromFile(File) - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
Build a configuration object from a file using a File object.
buildFromFile(String) - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
Build a configuration object from a file using a filename.
BUILDGET - Static variable in class gov.aps.jca.CAStatus
Database value get for that channel failed during channel search.
BYTE - interface gov.aps.jca.dbr.BYTE.
 
BYTE - Static variable in class gov.aps.jca.dbr.DBRType
 

C

CAEvent - class gov.aps.jca.event.CAEvent.
A marker class for Channel Access events.
CAEvent(Object) - Constructor for class gov.aps.jca.event.CAEvent
 
CAException - exception gov.aps.jca.CAException.
Base class for all JCA Exception
CAException() - Constructor for class gov.aps.jca.CAException
 
CAException(String) - Constructor for class gov.aps.jca.CAException
 
CAException(String, Throwable) - Constructor for class gov.aps.jca.CAException
 
CAException(Throwable) - Constructor for class gov.aps.jca.CAException
 
CALC_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
CASeverity - class gov.aps.jca.CASeverity.
Enumeration class representing Channel Access severity codes.
CAStatus - class gov.aps.jca.CAStatus.
Enumeration class representing Channel Access Status codes.
CHANDESTROY - Static variable in class gov.aps.jca.CAStatus
User destroyed channel.
Channel - class gov.aps.jca.Channel.
The class representing a CA Channel.
Channel.ConnectionState - class gov.aps.jca.Channel.ConnectionState.
Enumeration class representing the Channel's connection state.
Channel() - Constructor for class gov.aps.jca.Channel
 
characters(char[], int, int) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
Handling hook for character data.
characters(char[], int, int) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Handling hook for character data.
CHIDNOTFND - Static variable in class gov.aps.jca.CAStatus
Remote channel not found.
CHIDRETRY - Static variable in class gov.aps.jca.CAStatus
Unable to locate all user specified channels.
clear() - Method in class gov.aps.jca.Monitor
 
clear() - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
Clears all data from this configuration handler.
clear() - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Clears all data from this configuration handler.
CLOSED - Static variable in class gov.aps.jca.Channel
Channel has been closed and destroyed.
CLOSED - Static variable in class gov.aps.jca.Channel.ConnectionState
 
cmp(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
 
COMM_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
Configurable - interface gov.aps.jca.configuration.Configurable.
This interface should be implemented by classes that need to be configured with custom parameters before initialization.
Configuration - interface gov.aps.jca.configuration.Configuration.
Configuration is a interface encapsulating a configuration node used to retrieve configuration values.
ConfigurationException - exception gov.aps.jca.configuration.ConfigurationException.
Thrown when a Configurable component cannot be configured properly, or if a value cannot be retrieved properly.
ConfigurationException(String) - Constructor for class gov.aps.jca.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationException(String, Throwable) - Constructor for class gov.aps.jca.configuration.ConfigurationException
Construct a new ConfigurationException instance.
configure(Configuration) - Method in interface gov.aps.jca.configuration.Configurable
Pass the Configuration to the Configurable class.
configure(Configuration) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
CONN - Static variable in class gov.aps.jca.CAStatus
Unable to connect to internet host or service.
CONNECTED - Static variable in class gov.aps.jca.Channel
Channel is connected.
CONNECTED - Static variable in class gov.aps.jca.Channel.ConnectionState
 
connectionChanged(ConnectionEvent) - Method in interface gov.aps.jca.event.ConnectionListener
 
ConnectionEvent - class gov.aps.jca.event.ConnectionEvent.
An event which indicates a change in a Channel connection's state.
ConnectionEvent(Channel, boolean) - Constructor for class gov.aps.jca.event.ConnectionEvent
 
ConnectionListener - interface gov.aps.jca.event.ConnectionListener.
The listener interface for receiving ConnectionEvents.
CONNSEQTMO - Static variable in class gov.aps.jca.CAStatus
 
Context - class gov.aps.jca.Context.
The class representing a CA Context.
Context() - Constructor for class gov.aps.jca.Context
 
contextException(ContextExceptionEvent) - Method in class gov.aps.jca.event.DefaultContextExceptionListener
 
contextException(ContextExceptionEvent) - Method in interface gov.aps.jca.event.ContextExceptionListener
 
ContextExceptionEvent - class gov.aps.jca.event.ContextExceptionEvent.
An event which indicates an asynchronous exception in a Context.
ContextExceptionEvent(Context, Channel, DBRType, int, DBR, String) - Constructor for class gov.aps.jca.event.ContextExceptionEvent
 
ContextExceptionListener - interface gov.aps.jca.event.ContextExceptionListener.
The listener interface for receiving ContextExceptionEvents.
contextMessage(ContextMessageEvent) - Method in class gov.aps.jca.event.DefaultContextMessageListener
 
contextMessage(ContextMessageEvent) - Method in interface gov.aps.jca.event.ContextMessageListener
 
ContextMessageEvent - class gov.aps.jca.event.ContextMessageEvent.
An event which indicates an asynchronous message from a Context.
ContextMessageEvent(Context, String) - Constructor for class gov.aps.jca.event.ContextMessageEvent
 
ContextMessageListener - interface gov.aps.jca.event.ContextMessageListener.
The listener interface for receiving ContextMessageEvents.
COS_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
create(DBRType, int) - Static method in class gov.aps.jca.dbr.DBRFactory
 
create(int, int) - Static method in class gov.aps.jca.dbr.DBRFactory
 
createChannel(String) - Method in class gov.aps.jca.Context
Create a new Channel using this context to access a process variable.
createChannel(String, ConnectionListener) - Method in class gov.aps.jca.Context
Create a new Channel using this context to access a process variable with a ConnectionListener to receive ConnectionEvent from the newly created Channel.
createContext(Configuration) - Method in class gov.aps.jca.JCALibrary
Create a new context instance using a Configuration object.
createContext(String) - Method in class gov.aps.jca.JCALibrary
Create a new context instance using a fully qualified class name and using the Context's default configuration.
CTRL - interface gov.aps.jca.dbr.CTRL.
 
CTRL_BYTE - Static variable in class gov.aps.jca.dbr.DBRType
 
CTRL_DOUBLE - Static variable in class gov.aps.jca.dbr.DBRType
 
CTRL_FLOAT - Static variable in class gov.aps.jca.dbr.DBRType
 
CTRL_INT - Static variable in class gov.aps.jca.dbr.DBRType
 
CTRL_SHORT - Static variable in class gov.aps.jca.dbr.DBRType
 

D

DBLCHNL - Static variable in class gov.aps.jca.CAStatus
identical process variable name on pultiple servers.
DBLCLFAIL - Static variable in class gov.aps.jca.CAStatus
The requested local DB operation failed.
DBR - class gov.aps.jca.dbr.DBR.
 
DBR_Byte - class gov.aps.jca.dbr.DBR_Byte.
 
DBR_Byte() - Constructor for class gov.aps.jca.dbr.DBR_Byte
 
DBR_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_Byte
 
DBR_Byte(int) - Constructor for class gov.aps.jca.dbr.DBR_Byte
 
DBR_CTRL_Byte - class gov.aps.jca.dbr.DBR_CTRL_Byte.
 
DBR_CTRL_Byte() - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Byte
 
DBR_CTRL_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Byte
 
DBR_CTRL_Byte(int) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Byte
 
DBR_CTRL_Double - class gov.aps.jca.dbr.DBR_CTRL_Double.
 
DBR_CTRL_Double() - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Double
 
DBR_CTRL_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Double
 
DBR_CTRL_Double(int) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Double
 
DBR_CTRL_Float - class gov.aps.jca.dbr.DBR_CTRL_Float.
 
DBR_CTRL_Float() - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Float
 
DBR_CTRL_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Float
 
DBR_CTRL_Float(int) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Float
 
DBR_CTRL_Int - class gov.aps.jca.dbr.DBR_CTRL_Int.
 
DBR_CTRL_Int() - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Int
 
DBR_CTRL_Int(int) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Int
 
DBR_CTRL_Int(int[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Int
 
DBR_CTRL_Short - class gov.aps.jca.dbr.DBR_CTRL_Short.
 
DBR_CTRL_Short() - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Short
 
DBR_CTRL_Short(int) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Short
 
DBR_CTRL_Short(short[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Short
 
DBR_Double - class gov.aps.jca.dbr.DBR_Double.
 
DBR_Double() - Constructor for class gov.aps.jca.dbr.DBR_Double
 
DBR_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_Double
 
DBR_Double(int) - Constructor for class gov.aps.jca.dbr.DBR_Double
 
DBR_Enum - class gov.aps.jca.dbr.DBR_Enum.
 
DBR_Enum() - Constructor for class gov.aps.jca.dbr.DBR_Enum
 
DBR_Enum(int) - Constructor for class gov.aps.jca.dbr.DBR_Enum
 
DBR_Enum(short[]) - Constructor for class gov.aps.jca.dbr.DBR_Enum
 
DBR_Float - class gov.aps.jca.dbr.DBR_Float.
 
DBR_Float() - Constructor for class gov.aps.jca.dbr.DBR_Float
 
DBR_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_Float
 
DBR_Float(int) - Constructor for class gov.aps.jca.dbr.DBR_Float
 
DBR_GR_Byte - class gov.aps.jca.dbr.DBR_GR_Byte.
 
DBR_GR_Byte() - Constructor for class gov.aps.jca.dbr.DBR_GR_Byte
 
DBR_GR_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_Byte
 
DBR_GR_Byte(int) - Constructor for class gov.aps.jca.dbr.DBR_GR_Byte
 
DBR_GR_Double - class gov.aps.jca.dbr.DBR_GR_Double.
 
DBR_GR_Double() - Constructor for class gov.aps.jca.dbr.DBR_GR_Double
 
DBR_GR_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_Double
 
DBR_GR_Double(int) - Constructor for class gov.aps.jca.dbr.DBR_GR_Double
 
DBR_GR_Float - class gov.aps.jca.dbr.DBR_GR_Float.
 
DBR_GR_Float() - Constructor for class gov.aps.jca.dbr.DBR_GR_Float
 
DBR_GR_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_Float
 
DBR_GR_Float(int) - Constructor for class gov.aps.jca.dbr.DBR_GR_Float
 
DBR_GR_Int - class gov.aps.jca.dbr.DBR_GR_Int.
 
DBR_GR_Int() - Constructor for class gov.aps.jca.dbr.DBR_GR_Int
 
DBR_GR_Int(int) - Constructor for class gov.aps.jca.dbr.DBR_GR_Int
 
DBR_GR_Int(int[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_Int
 
DBR_GR_Short - class gov.aps.jca.dbr.DBR_GR_Short.
 
DBR_GR_Short() - Constructor for class gov.aps.jca.dbr.DBR_GR_Short
 
DBR_GR_Short(int) - Constructor for class gov.aps.jca.dbr.DBR_GR_Short
 
DBR_GR_Short(short[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_Short
 
DBR_Int - class gov.aps.jca.dbr.DBR_Int.
 
DBR_Int() - Constructor for class gov.aps.jca.dbr.DBR_Int
 
DBR_Int(int) - Constructor for class gov.aps.jca.dbr.DBR_Int
 
DBR_Int(int[]) - Constructor for class gov.aps.jca.dbr.DBR_Int
 
DBR_LABELS_Enum - class gov.aps.jca.dbr.DBR_LABELS_Enum.
 
DBR_LABELS_Enum() - Constructor for class gov.aps.jca.dbr.DBR_LABELS_Enum
 
DBR_LABELS_Enum(int) - Constructor for class gov.aps.jca.dbr.DBR_LABELS_Enum
 
DBR_LABELS_Enum(short[]) - Constructor for class gov.aps.jca.dbr.DBR_LABELS_Enum
 
DBR_PutAckS - class gov.aps.jca.dbr.DBR_PutAckS.
 
DBR_PutAckS() - Constructor for class gov.aps.jca.dbr.DBR_PutAckS
 
DBR_PutAckS(int) - Constructor for class gov.aps.jca.dbr.DBR_PutAckS
 
DBR_PutAckS(short[]) - Constructor for class gov.aps.jca.dbr.DBR_PutAckS
 
DBR_PutAckT - class gov.aps.jca.dbr.DBR_PutAckT.
 
DBR_PutAckT() - Constructor for class gov.aps.jca.dbr.DBR_PutAckT
 
DBR_PutAckT(int) - Constructor for class gov.aps.jca.dbr.DBR_PutAckT
 
DBR_PutAckT(short[]) - Constructor for class gov.aps.jca.dbr.DBR_PutAckT
 
DBR_Short - class gov.aps.jca.dbr.DBR_Short.
 
DBR_Short() - Constructor for class gov.aps.jca.dbr.DBR_Short
 
DBR_Short(int) - Constructor for class gov.aps.jca.dbr.DBR_Short
 
DBR_Short(short[]) - Constructor for class gov.aps.jca.dbr.DBR_Short
 
DBR_String - class gov.aps.jca.dbr.DBR_String.
 
DBR_String() - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(char[]) - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(int) - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(String) - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(String[]) - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_STS_Byte - class gov.aps.jca.dbr.DBR_STS_Byte.
 
DBR_STS_Byte() - Constructor for class gov.aps.jca.dbr.DBR_STS_Byte
 
DBR_STS_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Byte
 
DBR_STS_Byte(int) - Constructor for class gov.aps.jca.dbr.DBR_STS_Byte
 
DBR_STS_Double - class gov.aps.jca.dbr.DBR_STS_Double.
 
DBR_STS_Double() - Constructor for class gov.aps.jca.dbr.DBR_STS_Double
 
DBR_STS_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Double
 
DBR_STS_Double(int) - Constructor for class gov.aps.jca.dbr.DBR_STS_Double
 
DBR_STS_Enum - class gov.aps.jca.dbr.DBR_STS_Enum.
 
DBR_STS_Enum() - Constructor for class gov.aps.jca.dbr.DBR_STS_Enum
 
DBR_STS_Enum(int) - Constructor for class gov.aps.jca.dbr.DBR_STS_Enum
 
DBR_STS_Enum(short[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Enum
 
DBR_STS_Float - class gov.aps.jca.dbr.DBR_STS_Float.
 
DBR_STS_Float() - Constructor for class gov.aps.jca.dbr.DBR_STS_Float
 
DBR_STS_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Float
 
DBR_STS_Float(int) - Constructor for class gov.aps.jca.dbr.DBR_STS_Float
 
DBR_STS_Int - class gov.aps.jca.dbr.DBR_STS_Int.
 
DBR_STS_Int() - Constructor for class gov.aps.jca.dbr.DBR_STS_Int
 
DBR_STS_Int(int) - Constructor for class gov.aps.jca.dbr.DBR_STS_Int
 
DBR_STS_Int(int[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Int
 
DBR_STS_Short - class gov.aps.jca.dbr.DBR_STS_Short.
 
DBR_STS_Short() - Constructor for class gov.aps.jca.dbr.DBR_STS_Short
 
DBR_STS_Short(int) - Constructor for class gov.aps.jca.dbr.DBR_STS_Short
 
DBR_STS_Short(short[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Short
 
DBR_STS_String - class gov.aps.jca.dbr.DBR_STS_String.
 
DBR_STS_String() - Constructor for class gov.aps.jca.dbr.DBR_STS_String
 
DBR_STS_String(int) - Constructor for class gov.aps.jca.dbr.DBR_STS_String
 
DBR_STS_String(String[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_String
 
DBR_STSACK_String - class gov.aps.jca.dbr.DBR_STSACK_String.
 
DBR_STSACK_String() - Constructor for class gov.aps.jca.dbr.DBR_STSACK_String
 
DBR_STSACK_String(int) - Constructor for class gov.aps.jca.dbr.DBR_STSACK_String
 
DBR_STSACK_String(String[]) - Constructor for class gov.aps.jca.dbr.DBR_STSACK_String
 
DBR_TIME_Byte - class gov.aps.jca.dbr.DBR_TIME_Byte.
 
DBR_TIME_Byte() - Constructor for class gov.aps.jca.dbr.DBR_TIME_Byte
 
DBR_TIME_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Byte
 
DBR_TIME_Byte(int) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Byte
 
DBR_TIME_Double - class gov.aps.jca.dbr.DBR_TIME_Double.
 
DBR_TIME_Double() - Constructor for class gov.aps.jca.dbr.DBR_TIME_Double
 
DBR_TIME_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Double
 
DBR_TIME_Double(int) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Double
 
DBR_TIME_Enum - class gov.aps.jca.dbr.DBR_TIME_Enum.
 
DBR_TIME_Enum() - Constructor for class gov.aps.jca.dbr.DBR_TIME_Enum
 
DBR_TIME_Enum(int) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Enum
 
DBR_TIME_Enum(short[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Enum
 
DBR_TIME_Float - class gov.aps.jca.dbr.DBR_TIME_Float.
 
DBR_TIME_Float() - Constructor for class gov.aps.jca.dbr.DBR_TIME_Float
 
DBR_TIME_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Float
 
DBR_TIME_Float(int) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Float
 
DBR_TIME_Int - class gov.aps.jca.dbr.DBR_TIME_Int.
 
DBR_TIME_Int() - Constructor for class gov.aps.jca.dbr.DBR_TIME_Int
 
DBR_TIME_Int(int) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Int
 
DBR_TIME_Int(int[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Int
 
DBR_TIME_Short - class gov.aps.jca.dbr.DBR_TIME_Short.
 
DBR_TIME_Short() - Constructor for class gov.aps.jca.dbr.DBR_TIME_Short
 
DBR_TIME_Short(int) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Short
 
DBR_TIME_Short(short[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Short
 
DBR_TIME_String - class gov.aps.jca.dbr.DBR_TIME_String.
 
DBR_TIME_String() - Constructor for class gov.aps.jca.dbr.DBR_TIME_String
 
DBR_TIME_String(int) - Constructor for class gov.aps.jca.dbr.DBR_TIME_String
 
DBR_TIME_String(String[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_String
 
DBRFactory - class gov.aps.jca.dbr.DBRFactory.
 
DBRFactory() - Constructor for class gov.aps.jca.dbr.DBRFactory
 
DBRType - class gov.aps.jca.dbr.DBRType.
 
DefaultConfiguration - class gov.aps.jca.configuration.DefaultConfiguration.
This is the default Configuration implementation.
DefaultConfiguration(String) - Constructor for class gov.aps.jca.configuration.DefaultConfiguration
 
DefaultConfiguration(String, String) - Constructor for class gov.aps.jca.configuration.DefaultConfiguration
Create a new DefaultConfiguration instance.
DefaultConfiguration(String, String, String, String) - Constructor for class gov.aps.jca.configuration.DefaultConfiguration
Create a new DefaultConfiguration instance.
DefaultConfigurationBuilder - class gov.aps.jca.configuration.DefaultConfigurationBuilder.
A DefaultConfigurationBuilder builds Configurations from XML, via a SAX2 compliant parser.
DefaultConfigurationBuilder() - Constructor for class gov.aps.jca.configuration.DefaultConfigurationBuilder
Create a Configuration Builder with a default XMLReader that ignores namespaces.
DefaultConfigurationBuilder(boolean) - Constructor for class gov.aps.jca.configuration.DefaultConfigurationBuilder
Create a Configuration Builder, specifying a flag that determines namespace support.
DefaultConfigurationBuilder(XMLReader) - Constructor for class gov.aps.jca.configuration.DefaultConfigurationBuilder
Create a Configuration Builder with your own XMLReader.
DefaultConfigurationSerializer - class gov.aps.jca.configuration.DefaultConfigurationSerializer.
A ConfigurationSerializer serializes configurations via SAX2 compliant parser.
DefaultConfigurationSerializer() - Constructor for class gov.aps.jca.configuration.DefaultConfigurationSerializer
 
DefaultContextExceptionListener - class gov.aps.jca.event.DefaultContextExceptionListener.
A default implementation for ContextExceptionListener.
DefaultContextExceptionListener() - Constructor for class gov.aps.jca.event.DefaultContextExceptionListener
 
DefaultContextMessageListener - class gov.aps.jca.event.DefaultContextMessageListener.
A default implementation for ContextMessageListener.
DefaultContextMessageListener() - Constructor for class gov.aps.jca.event.DefaultContextMessageListener
 
DEFUNCT - Static variable in class gov.aps.jca.CAStatus
Attempt to use a defunct CA feature failed.
destroy() - Method in class gov.aps.jca.Context
Clear all ressources attached to this Context
destroy() - Method in class gov.aps.jca.Channel
Clear the ressources used by this channel.
DirectEventDispatcher - class gov.aps.jca.event.DirectEventDispatcher.
This EventDispatcher will forward all events directly to the listeners.
DirectEventDispatcher() - Constructor for class gov.aps.jca.event.DirectEventDispatcher
 
DISABLE_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
DISCONN - Static variable in class gov.aps.jca.CAStatus
Virtual circuit disconneted.
DISCONNCHID - Static variable in class gov.aps.jca.CAStatus
Request ignored because the specified channel is disconnected.
DISCONNECTED - Static variable in class gov.aps.jca.Channel
Channel is disconnected.
DISCONNECTED - Static variable in class gov.aps.jca.Channel.ConnectionState
 
dispatch(AccessRightsEvent, AccessRightsListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(AccessRightsEvent, AccessRightsListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(AccessRightsEvent, List) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
dispatch(AccessRightsEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(AccessRightsEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ConnectionEvent, ConnectionListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ConnectionEvent, ConnectionListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(ConnectionEvent, List) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
dispatch(ConnectionEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ConnectionEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ContextExceptionEvent, ContextExceptionListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ContextExceptionEvent, ContextExceptionListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(ContextExceptionEvent, List) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
dispatch(ContextExceptionEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ContextExceptionEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ContextMessageEvent, ContextMessageListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ContextMessageEvent, ContextMessageListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(ContextMessageEvent, List) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
dispatch(ContextMessageEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ContextMessageEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(GetEvent, GetListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(GetEvent, GetListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(GetEvent, List) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
dispatch(GetEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(GetEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(MonitorEvent, List) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
dispatch(MonitorEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(MonitorEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(MonitorEvent, MonitorListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(MonitorEvent, MonitorListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(PutEvent, List) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
dispatch(PutEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(PutEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(PutEvent, PutListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(PutEvent, PutListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispose() - Method in class gov.aps.jca.Context
 
dispose() - Method in class gov.aps.jca.Channel
 
dispose() - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
DLCKREST - Static variable in class gov.aps.jca.CAStatus
Reseting dead connection- will try to reconnect.
DOUBLE - interface gov.aps.jca.dbr.DOUBLE.
 
DOUBLE - Static variable in class gov.aps.jca.dbr.DBRType
 

E

EMPTYSTR - Static variable in class gov.aps.jca.CAStatus
The supplied string is empty.
EMPTYUNIT - Static variable in interface gov.aps.jca.dbr.GR
 
endDocument() - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Handling hook for ending the document parsing.
endElement(String, String, String) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
Handling hook for finishing parsing of an element.
endElement(String, String, String) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Handling hook for finishing parsing of an element.
Enum - class gov.aps.jca.Enum.
 
ENUM - interface gov.aps.jca.dbr.ENUM.
 
ENUM - Static variable in class gov.aps.jca.dbr.DBRType
 
EQ(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
 
equals(Object) - Method in class gov.aps.jca.Enum
 
ERROR - Static variable in class gov.aps.jca.CASeverity
Failed-continue.
error(SAXParseException) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
This just throws an exception on a parse error.
error(SAXParseException) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
This just throws an exception on a parse error.
EVDISALLOW - Static variable in class gov.aps.jca.CAStatus
The CA method called is inappropriate for use within an event handler.
EventDispatcher - interface gov.aps.jca.event.EventDispatcher.
 

F

FATAL - Static variable in class gov.aps.jca.CASeverity
fatal.
fatalError(SAXParseException) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
This just throws an exception on a parse error.
fatalError(SAXParseException) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
This just throws an exception on a parse error.
FLOAT - interface gov.aps.jca.dbr.FLOAT.
 
FLOAT - Static variable in class gov.aps.jca.dbr.DBRType
 
flushIO() - Method in class gov.aps.jca.Context
Flush outstanding IO request to the servers.
forName(String) - Static method in class gov.aps.jca.Channel.ConnectionState
 
forName(String) - Static method in class gov.aps.jca.CAStatus
 
forName(String) - Static method in class gov.aps.jca.CASeverity
Return the CASeverity corresponding to specific name.
forName(String) - Static method in class gov.aps.jca.dbr.Status
 
forName(String) - Static method in class gov.aps.jca.dbr.Severity
 
forName(String) - Static method in class gov.aps.jca.dbr.DBRType
 
forValue(int) - Static method in class gov.aps.jca.Channel.ConnectionState
 
forValue(int) - Static method in class gov.aps.jca.CAStatus
 
forValue(int) - Static method in class gov.aps.jca.CASeverity
Return the CASeverity corresponding to specific numerical value.
forValue(int) - Static method in class gov.aps.jca.dbr.Status
 
forValue(int) - Static method in class gov.aps.jca.dbr.Severity
 
forValue(int) - Static method in class gov.aps.jca.dbr.DBRType
 

G

GE(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
 
get() - Method in class gov.aps.jca.Channel
Synchronously reads this Channel's value using the native DBR type and count.
get(DBRType, int) - Method in class gov.aps.jca.Channel
Synchronously Reads a specified number of elements of a specified type from this Channel.
get(DBRType, int, GetListener) - Method in class gov.aps.jca.Channel
Asynchronously reads a specified number of elements of a specified type from this Channel
get(GetListener) - Method in class gov.aps.jca.Channel
Asynchronously reads this Channel's value using the native DBR type and count.
get(int) - Method in class gov.aps.jca.Channel
Synchronously Reads a specified number elements from this Channel value using the native DBR type.
get(int, GetListener) - Method in class gov.aps.jca.Channel
Asynchronously Reads a specified number from this Channel's value using the native DBR type.
getAccessRightsListeners() - Method in class gov.aps.jca.Channel
Returns the AccessRightsListeners registered with this channel.
getAckS() - Method in class gov.aps.jca.dbr.DBR_STSACK_String
 
getAckS() - Method in interface gov.aps.jca.dbr.ACK
 
getAckT() - Method in class gov.aps.jca.dbr.DBR_STSACK_String
 
getAckT() - Method in interface gov.aps.jca.dbr.ACK
 
getAttribute(String) - Method in class gov.aps.jca.configuration.DefaultConfiguration
Returns the value of the attribute specified by its name as a String.
getAttribute(String) - Method in interface gov.aps.jca.configuration.Configuration
Return the value of specified attribute.
getAttribute(String, String) - Method in interface gov.aps.jca.configuration.Configuration
Returns the value of the attribute specified by its name as a String, or the default value if no attribute by that name exists or is empty.
getAttribute(String, String) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a String.
getAttributeAsBoolean(String) - Method in interface gov.aps.jca.configuration.Configuration
Return the boolean value of the specified parameter contained in this node.
getAttributeAsBoolean(String) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a boolean.
getAttributeAsBoolean(String, boolean) - Method in interface gov.aps.jca.configuration.Configuration
Returns the value of the attribute specified by its name as a boolean, or the default value if no attribute by that name exists or is empty.
getAttributeAsBoolean(String, boolean) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a boolean.
getAttributeAsFloat(String) - Method in interface gov.aps.jca.configuration.Configuration
Return the float value of the specified parameter contained in this node.
getAttributeAsFloat(String) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a float.
getAttributeAsFloat(String, float) - Method in interface gov.aps.jca.configuration.Configuration
Returns the value of the attribute specified by its name as a float, or the default value if no attribute by that name exists or is empty.
getAttributeAsFloat(String, float) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a float.
getAttributeAsInteger(String) - Method in interface gov.aps.jca.configuration.Configuration
Return the int value of the specified attribute contained in this node.
getAttributeAsInteger(String) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as an int.
getAttributeAsInteger(String, int) - Method in interface gov.aps.jca.configuration.Configuration
Returns the value of the attribute specified by its name as a int, or the default value if no attribute by that name exists or is empty.
getAttributeAsInteger(String, int) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as an int.
getAttributeAsLong(String) - Method in interface gov.aps.jca.configuration.Configuration
Returns the value of the attribute specified by its name as a long.
getAttributeAsLong(String) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a long.
getAttributeAsLong(String, long) - Method in interface gov.aps.jca.configuration.Configuration
Returns the value of the attribute specified by its name as a long, or the default value if no attribute by that name exists or is empty.
getAttributeAsLong(String, long) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a long.
getAttributeNames() - Method in class gov.aps.jca.configuration.DefaultConfiguration
Return an array of all attribute names.
getAttributeNames() - Method in interface gov.aps.jca.configuration.Configuration
Return an array of all attribute names.
getByteValue() - Method in class gov.aps.jca.dbr.DBR_Byte
 
getByteValue() - Method in interface gov.aps.jca.dbr.BYTE
 
getChannel() - Method in class gov.aps.jca.Monitor
 
getChannel() - Method in class gov.aps.jca.event.ContextExceptionEvent
The Channel associated with the exception if any.
getChannels() - Method in class gov.aps.jca.Context
 
getChild(String) - Method in interface gov.aps.jca.configuration.Configuration
Return a new Configuration instance encapsulating the specified child node.
getChild(String) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Return the first Configuration object child of this associated with the given name.
getChild(String, boolean) - Method in class gov.aps.jca.configuration.DefaultConfiguration
Return the first Configuration object child of this associated with the given name.
getChild(String, boolean) - Method in interface gov.aps.jca.configuration.Configuration
Return a Configuration instance encapsulating the specified child node.
getChild(String, boolean) - Method in class gov.aps.jca.configuration.AbstractConfiguration
Return the first Configuration object child of this associated with the given name.
getChildCount() - Method in class gov.aps.jca.configuration.DefaultConfiguration
Return count of children.
getChildren() - Method in class gov.aps.jca.configuration.DefaultConfiguration
Return an 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
 

H

hashCode() - Method in class gov.aps.jca.Enum
 
HIGH_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
HIHI_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
HW_LIMIT_ALARM - Static variable in class gov.aps.jca.dbr.Status
 

I

INFO - Static variable in class gov.aps.jca.CASeverity
Successful.
initialize() - Method in class gov.aps.jca.Context
 
INT - interface gov.aps.jca.dbr.INT.
 
INT - Static variable in class gov.aps.jca.dbr.DBRType
 
INTERNAL - Static variable in class gov.aps.jca.CAStatus
Channel Access internal failure.
INVALID_ALARM - Static variable in class gov.aps.jca.dbr.Severity
 
IODONE - Static variable in class gov.aps.jca.CAStatus
IO operations have completed.
IOINPROGESS - Static variable in class gov.aps.jca.CAStatus
IO operations are in progress.
ISATTACHED - Static variable in class gov.aps.jca.CAStatus
Thread is already attached to a client context.
isBYTE() - Method in class gov.aps.jca.dbr.DBRType
 
isBYTE() - Method in class gov.aps.jca.dbr.DBR
 
isBYTE(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isConnected() - Method in class gov.aps.jca.event.ConnectionEvent
 
isCTRL() - Method in class gov.aps.jca.dbr.DBRType
 
isCTRL() - Method in class gov.aps.jca.dbr.DBR
 
isCTRL(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isDOUBLE() - Method in class gov.aps.jca.dbr.DBRType
 
isDOUBLE() - Method in class gov.aps.jca.dbr.DBR
 
isDOUBLE(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isENUM() - Method in class gov.aps.jca.dbr.DBRType
 
isENUM() - Method in class gov.aps.jca.dbr.DBR
 
isENUM(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isEqualTo(ValuedEnum) - Method in class gov.aps.jca.ValuedEnum
Test if enum item is equal in value to other enum.
isError() - Method in class gov.aps.jca.CAStatus
 
isError() - Method in class gov.aps.jca.CASeverity
Tests whether this CASeverity represent an error code.
isFatal() - Method in class gov.aps.jca.CAStatus
 
isFatal() - Method in class gov.aps.jca.CASeverity
Tests whether this CASeverity represents a fatal code.
isFLOAT() - Method in class gov.aps.jca.dbr.DBRType
 
isFLOAT() - Method in class gov.aps.jca.dbr.DBR
 
isFLOAT(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isGR() - Method in class gov.aps.jca.dbr.DBRType
 
isGR() - Method in class gov.aps.jca.dbr.DBR
 
isGR(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isGreaterThan(ValuedEnum) - Method in class gov.aps.jca.ValuedEnum
Test if enum item is greater than in value to other enum.
isGreaterThanOrEqual(ValuedEnum) - Method in class gov.aps.jca.ValuedEnum
Test if enum item is greater than or equal in value to other enum.
isINT() - Method in class gov.aps.jca.dbr.DBRType
 
isINT() - Method in class gov.aps.jca.dbr.DBR
 
isINT(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isLABELS() - Method in class gov.aps.jca.dbr.DBRType
 
isLABELS() - Method in class gov.aps.jca.dbr.DBR
 
isLABELS(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isLessThan(ValuedEnum) - Method in class gov.aps.jca.ValuedEnum
Test if enum item is less than in value to other enum.
isLessThanOrEqual(ValuedEnum) - Method in class gov.aps.jca.ValuedEnum
Test if enum item is less than or equal in value to other enum.
isMonitoringAlarm() - Method in class gov.aps.jca.Monitor
 
isMonitoringLog() - Method in class gov.aps.jca.Monitor
 
isMonitoringValue() - Method in class gov.aps.jca.Monitor
 
isPRECISION() - Method in class gov.aps.jca.dbr.DBRType
 
isPRECISION(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isPRECSION() - Method in class gov.aps.jca.dbr.DBR
 
isSHORT() - Method in class gov.aps.jca.dbr.DBRType
 
isSHORT() - Method in class gov.aps.jca.dbr.DBR
 
isSHORT(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isSTRING() - Method in class gov.aps.jca.dbr.DBRType
 
isSTRING() - Method in class gov.aps.jca.dbr.DBR
 
isSTRING(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isSTS() - Method in class gov.aps.jca.dbr.DBRType
 
isSTS() - Method in class gov.aps.jca.dbr.DBR
 
isSTS(DBR) - Static method in class gov.aps.jca.dbr.DBR
 
isSuccessful() - Method in class gov.aps.jca.CAStatus
 
isSuccessful() - Method in class gov.aps.jca.CASeverity
tests whether this CASeverity represent a successful code.
isTIME() - Method in class gov.aps.jca.dbr.DBRType
 
isTIME() - Method in class gov.aps.jca.dbr.DBR
 
isTIME(DBR) - Static method in class gov.aps.jca.dbr.DBR
 

J

JCALibrary - class gov.aps.jca.JCALibrary.
The JCALibrary class is the entry point to all JCA enabled application.
JNI_SINGLE_THREADED - Static variable in class gov.aps.jca.JCALibrary
Constant string representing the fully qualified class name of a single-threaded Context implementation.
JNI_THREAD_SAFE - Static variable in class gov.aps.jca.JCALibrary
Constant string representing the fully qualified class name of a thread safe Context implementation.

L

LABELS - interface gov.aps.jca.dbr.LABELS.
 
LABELS_ENUM - Static variable in class gov.aps.jca.dbr.DBRType
 
LE(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
 
LINK_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
listProperties() - Method in class gov.aps.jca.JCALibrary
Print all JCALibrary properties to the standard output stream.
listProperties(PrintStream) - Method in class gov.aps.jca.JCALibrary
Print all JCALibrary properties to a specified output stream.
LOG - Static variable in class gov.aps.jca.Monitor
 
LOLO_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
LOW_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
LT(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
 

M

main(String[]) - Static method in class gov.aps.jca.dbr.DBRType
 
MAJOR_ALARM - Static variable in class gov.aps.jca.dbr.Severity
 
makeReadOnly() - Method in class gov.aps.jca.configuration.DefaultConfiguration
Make this configuration read-only.
MAXIOC - Static variable in class gov.aps.jca.CAStatus
Maximum simultaneous IOC connections exceed.
MINOR_ALARM - Static variable in class gov.aps.jca.dbr.Severity
 
Monitor - class gov.aps.jca.Monitor.
The class representing a Monitor.
Monitor() - Constructor for class gov.aps.jca.Monitor
 
monitorChanged(MonitorEvent) - Method in interface gov.aps.jca.event.MonitorListener
 
MonitorEvent - class gov.aps.jca.event.MonitorEvent.
The listener interface for receiving MonitorEvents.
MonitorEvent(Channel, DBR, CAStatus) - Constructor for class gov.aps.jca.event.MonitorEvent
 
MonitorListener - interface gov.aps.jca.event.MonitorListener.
The listener interface for receiving MonitorEvents.

N

NamespacedSAXConfigurationHandler - class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler.
A SAXConfigurationHandler helps build Configurations out of sax events, including namespace information.
NamespacedSAXConfigurationHandler() - Constructor for class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
 
NE(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
 
NEEDSFP - Static variable in class gov.aps.jca.CAStatus
Unable to initialize without the vxWorks VX_FP_TASK task option set.
NEVER_CONNECTED - Static variable in class gov.aps.jca.Channel
Channel has never been connected.
NEVER_CONNECTED - Static variable in class gov.aps.jca.Channel.ConnectionState
 
NEWADDR - Static variable in class gov.aps.jca.CAStatus
Remote channel has new network address.
NEWCONN - Static variable in class gov.aps.jca.CAStatus
New or resumed network connection.
newInstance(int) - Method in class gov.aps.jca.dbr.DBRType
 
NO_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
NO_ALARM - Static variable in class gov.aps.jca.dbr.Severity
 
NOCACTX - Static variable in class gov.aps.jca.CAStatus
Specified task isn't a member of a CA Context.
NOCAST - Static variable in class gov.aps.jca.CAStatus
No internet interface with broadcast available.
NOCHANMSG - Static variable in class gov.aps.jca.CAStatus
No channel id match for search reply- search reply ignored.
NOCONVERT - Static variable in class gov.aps.jca.CAStatus
Data conversion between client's type and the server's type failed.
NORDACCESS - Static variable in class gov.aps.jca.CAStatus
Read access denied.
NOREPEATER - Static variable in class gov.aps.jca.CAStatus
Unable to spawn the CA repeater thread- auto reconnect will fail.
NORMAL - Static variable in class gov.aps.jca.CAStatus
Normal successful completion.
NOSEARCHADDR - Static variable in class gov.aps.jca.CAStatus
The search/beacon request address list was empty after initialization.
NOSUPPORT - Static variable in class gov.aps.jca.CAStatus
Feature planned but not supported at this time.
NOTTHREADED - Static variable in class gov.aps.jca.CAStatus
Preemptive callback not enabled - additional threads may not join.
NOWTACCESS - Static variable in class gov.aps.jca.CAStatus
Write access denied.
nsec() - Method in class gov.aps.jca.dbr.TimeStamp
 

O

OVEVFAIL - Static variable in class gov.aps.jca.CAStatus
Event queue overflow has prevented first pass event after event add.

P

pendEvent(double) - Method in class gov.aps.jca.Context
Process all pending events.
pendIO(double) - Method in class gov.aps.jca.Context
Process all pending IO operations.
poll() - Method in class gov.aps.jca.Context
Flush the send buffer and process any outstanding CA background activity.
PRECISION - interface gov.aps.jca.dbr.PRECISION.
 
printInfo() - Method in class gov.aps.jca.JCALibrary
Print some basic info about the JCALibrary to the standard output stream.
printInfo() - Method in class gov.aps.jca.Context
Prints detailed information about the Context to the standard output stream.
printInfo() - Method in class gov.aps.jca.Channel
Prints details information about this Channel to the standard output stream.
printInfo() - Method in class gov.aps.jca.dbr.DBR
 
printInfo(PrintStream) - Method in class gov.aps.jca.JCALibrary
Print some basic info about the JCALibrary to the specified output stream.
printInfo(PrintStream) - Method in class gov.aps.jca.Context
Prints detailed information about the Context to the specified output stream.
printInfo(PrintStream) - Method in class gov.aps.jca.Channel
Prints details information about this Channel to the specified output stream.
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_String
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Short
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Int
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Float
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Enum
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Double
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Byte
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_String
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Short
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Int
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Float
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Double
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
 
printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR
 
printValue(byte[]) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of byte as a comma separated list to the standard output stream.
printValue(byte[], PrintStream) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of byte as a comma separated list to the specified output stream.
printValue(double[]) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of double as a comma separated list to the standard output stream.
printValue(double[], PrintStream) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of double as a comma separated list to the specified output stream.
printValue(float[]) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of float as a comma separated list to the standard output stream.
printValue(float[], PrintStream) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of float as a comma separated list to the specified output stream.
printValue(int[]) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of int as a comma separated list to the standard output stream.
printValue(int[], PrintStream) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of int as a comma separated list to the specified output stream.
printValue(long[]) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of long as a comma separated list to the standard output stream.
printValue(long[], PrintStream) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of long as a comma separated list to the specified output stream.
printValue(short[]) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of short as a comma separated list to the standard output stream.
printValue(short[], PrintStream) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of short as a comma separated list to the specified output stream.
printValue(String[]) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of String as a comma separated list to the standard output stream.
printValue(String[], PrintStream) - Static method in class gov.aps.jca.dbr.DBR
Helper method to print an array of String as a comma separated list to the specified output stream.
PUT_ACKS - Static variable in class gov.aps.jca.dbr.DBRType
 
PUT_ACKT - Static variable in class gov.aps.jca.dbr.DBRType
 
put(byte) - Method in class gov.aps.jca.Channel
Synchrously writes a value to this Channel.
put(byte[]) - Method in class gov.aps.jca.Channel
Synchrously writes an array to this Channel.
put(byte[], PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes an array to this Channel.
put(byte, PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes a value to this Channel.
put(double) - Method in class gov.aps.jca.Channel
Synchrously writes a value to this Channel.
put(double[]) - Method in class gov.aps.jca.Channel
Synchrously writes an array to this Channel.
put(double[], PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes an array to this Channel.
put(double, PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes a value to this Channel.
put(float) - Method in class gov.aps.jca.Channel
Synchrously writes a value to this Channel.
put(float[]) - Method in class gov.aps.jca.Channel
Synchrously writes an array to this Channel.
put(float[], PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes an array to this Channel.
put(float, PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes a value to this Channel.
put(int) - Method in class gov.aps.jca.Channel
Synchrously writes a value to this Channel.
put(int[]) - Method in class gov.aps.jca.Channel
Synchrously writes an array to this Channel.
put(int[], PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes an array to this Channel.
put(int, PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes a value to this Channel.
put(short) - Method in class gov.aps.jca.Channel
Synchrously writes a value to this Channel.
put(short[]) - Method in class gov.aps.jca.Channel
Synchrously writes an array to this Channel.
put(short[], PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes an array to this Channel.
put(short, PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes a value to this Channel.
put(String) - Method in class gov.aps.jca.Channel
Synchrously writes a value to this Channel.
put(String[]) - Method in class gov.aps.jca.Channel
Synchrously writes an array to this Channel.
put(String[], PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes an array to this Channel.
put(String, PutListener) - Method in class gov.aps.jca.Channel
Asynchrously writes a value to this Channel.
PUTCBINPROG - Static variable in class gov.aps.jca.CAStatus
Put callback timed out.
putCompleted(PutEvent) - Method in interface gov.aps.jca.event.PutListener
 
PutEvent - class gov.aps.jca.event.PutEvent.
The listener interface for receiving PutEvents.
PutEvent(Channel, DBRType, int, CAStatus) - Constructor for class gov.aps.jca.event.PutEvent
 
PUTFAIL - Static variable in class gov.aps.jca.CAStatus
Could not perform a database value put for that channel.
PutListener - interface gov.aps.jca.event.PutListener.
The listener interface for receiving PutEvents.

Q

QueuedEventDispatcher - class gov.aps.jca.event.QueuedEventDispatcher.
This EventDispatcher uses an internal thread to dispatch events.
QueuedEventDispatcher() - Constructor for class gov.aps.jca.event.QueuedEventDispatcher
 

R

READ_ACCESS_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
READ_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
Reconfigurable - interface gov.aps.jca.configuration.Reconfigurable.
Extends Configurable to allow reconfiguration at runtime.
reconfigure(Configuration) - Method in interface gov.aps.jca.configuration.Reconfigurable
Describe reconfigure method here.
removeAccessRightsListener(AccessRightsListener) - Method in class gov.aps.jca.Channel
Removes a AccessRightsListener which will be notified of the access rights's changes of this Channel.
removeChild(Configuration) - Method in class gov.aps.jca.configuration.DefaultConfiguration
Remove a child Configuration to this configuration element.
removeConnectionListener(ConnectionListener) - Method in class gov.aps.jca.Channel
Removes a ConnectionListener .
removeContextExceptionListener(ContextExceptionListener) - Method in class gov.aps.jca.Context
Removes a ContextExceptionListener from this context.
removeContextMessageListener(ContextMessageListener) - Method in class gov.aps.jca.Context
Removes a ContextMessageListener from this context.
removeMonitorListener(MonitorListener) - Method in class gov.aps.jca.Monitor
 
run() - Method in class gov.aps.jca.event.QueuedEventDispatcher
 

S

SAXConfigurationHandler - class gov.aps.jca.configuration.SAXConfigurationHandler.
A SAXConfigurationHandler helps build Configurations out of sax events.
SAXConfigurationHandler() - Constructor for class gov.aps.jca.configuration.SAXConfigurationHandler
 
SCAN_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
secPastEpoch() - Method in class gov.aps.jca.dbr.TimeStamp
 
serialize(Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
Serialize the configuration object to a string
serialize(ContentHandler, Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
Serialize the configuration to a ContentHandler
serialize(OutputStream, Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
Serialize the configuration object to an output stream.
serialize(String, Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
Serialize the configuration object to an output stream derived from an URI.
serializeToFile(File, Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
Serialize the configuration object to a file using a File object.
serializeToFile(String, Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
Serialize the configuration object to a file using a filename.
SERVBEHIND - Static variable in class gov.aps.jca.CAStatus
Server (IOC) has fallen behind or is not responding- still waiting.
setAckS(int) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
 
setAckS(int) - Method in interface gov.aps.jca.dbr.ACK
 
setAckT(int) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
 
setAckT(int) - Method in interface gov.aps.jca.dbr.ACK
 
setAttribute(String, String) - Method in class gov.aps.jca.configuration.DefaultConfiguration
Set the value of the specified attribute to the specified string.
setDocumentLocator(Locator) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
Set the document Locator to use.
setDocumentLocator(Locator) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Set the document Locator to use.
setIndent(boolean) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
Sets the Serializer's use of indentation.
setLabels(String[]) - Method in interface gov.aps.jca.dbr.LABELS
 
setLabels(String[]) - Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
 
setLowerAlarmLimit(Number) - Method in interface gov.aps.jca.dbr.GR
 
setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
 
setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
 
setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
 
setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
 
setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
 
setLowerCtrlLimit(Number) - Method in interface gov.aps.jca.dbr.CTRL
 
setLowerDispLimit(Number) - Method in interface gov.aps.jca.dbr.GR
 
setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
setLowerWarningLimit(Number) - Method in interface gov.aps.jca.dbr.GR
 
setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
setPrecision(short) - Method in interface gov.aps.jca.dbr.PRECISION
 
setPrecision(short) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
setPrecision(short) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
setPriority(int) - Method in class gov.aps.jca.event.QueuedEventDispatcher
 
setSeverity(int) - Method in interface gov.aps.jca.dbr.STS
 
setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
 
setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_String
 
setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Short
 
setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Int
 
setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Float
 
setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
 
setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Double
 
setSeverity(Severity) - Method in interface gov.aps.jca.dbr.STS
 
setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
 
setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_String
 
setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Short
 
setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Int
 
setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Float
 
setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
 
setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Double
 
setStatus(int) - Method in interface gov.aps.jca.dbr.STS
 
setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
 
setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_String
 
setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Short
 
setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Int
 
setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Float
 
setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
 
setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Double
 
setStatus(Status) - Method in interface gov.aps.jca.dbr.STS
 
setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
 
setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_String
 
setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Short
 
setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Int
 
setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Float
 
setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
 
setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Double
 
setTimeStamp(TimeStamp) - Method in interface gov.aps.jca.dbr.TIME
 
setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_String
 
setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Short
 
setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Int
 
setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Float
 
setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Enum
 
setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Double
 
setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Byte
 
setUnits(String) - Method in interface gov.aps.jca.dbr.GR
 
setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
setUpperAlarmLimit(Number) - Method in interface gov.aps.jca.dbr.GR
 
setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
 
setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
 
setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
 
setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
 
setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
 
setUpperCtrlLimit(Number) - Method in interface gov.aps.jca.dbr.CTRL
 
setUpperDispLimit(Number) - Method in interface gov.aps.jca.dbr.GR
 
setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
setUpperWarningLimit(Number) - Method in interface gov.aps.jca.dbr.GR
 
setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
setValue(String) - Method in class gov.aps.jca.configuration.DefaultConfiguration
Set the value of this Configuration object to the specified string.
SEVERE - Static variable in class gov.aps.jca.CASeverity
failed-quit.
Severity - class gov.aps.jca.dbr.Severity.
 
SHORT - interface gov.aps.jca.dbr.SHORT.
 
SHORT - Static variable in class gov.aps.jca.dbr.DBRType
 
SIMM_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
SOCK - Static variable in class gov.aps.jca.CAStatus
Unable to allocate a new socket.
SOFT_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
startDocument() - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Handling hook for starting the document parsing.
startElement(String, String, String, Attributes) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
Handling hook for starting parsing of an element.
startElement(String, String, String, Attributes) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Handling hook for starting parsing of an element.
startPrefixMapping(String, String) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Handling hook for starting prefix mapping.
STATE_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
Status - class gov.aps.jca.dbr.Status.
 
STRING - interface gov.aps.jca.dbr.STRING.
 
STRING - Static variable in class gov.aps.jca.dbr.DBRType
 
STRTOBIG - Static variable in class gov.aps.jca.CAStatus
Supplied string is unusually large.
STS - interface gov.aps.jca.dbr.STS.
 
STS_BYTE - Static variable in class gov.aps.jca.dbr.DBRType
 
STS_DOUBLE - Static variable in class gov.aps.jca.dbr.DBRType
 
STS_ENUM - Static variable in class gov.aps.jca.dbr.DBRType
 
STS_FLOAT - Static variable in class gov.aps.jca.dbr.DBRType
 
STS_INT - Static variable in class gov.aps.jca.dbr.DBRType
 
STS_SHORT - Static variable in class gov.aps.jca.dbr.DBRType
 
STS_STRING - Static variable in class gov.aps.jca.dbr.DBRType
 
STSACK_STRING - Static variable in class gov.aps.jca.dbr.DBRType
 
sub(double) - Method in class gov.aps.jca.dbr.TimeStamp
 
sub(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
 
sub(TimeStamp, double) - Static method in class gov.aps.jca.dbr.TimeStamp
 
sub(TimeStamp, TimeStamp) - Static method in class gov.aps.jca.dbr.TimeStamp
 
SUCCESS - Static variable in class gov.aps.jca.CASeverity
Successful.

T

testIO() - Method in class gov.aps.jca.Context
Tests if all synchronous (ie not specifying listeners) get and channel creation requests are completed.
TIME - interface gov.aps.jca.dbr.TIME.
 
TIME_BYTE - Static variable in class gov.aps.jca.dbr.DBRType
 
TIME_DOUBLE - Static variable in class gov.aps.jca.dbr.DBRType
 
TIME_ENUM - Static variable in class gov.aps.jca.dbr.DBRType
 
TIME_FLOAT - Static variable in class gov.aps.jca.dbr.DBRType
 
TIME_INT - Static variable in class gov.aps.jca.dbr.DBRType
 
TIME_SHORT - Static variable in class gov.aps.jca.dbr.DBRType
 
TIME_STRING - Static variable in class gov.aps.jca.dbr.DBRType
 
TIMEOUT - Static variable in class gov.aps.jca.CAStatus
User specified timeout on IO operation expired.
TIMEOUT_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
TimeoutException - exception gov.aps.jca.TimeoutException.
 
TimeoutException() - Constructor for class gov.aps.jca.TimeoutException
 
TimeoutException(String) - Constructor for class gov.aps.jca.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for class gov.aps.jca.TimeoutException
 
TimeoutException(Throwable) - Constructor for class gov.aps.jca.TimeoutException
 
TimeStamp - class gov.aps.jca.dbr.TimeStamp.
 
TimeStamp() - Constructor for class gov.aps.jca.dbr.TimeStamp
 
TimeStamp(double) - Constructor for class gov.aps.jca.dbr.TimeStamp
 
TimeStamp(long, long) - Constructor for class gov.aps.jca.dbr.TimeStamp
 
TimeStamp(TimeStamp) - Constructor for class gov.aps.jca.dbr.TimeStamp
 
TOLARGE - Static variable in class gov.aps.jca.CAStatus
The requested transfer is greater than available memory or MAX_ARRAY_BYTES.
toMMDDYY() - Method in class gov.aps.jca.dbr.TimeStamp
 
toMONDDYYYY() - Method in class gov.aps.jca.dbr.TimeStamp
 
toString() - Method in class gov.aps.jca.JCALibrary
 
toString() - Method in class gov.aps.jca.ValuedEnum
Override toString method to produce human readable description.
toString() - Method in class gov.aps.jca.Enum
 
toString() - Method in class gov.aps.jca.CAStatus
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_STS_Byte
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_TIME_String
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_TIME_Short
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_TIME_Int
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_TIME_Float
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_TIME_Enum
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_TIME_Double
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_TIME_Byte
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_String
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_Short
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_STS_String
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_STS_Short
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_STS_Int
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_STS_Float
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_STS_Enum
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_STS_Double
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_STSACK_String
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_PutAckT
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_PutAckS
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_LABELS_Enum
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_Int
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_GR_Short
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_GR_Int
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_GR_Float
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_GR_Double
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_GR_Byte
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_Float
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_Enum
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_Double
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_CTRL_Short
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_CTRL_Int
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_CTRL_Float
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_CTRL_Double
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_CTRL_Byte
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR_Byte
 
TYPE - Static variable in class gov.aps.jca.dbr.DBR
 

U

UDF_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
UKNCHAN - Static variable in class gov.aps.jca.CAStatus
Unknown IO channel.
UKNFIELD - Static variable in class gov.aps.jca.CAStatus
Record field specified inappropriate for channel.
UKNHOST - Static variable in class gov.aps.jca.CAStatus
Unknown internet host.
UKNSERV - Static variable in class gov.aps.jca.CAStatus
Unknown internet service.
UNAVAILINSERV - Static variable in class gov.aps.jca.CAStatus
No supprt in service.
UNKNOWN - Static variable in class gov.aps.jca.dbr.DBRType
 

V

VALUE - Static variable in class gov.aps.jca.Monitor
 
ValuedEnum - class gov.aps.jca.ValuedEnum.
 

W

WARNING - Static variable in class gov.aps.jca.CASeverity
Unsuccessful.
warning(SAXParseException) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
This just throws an exception on a parse error.
warning(SAXParseException) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
This just throws an exception on a parse error.
WRITE_ACCESS_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
WRITE_ALARM - Static variable in class gov.aps.jca.dbr.Status
 

Z

ZEROB - Static variable in interface gov.aps.jca.dbr.GR
 
ZEROD - Static variable in interface gov.aps.jca.dbr.GR
 
ZEROF - Static variable in interface gov.aps.jca.dbr.GR
 
ZEROI - Static variable in interface gov.aps.jca.dbr.GR
 
ZEROS - Static variable in interface gov.aps.jca.dbr.GR
 

A B C D E F G H I J L M N O P Q R S T U V W Z