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 in gov.aps.jca.configuration
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 in gov.aps.jca.event
 
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 in gov.aps.jca.event
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 in gov.aps.jca.event
The listener interface for receiving AccessRightsEvents.
ACK - Interface in gov.aps.jca.dbr
 
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.
addAccessRightsListener(AccessRightsListener) - Method in class gov.aps.jca.jni.JNIChannel
 
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.
addConnectionListener(ConnectionListener) - Method in class gov.aps.jca.jni.JNIChannel
 
addContextExceptionListener(ContextExceptionListener) - Method in class gov.aps.jca.cas.ServerContext
Add a ContextExceptionListener to this context.
addContextExceptionListener(ContextExceptionListener) - Method in class gov.aps.jca.Context
Add a ContextExceptionListener to this context.
addContextExceptionListener(ContextExceptionListener) - Method in class gov.aps.jca.jni.JNIContext
 
addContextMessageListener(ContextMessageListener) - Method in class gov.aps.jca.cas.ServerContext
Add a ContextMessageListener to this context.
addContextMessageListener(ContextMessageListener) - Method in class gov.aps.jca.Context
Add a ContextMessageListener to this context.
addContextMessageListener(ContextMessageListener) - Method in class gov.aps.jca.jni.JNIContext
 
ADDFAIL - Static variable in class gov.aps.jca.CAStatus
Could not perform a database monitor add for that 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.
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(DBRType, int, int, MonitorListener) - Method in class gov.aps.jca.jni.JNIChannel
 
addMonitorListener(MonitorListener) - Method in class gov.aps.jca.jni.JNIMonitor
 
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
Client's protocol revision does not support transfers exceeding 16k bytes
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
 
assertState(boolean, String) - Method in class gov.aps.jca.jni.JNIChannel
 
assertState(boolean, String) - Method in class gov.aps.jca.jni.JNIContext
 
assertThread() - Method in class gov.aps.jca.jni.SingleThreadedContext
 
assertValidity() - Method in class gov.aps.jca.jni.JNIMonitor
 
ASYNC_COMPLETION - Static variable in class gov.aps.jca.cas.ProcessVariableExistanceCompletion
Deffered result (asynchronous operation), ProcessVariableExistanceCompletionCallback.processVariableExistanceTestCompleted() callback method method should be called to return completion.
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.
attachCurrentThread() - Method in class gov.aps.jca.jni.SingleThreadedContext
 
attachCurrentThread() - Method in class gov.aps.jca.jni.ThreadSafeContext
 

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(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
build(InputSource) - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
Build a configuration object using an XML InputSource object
buildFromFile(String) - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
Build a configuration object from a file using a filename.
buildFromFile(File) - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
Build a configuration object from a file using a File object.
BUILDGET - Static variable in class gov.aps.jca.CAStatus
Database value get for that channel failed during channel search.
BYTE - Interface in gov.aps.jca.dbr
 
BYTE - Static variable in class gov.aps.jca.dbr.DBRType
 

C

CA_M_ERROR - Static variable in class gov.aps.jca.CAStatus
 
CA_M_LEVEL - Static variable in class gov.aps.jca.CAStatus
 
CA_M_MSG_NO - Static variable in class gov.aps.jca.CAStatus
 
CA_M_SEVERE - Static variable in class gov.aps.jca.CAStatus
 
CA_M_SEVERITY - Static variable in class gov.aps.jca.CAStatus
 
CA_M_SUCCESS - Static variable in class gov.aps.jca.CAStatus
 
CA_S_MSG_NO - Static variable in class gov.aps.jca.CAStatus
 
CA_S_SEVERITY - Static variable in class gov.aps.jca.CAStatus
 
CA_V_MSG_NO - Static variable in class gov.aps.jca.CAStatus
 
CA_V_SEVERITY - Static variable in class gov.aps.jca.CAStatus
 
CA_V_SUCCESS - Static variable in class gov.aps.jca.CAStatus
 
CAEvent - Class in gov.aps.jca.event
A marker class for Channel Access events.
CAEvent(Object) - Constructor for class gov.aps.jca.event.CAEvent
 
CAException - Exception in gov.aps.jca
Base class for all JCA Exception
CAException() - Constructor for exception gov.aps.jca.CAException
 
CAException(String) - Constructor for exception gov.aps.jca.CAException
 
CAException(String, Throwable) - Constructor for exception gov.aps.jca.CAException
 
CAException(Throwable) - Constructor for exception gov.aps.jca.CAException
 
CALC_ALARM - Static variable in class gov.aps.jca.dbr.Status
 
CASeverity - Class in gov.aps.jca
Enumeration class representing Channel Access severity codes.
CASeverity(String, int) - Constructor for class gov.aps.jca.CASeverity
Creates a new instance of CASeverity
CAStatus - Class in gov.aps.jca
Enumeration class representing Channel Access Status codes.
CAStatus(String, int, CASeverity, String) - Constructor for class gov.aps.jca.CAStatus
Creates a new instance of CAStatus
CAStatusException - Exception in gov.aps.jca
CA status exception.
CAStatusException(CAStatus) - Constructor for exception gov.aps.jca.CAStatusException
 
CAStatusException(CAStatus, String) - Constructor for exception gov.aps.jca.CAStatusException
 
CAStatusException(CAStatus, String, Throwable) - Constructor for exception gov.aps.jca.CAStatusException
 
CAStatusException(CAStatus, Throwable) - Constructor for exception gov.aps.jca.CAStatusException
 
CHANDESTROY - Static variable in class gov.aps.jca.CAStatus
User destroyed channel.
channel - Variable in class gov.aps.jca.cas.ServerMonitor
Channel.
Channel - Class in gov.aps.jca
The class representing a CA Channel.
Channel() - Constructor for class gov.aps.jca.Channel
 
Channel.ConnectionState - Class in gov.aps.jca
Enumeration class representing the Channel's connection state.
Channel.ConnectionState(String, int) - Constructor for class gov.aps.jca.Channel.ConnectionState
 
CHANNEL_ACCESS_JAVA - Static variable in class gov.aps.jca.JCALibrary
Constant string representing the fully qualified class name of a 100% pure java channel access Context implementation.
CHANNEL_ACCESS_SERVER_JAVA - Static variable in class gov.aps.jca.JCALibrary
Constant string representing the fully qualified class name of a 100% pure java channel access ServerContext implementation.
channelCount - Variable in class gov.aps.jca.cas.ProcessVariable
Channel count (number of clients).
characters(char[], int, int) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Handling hook for character data.
characters(char[], int, int) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
Handling hook for character data.
checkWriteable() - Method in class gov.aps.jca.configuration.DefaultConfiguration
heck if this configuration is writeable.
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.
cid - Variable in class gov.aps.jca.cas.ServerChannel
Channel CID.
clear() - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Clears all data from this configuration handler.
clear() - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
Clears all data from this configuration handler.
clear() - Method in class gov.aps.jca.jni.JNIMonitor
 
clear() - Method in class gov.aps.jca.Monitor
 
clearGetQueue() - Method in class gov.aps.jca.jni.SingleThreadedContext
 
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 in gov.aps.jca.configuration
This interface should be implemented by classes that need to be configured with custom parameters before initialization.
Configuration - Interface in gov.aps.jca.configuration
Configuration is a interface encapsulating a configuration node used to retrieve configuration values.
ConfigurationException - Exception in gov.aps.jca.configuration
Thrown when a Configurable component cannot be configured properly, or if a value cannot be retrieved properly.
ConfigurationException(String) - Constructor for exception gov.aps.jca.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationException(String, Throwable) - Constructor for exception 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
 
configure(Configuration) - Method in class gov.aps.jca.jni.SingleThreadedContext
 
configure(Configuration) - Method in class gov.aps.jca.jni.ThreadSafeContext
 
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 in gov.aps.jca.event
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 in gov.aps.jca.event
The listener interface for receiving ConnectionEvents.
CONNSEQTMO - Static variable in class gov.aps.jca.CAStatus
Virtual circuit connection sequence aborted
Context - Class in gov.aps.jca
The class representing a CA Context.
Context() - Constructor for class gov.aps.jca.Context
 
contextException(ContextExceptionEvent) - Method in interface gov.aps.jca.event.ContextExceptionListener
 
contextException(ContextExceptionEvent) - Method in class gov.aps.jca.event.DefaultContextExceptionListener
 
ContextExceptionEvent - Class in gov.aps.jca.event
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 in gov.aps.jca.event
The listener interface for receiving ContextExceptionEvents.
contextInitialize() - Method in class gov.aps.jca.jni.JNIContext
Devived class should implement this method to perform context initialization.
contextInitialize() - Method in class gov.aps.jca.jni.SingleThreadedContext
 
contextInitialize() - Method in class gov.aps.jca.jni.ThreadSafeContext
 
contextMessage(ContextMessageEvent) - Method in interface gov.aps.jca.event.ContextMessageListener
 
contextMessage(ContextMessageEvent) - Method in class gov.aps.jca.event.DefaultContextMessageListener
 
ContextMessageEvent - Class in gov.aps.jca.event
An event which indicates an asynchronous message from a Context.
ContextMessageEvent(Context, String) - Constructor for class gov.aps.jca.event.ContextMessageEvent
 
ContextMessageListener - Interface in gov.aps.jca.event
The listener interface for receiving ContextMessageEvents.
contextVirtualCircuitException(ContextVirtualCircuitExceptionEvent) - Method in interface gov.aps.jca.event.ContextExceptionListener
 
contextVirtualCircuitException(ContextVirtualCircuitExceptionEvent) - Method in class gov.aps.jca.event.DefaultContextExceptionListener
 
ContextVirtualCircuitExceptionEvent - Class in gov.aps.jca.event
An event which indicates an virtual circuit exception in a Context.
ContextVirtualCircuitExceptionEvent(Context, InetAddress, CAStatus) - Constructor for class gov.aps.jca.event.ContextVirtualCircuitExceptionEvent
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR
 
convert(DBRType, Object) - Method in class gov.aps.jca.dbr.DBR
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_Byte
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_Double
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_Enum
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_Float
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_GR_Double
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_GR_Float
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_GR_Int
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_GR_Short
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_Int
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_PRECISION_Double
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_PRECISION_Float
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_PutAckS
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_PutAckT
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_Short
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_String
 
convert(DBRType, Object) - Method in class gov.aps.jca.dbr.DBR_String
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_STS_Double
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_STS_Float
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_STS_Int
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_STS_Short
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_STS_String
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_TIME_Byte
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_TIME_Double
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_TIME_Enum
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_TIME_Float
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_TIME_Int
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_TIME_LABELS_Enum
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_TIME_Short
 
convert(DBRType) - Method in class gov.aps.jca.dbr.DBR_TIME_String
 
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(int, int, String, String) - Method in class gov.aps.jca.cas.ProcessVariable
This method is called each time that a PV is attached to by a client.
createChannel(String) - Method in class gov.aps.jca.Context
Create a new Channel using this context to access a process variable.
createChannel(String, short) - 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.
createChannel(String, ConnectionListener, short) - 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.
createChannel(String, ConnectionListener, short) - Method in class gov.aps.jca.jni.SingleThreadedContext
 
createChannel(String, ConnectionListener, short) - Method in class gov.aps.jca.jni.ThreadSafeContext
 
createConfiguration(String, String, String) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
Create a new DefaultConfiguration with the specified local name, namespace, and location.
createConfiguration(String, String) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
Create a new DefaultConfiguration with the specified local name and location.
createContentHandler(Result) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
Create a ContentHandler for an OutputStream
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.
createContext(Configuration) - Method in class gov.aps.jca.JCALibrary
Create a new context instance using a Configuration object.
createServerContext(String, Server) - Method in class gov.aps.jca.JCALibrary
Create a new context instance using a fully qualified class name and using the ServerContext's default configuration.
createServerContext(Configuration, Server) - Method in class gov.aps.jca.JCALibrary
Create a new server context instance using a Configuration object.
CTRL - Interface in gov.aps.jca.dbr
 
CTRL_BYTE - Static variable in class gov.aps.jca.dbr.DBRType
 
CTRL_DOUBLE - Static variable in class gov.aps.jca.dbr.DBRType
 
CTRL_ENUM - 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
 
CTRL_STRING - 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 in gov.aps.jca.dbr
 
DBR(Object) - Constructor for class gov.aps.jca.dbr.DBR
 
DBR_Byte - Class in gov.aps.jca.dbr
 
DBR_Byte() - Constructor for class gov.aps.jca.dbr.DBR_Byte
 
DBR_Byte(int) - Constructor for class gov.aps.jca.dbr.DBR_Byte
 
DBR_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_Byte
 
DBR_CTRL_Byte - Class in gov.aps.jca.dbr
 
DBR_CTRL_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_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Byte
 
DBR_CTRL_Double - Class in gov.aps.jca.dbr
 
DBR_CTRL_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_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Double
 
DBR_CTRL_Enum - Class in gov.aps.jca.dbr
 
DBR_CTRL_Enum() - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Enum
 
DBR_CTRL_Enum(int) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Enum
 
DBR_CTRL_Enum(short[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Enum
 
DBR_CTRL_Float - Class in gov.aps.jca.dbr
 
DBR_CTRL_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_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_Float
 
DBR_CTRL_Int - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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_CTRL_String - Class in gov.aps.jca.dbr
 
DBR_CTRL_String() - Constructor for class gov.aps.jca.dbr.DBR_CTRL_String
 
DBR_CTRL_String(int) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_String
 
DBR_CTRL_String(String[]) - Constructor for class gov.aps.jca.dbr.DBR_CTRL_String
 
DBR_Double - Class in gov.aps.jca.dbr
 
DBR_Double() - Constructor for class gov.aps.jca.dbr.DBR_Double
 
DBR_Double(int) - Constructor for class gov.aps.jca.dbr.DBR_Double
 
DBR_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_Double
 
DBR_Enum - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
DBR_Float() - Constructor for class gov.aps.jca.dbr.DBR_Float
 
DBR_Float(int) - Constructor for class gov.aps.jca.dbr.DBR_Float
 
DBR_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_Float
 
DBR_GR_Byte - Class in gov.aps.jca.dbr
 
DBR_GR_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_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_Byte
 
DBR_GR_Double - Class in gov.aps.jca.dbr
 
DBR_GR_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_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_Double
 
DBR_GR_Float - Class in gov.aps.jca.dbr
 
DBR_GR_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_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_Float
 
DBR_GR_Int - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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_GR_String - Class in gov.aps.jca.dbr
 
DBR_GR_String() - Constructor for class gov.aps.jca.dbr.DBR_GR_String
 
DBR_GR_String(int) - Constructor for class gov.aps.jca.dbr.DBR_GR_String
 
DBR_GR_String(String[]) - Constructor for class gov.aps.jca.dbr.DBR_GR_String
 
DBR_Int - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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_PRECISION_Double - Class in gov.aps.jca.dbr
This is an "artificial" DBR type to support TIME type with PRECISION.
DBR_PRECISION_Double() - Constructor for class gov.aps.jca.dbr.DBR_PRECISION_Double
 
DBR_PRECISION_Double(int) - Constructor for class gov.aps.jca.dbr.DBR_PRECISION_Double
 
DBR_PRECISION_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_PRECISION_Double
 
DBR_PRECISION_Float - Class in gov.aps.jca.dbr
This is an "artificial" DBR type to support TIME type with PRECISION.
DBR_PRECISION_Float() - Constructor for class gov.aps.jca.dbr.DBR_PRECISION_Float
 
DBR_PRECISION_Float(int) - Constructor for class gov.aps.jca.dbr.DBR_PRECISION_Float
 
DBR_PRECISION_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_PRECISION_Float
 
DBR_PutAckS - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
DBR_String() - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(int) - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(String) - Constructor for class gov.aps.jca.dbr.DBR_String
 
DBR_String(char[]) - 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 in gov.aps.jca.dbr
 
DBR_STS_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_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Byte
 
DBR_STS_Double - Class in gov.aps.jca.dbr
 
DBR_STS_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_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Double
 
DBR_STS_Enum - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
DBR_STS_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_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_STS_Float
 
DBR_STS_Int - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
DBR_TIME_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_Byte(byte[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Byte
 
DBR_TIME_Double - Class in gov.aps.jca.dbr
 
DBR_TIME_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_Double(double[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Double
 
DBR_TIME_Enum - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
DBR_TIME_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_Float(float[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_Float
 
DBR_TIME_Int - Class in gov.aps.jca.dbr
 
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_LABELS_Enum - Class in gov.aps.jca.dbr
This is an "artificial" DBR type to support TIME and LABELS type.
DBR_TIME_LABELS_Enum() - Constructor for class gov.aps.jca.dbr.DBR_TIME_LABELS_Enum
 
DBR_TIME_LABELS_Enum(int) - Constructor for class gov.aps.jca.dbr.DBR_TIME_LABELS_Enum
 
DBR_TIME_LABELS_Enum(short[]) - Constructor for class gov.aps.jca.dbr.DBR_TIME_LABELS_Enum
 
DBR_TIME_Short - Class in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
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 in gov.aps.jca.dbr
 
DBRFactory() - Constructor for class gov.aps.jca.dbr.DBRFactory
 
DBRType - Class in gov.aps.jca.dbr
 
decrement() - Method in class gov.aps.jca.event.SynchronizedLimitedInt
Decrement the value.
DefaultConfiguration - Class in gov.aps.jca.configuration
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 in gov.aps.jca.configuration
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 in gov.aps.jca.configuration
A ConfigurationSerializer serializes configurations via SAX2 compliant parser.
DefaultConfigurationSerializer() - Constructor for class gov.aps.jca.configuration.DefaultConfigurationSerializer
 
DefaultContextExceptionListener - Class in gov.aps.jca.event
A default implementation for ContextExceptionListener.
DefaultContextExceptionListener() - Constructor for class gov.aps.jca.event.DefaultContextExceptionListener
 
DefaultContextMessageListener - Class in gov.aps.jca.event
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.cas.ProcessVariable
Destory process variable.
destroy() - Method in class gov.aps.jca.cas.ServerChannel
Destory server channel.
destroy() - Method in class gov.aps.jca.cas.ServerContext
Clear all resources attached to this Context
destroy() - Method in class gov.aps.jca.cas.ServerMonitor
Destroy monitor.
destroy() - Method in class gov.aps.jca.Channel
Clear the ressources used by this channel.
destroy() - Method in class gov.aps.jca.Context
Clear all ressources attached to this Context
destroy() - Method in class gov.aps.jca.event.SynchronizedLimitedInt
Destroy this instance - wakeup and disable all sync waits.
destroy() - Method in class gov.aps.jca.jni.JNIChannel
 
destroy() - Method in class gov.aps.jca.jni.JNIContext
 
destroy() - Method in class gov.aps.jca.jni.SingleThreadedContext
 
destroy() - Method in class gov.aps.jca.jni.ThreadSafeContext
 
destroyAllMonitors() - Method in class gov.aps.jca.cas.ServerChannel
Destroy all registered monitors.
destroyed - Variable in class gov.aps.jca.cas.ServerChannel
Destroy state.
destroyed - Variable in class gov.aps.jca.event.SynchronizedLimitedInt
 
DirectEventDispatcher - Class in gov.aps.jca.event
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.ConnectionState
 
DISCONNECTED - Static variable in class gov.aps.jca.Channel
Channel is disconnected.
dispatch(ContextMessageEvent, ContextMessageListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(ContextExceptionEvent, ContextExceptionListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(ConnectionEvent, ConnectionListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(AccessRightsEvent, AccessRightsListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(MonitorEvent, MonitorListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(GetEvent, GetListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(PutEvent, PutListener) - Method in class gov.aps.jca.event.AbstractEventDispatcher
 
dispatch(ContextMessageEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ContextExceptionEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ConnectionEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(AccessRightsEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(MonitorEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(GetEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(PutEvent, List) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ContextMessageEvent, ContextMessageListener) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ContextExceptionEvent, ContextExceptionListener) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ConnectionEvent, ConnectionListener) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(AccessRightsEvent, AccessRightsListener) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(MonitorEvent, MonitorListener) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(GetEvent, GetListener) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(PutEvent, PutListener) - Method in class gov.aps.jca.event.DirectEventDispatcher
 
dispatch(ContextMessageEvent, ContextMessageListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ContextMessageEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ContextExceptionEvent, ContextExceptionListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ContextExceptionEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ConnectionEvent, ConnectionListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ConnectionEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(AccessRightsEvent, AccessRightsListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(AccessRightsEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(MonitorEvent, MonitorListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(MonitorEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(GetEvent, GetListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(GetEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(PutEvent, PutListener) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(PutEvent, List) - Method in interface gov.aps.jca.event.EventDispatcher
 
dispatch(ContextMessageEvent, List) - Method in class gov.aps.jca.event.QueuedEventDispatcher