- CA_DEFAULT_PRIORITY - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Default priority (corresponds to POSIX SCHED_OTHER)
- CA_DISABLE_REPEATER - Static variable in class com.cosylab.epics.caj.CARepeater
-
System JVM property key to disable CA repeater.
- CA_ECHO_TIMEOUT - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Echo (state-of-health message) reponse timeput in ms.
- CA_EXTENDED_MESSAGE_HEADER_SIZE - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
CA protocol message extedned header size.
- CA_FORCE_NATIVE_REPEATER - Static variable in class com.cosylab.epics.caj.CARepeater
-
System JVM property key to force native repeater.
- 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_MAJOR_PROTOCOL_REVISION - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
CA protocol major revision (implemented by this library).
- CA_MESSAGE_HEADER_SIZE - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
CA protocol message header size.
- CA_MINOR_PROTOCOL_REVISION - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
CAC (client) protocol minor revision (implemented by this library).
- CA_PORT_BASE - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
CA protocol port base.
- CA_PROTO_ACCESS_RIGHT_READ - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Read access right mask.
- CA_PROTO_ACCESS_RIGHT_WRITE - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Write access right mask.
- CA_REPEATER_PORT - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Default CA repeater port.
- CA_S_MSG_NO - Static variable in class gov.aps.jca.CAStatus
-
- CA_S_SEVERITY - Static variable in class gov.aps.jca.CAStatus
-
- CA_SEARCH_DONTREPLY - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Do not require response for CA search request.
- CA_SEARCH_DOREPLY - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Require response (even if not found) for CA search request over TCP.
- CA_SERVER_PORT - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Default CA server port.
- CA_UNKNOWN_MINOR_PROTOCOL_REVISION - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
Unknown CA protocol minor revision.
- 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
-
- CABeaconHandler - Class in com.cosylab.epics.caj.impl
-
CA beacon handler.
- CABeaconHandler(CAJContext, InetSocketAddress) - Constructor for class com.cosylab.epics.caj.impl.CABeaconHandler
-
Constructor.
- cachedBufferAllocator - Variable in class com.cosylab.epics.caj.CAJContext
-
Cached byte buffer allocator.
- cachedBufferAllocator - Variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
Cached byte buffer allocator.
- CachedByteBufferAllocator - Class in com.cosylab.epics.caj.impl
-
A buffer allocator which allocates and caches NIO (direct) byte buffers.
- CachedByteBufferAllocator() - Constructor for class com.cosylab.epics.caj.impl.CachedByteBufferAllocator
-
- cachedList - Variable in class com.cosylab.epics.caj.cas.ProcessVariableEventDispatcher
-
- CAConnector - Class in com.cosylab.epics.caj.impl
-
Channel Access TCP connector.
- CAConnector(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.CAConnector
-
- CAConstants - Interface in com.cosylab.epics.caj.impl
-
CA constants.
- CAContext - Interface in com.cosylab.epics.caj.impl
-
Interface defining CAContext (logging, reactor, thread-pool, etc.).
- 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
-
- CAJ_DEBUG - Static variable in interface com.cosylab.epics.caj.CAJConstants
-
String value of the JVM property key to turn on debugging.
- CAJ_SINGLE_THREADED_MODEL - Static variable in class com.cosylab.epics.caj.CAJContext
-
String value of the JVM property key to turn on single threaded model.
- CAJ_SINGLE_THREADED_MODEL - Static variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
String value of the JVM property key to turn on single threaded model.
- CAJ_STRIP_HOSTNAME - Static variable in interface com.cosylab.epics.caj.CAJConstants
-
String value of the JVM property key to strip hostname returned by InetAddress.getLocalHost().getHostName().
- CAJChannel - Class in com.cosylab.epics.caj
-
Implementation of CAJ JCA Channel.
- CAJChannel(CAJContext, int, String, ConnectionListener, short) - Constructor for class com.cosylab.epics.caj.CAJChannel
-
Constructor.
- CAJConstants - Interface in com.cosylab.epics.caj
-
CAJ constants.
- CAJContext - Class in com.cosylab.epics.caj
-
Implementation of CAJ JCA Context.
- CAJContext() - Constructor for class com.cosylab.epics.caj.CAJContext
-
Constructor.
- CAJMonitor - Class in com.cosylab.epics.caj
-
Implementation of CAJ JCA Monitor.
- CAJMonitor(CAJContext, DBRType, int, CAJChannel, MonitorListener, int) - Constructor for class com.cosylab.epics.caj.CAJMonitor
-
Constructor.
- CAJNameClient - Class in com.cosylab.epics.caj.impl
-
- CAJNameClient(CAJContext, InetSocketAddress) - Constructor for class com.cosylab.epics.caj.impl.CAJNameClient
-
- CAJServerContext - Class in com.cosylab.epics.caj.cas
-
Implementation of CAJ JCA Context.
- CAJServerContext() - Constructor for class com.cosylab.epics.caj.cas.CAJServerContext
-
Constructor.
- CALC_ALARM - Static variable in class gov.aps.jca.dbr.Status
-
- calculateAlignedSize(int, int) - Static method in class com.cosylab.epics.caj.impl.requests.AbstractCARequest
-
Calculates aligned sice.
- calculatePayloadSize(short, int, Object) - Static method in class com.cosylab.epics.caj.impl.DBREncoder
-
NOTE: alignment (8) is done externally
- callback - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
Response callback listener.
- callback - Variable in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
Response callback listener.
- cancel() - Method in class com.cosylab.epics.caj.CAJChannel
-
Called when connecton completed (successfully or not).
- cancel() - Method in class com.cosylab.epics.caj.impl.CAJNameClient
-
- cancel() - Method in class com.cosylab.epics.caj.impl.ChannelSearchManager
-
Cancel.
- cancel() - Method in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
- cancel() - Method in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
- cancel() - Method in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
- cancel() - Method in interface com.cosylab.epics.caj.impl.ResponseRequest
-
Cancel response request (allways to be called to complete/destroy).
- cancel(Object) - Static method in class com.cosylab.epics.caj.util.SearchTimer
-
Cancel a scheduled task that has not yet been run.
- cancel(Object) - Static method in class com.cosylab.epics.caj.util.Timer
-
Cancel a scheduled task that has not yet been run.
- canceled - Variable in class com.cosylab.epics.caj.CAJChannel
-
Cancelation status.
- canceled() - Method in class com.cosylab.epics.caj.cas.CASServerMonitor
-
- canceled() - Method in class com.cosylab.epics.caj.cas.ProcessVariableEventDispatcher
-
- CARepeater - Class in com.cosylab.epics.caj
-
CA repeater.
- CARepeater() - Constructor for class com.cosylab.epics.caj.CARepeater
-
Constructor.
- CARepeater(int) - Constructor for class com.cosylab.epics.caj.CARepeater
-
Constructor.
- CAResponseHandler - Class in com.cosylab.epics.caj.impl
-
CA response handler - main handler which dispatches responses to appripriate handlers.
- CAResponseHandler(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.CAResponseHandler
-
- CAS_MINOR_PROTOCOL_REVISION - Static variable in interface com.cosylab.epics.caj.impl.CAConstants
-
CAS (server) protocol minor revision (implemented by this library).
- CASAcceptor - Class in com.cosylab.epics.caj.cas
-
Channel Access Server TCP acceptor.
- CASAcceptor(CAContext, int) - Constructor for class com.cosylab.epics.caj.cas.CASAcceptor
-
- 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
- CASResponseHandler - Class in com.cosylab.epics.caj.cas
-
CAS request handler - main handler which dispatches requests to appripriate handlers.
- CASResponseHandler(CAJServerContext) - Constructor for class com.cosylab.epics.caj.cas.CASResponseHandler
-
- CASServerMonitor - Class in com.cosylab.epics.caj.cas
-
CAS monitor implementation.
- CASServerMonitor(ServerChannel, int, short, EventAddResponse, CASTransport, short, int) - Constructor for class com.cosylab.epics.caj.cas.CASServerMonitor
-
- 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
-
- CASTransport - Class in com.cosylab.epics.caj.cas
-
CAS transport implementation.
- CASTransport(CAContext, SocketChannel) - Constructor for class com.cosylab.epics.caj.cas.CASTransport
-
- CATransport - Class in com.cosylab.epics.caj.impl
-
CA transport implementation.
- CATransport(CAJContext, TransportClient, ResponseHandler, SocketChannel, short, short) - Constructor for class com.cosylab.epics.caj.impl.CATransport
-
- CATransportRegistry - Class in com.cosylab.epics.caj.impl
-
Class to cache CA transports (connections to other hosts).
- CATransportRegistry() - Constructor for class com.cosylab.epics.caj.impl.CATransportRegistry
-
Constructor.
- CHANDESTROY - Static variable in class gov.aps.jca.CAStatus
-
User destroyed channel.
- changedTransport() - Method in class com.cosylab.epics.caj.impl.CATransport
-
Changed transport (server restarted) notify.
- channel - Variable in class com.cosylab.epics.caj.CAJMonitor
-
Monitored channel.
- channel - Variable in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Channel.
- channel - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
Channel.
- channel - Variable in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
Channel.
- channel - Variable in class com.cosylab.epics.caj.impl.requests.WriteRequest
-
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_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).
- ChannelDisconnectedResponse - Class in com.cosylab.epics.caj.impl.handlers
-
CA channel disconnected response.
- ChannelDisconnectedResponse(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.handlers.ChannelDisconnectedResponse
-
- channelID - Variable in class com.cosylab.epics.caj.CAJChannel
-
Client channel ID.
- channelsByCID - Variable in class com.cosylab.epics.caj.CAJContext
-
Map of channels (keys are CIDs).
- channelsByName - Variable in class com.cosylab.epics.caj.CAJContext
-
Map of channels (keys are names).
- ChannelSearchManager - Class in com.cosylab.epics.caj.impl
-
- ChannelSearchManager(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.ChannelSearchManager
-
Constructor.
- 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.
- checkForAlarms() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Checks for alarms (sets status and severity).
- checkMonitorSize(DBRType, int, int) - Method in class gov.aps.jca.Channel
-
Checks whether the size of this monitor is greater than maxArrayBytes,
and throws an exception if it is.
- checkState() - Method in class com.cosylab.epics.caj.CAJContext
-
Check context state and tries to establish necessary state.
- checkState() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Check context state and tries to establish necessary state.
- 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 com.cosylab.epics.caj.impl.requests.CreateChannelRequest
-
Client channel ID.
- cid - Variable in class gov.aps.jca.cas.ServerChannel
-
Channel CID.
- clear() - Method in class com.cosylab.epics.caj.CAJMonitor
-
- clear() - Method in class com.cosylab.epics.caj.impl.CATransportRegistry
-
Clear cache.
- clear() - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Clears this hashtable so that it contains no keys.
- 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.Monitor
-
- ClearChannelRequest - Class in com.cosylab.epics.caj.cas.requests
-
CA clear channel response notify.
- ClearChannelRequest(Transport, int, int) - Constructor for class com.cosylab.epics.caj.cas.requests.ClearChannelRequest
-
- ClearChannelRequest - Class in com.cosylab.epics.caj.impl.requests
-
CA clear channel.
- ClearChannelRequest(Transport, int, int) - Constructor for class com.cosylab.epics.caj.impl.requests.ClearChannelRequest
-
- ClearChannelResponse - Class in com.cosylab.epics.caj.cas.handlers
-
CA clear channel request handler.
- ClearChannelResponse(CAJServerContext) - Constructor for class com.cosylab.epics.caj.cas.handlers.ClearChannelResponse
-
- ClearChannelResponse - Class in com.cosylab.epics.caj.impl.handlers
-
CA clear channel response.
- ClearChannelResponse(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.handlers.ClearChannelResponse
-
- cleared - Variable in class com.cosylab.epics.caj.CAJMonitor
-
Cleared flag.
- clearThread() - Method in class com.cosylab.epics.caj.util.SearchTimer
-
set thread to null to indicate termination
- clearThread() - Method in class com.cosylab.epics.caj.util.Timer
-
set thread_ to null to indicate termination
- clients - Variable in class com.cosylab.epics.caj.CARepeater
-
List of registered clients.
- close(boolean) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Close connection.
- close() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Close transport.
- close(boolean) - Method in class com.cosylab.epics.caj.impl.CATransport
-
Close connection.
- close() - Method in class com.cosylab.epics.caj.util.logging.ConsoleLogHandler
-
- 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
-
- com.cosylab.epics.caj - package com.cosylab.epics.caj
-
- com.cosylab.epics.caj.cas - package com.cosylab.epics.caj.cas
-
- com.cosylab.epics.caj.cas.handlers - package com.cosylab.epics.caj.cas.handlers
-
- com.cosylab.epics.caj.cas.requests - package com.cosylab.epics.caj.cas.requests
-
- com.cosylab.epics.caj.cas.util - package com.cosylab.epics.caj.cas.util
-
- com.cosylab.epics.caj.cas.util.examples - package com.cosylab.epics.caj.cas.util.examples
-
- com.cosylab.epics.caj.impl - package com.cosylab.epics.caj.impl
-
- com.cosylab.epics.caj.impl.handlers - package com.cosylab.epics.caj.impl.handlers
-
- com.cosylab.epics.caj.impl.reactor - package com.cosylab.epics.caj.impl.reactor
-
- com.cosylab.epics.caj.impl.reactor.lf - package com.cosylab.epics.caj.impl.reactor.lf
-
- com.cosylab.epics.caj.impl.requests - package com.cosylab.epics.caj.impl.requests
-
- com.cosylab.epics.caj.impl.sync - package com.cosylab.epics.caj.impl.sync
-
- com.cosylab.epics.caj.util - package com.cosylab.epics.caj.util
-
- com.cosylab.epics.caj.util.logging - package com.cosylab.epics.caj.util.logging
-
- com.cosylab.epics.caj.util.nif - package com.cosylab.epics.caj.util.nif
-
- COMM_ALARM - Static variable in class gov.aps.jca.dbr.Status
-
- command - Variable in class com.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler
-
Command field of the header.
- compareTo(Object) - Method in class com.cosylab.epics.caj.util.SearchTimer.TimerTask
-
- 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 class com.cosylab.epics.caj.CAJContext
-
- configure(Configuration) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- 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.LatestMonitorOnlyQueuedEventDispatcher
-
- 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.
- connect(TransportClient, ResponseHandler, InetSocketAddress, short, short) - Method in class com.cosylab.epics.caj.impl.BroadcastConnector
-
NOTE: transport client is ignored for broadcast (UDP).
- connect(TransportClient, ResponseHandler, InetSocketAddress, short, short) - Method in class com.cosylab.epics.caj.impl.CAConnector
-
- connect() - Method in class com.cosylab.epics.caj.impl.CAJNameClient
-
- connect(TransportClient, ResponseHandler, InetSocketAddress, short, short) - Method in interface com.cosylab.epics.caj.impl.Connector
-
Connect.
- 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
-
- connectionCompleted(int, short, int) - Method in class com.cosylab.epics.caj.CAJChannel
-
Called when channel created succeeded on the server.
- 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
-
- ConnectionException - Exception in com.cosylab.epics.caj.impl
-
Connection exception.
- ConnectionException(String, InetSocketAddress, Throwable) - Constructor for exception com.cosylab.epics.caj.impl.ConnectionException
-
- ConnectionListener - Interface in gov.aps.jca.event
-
The listener interface for receiving ConnectionEvents.
- connectionListeners - Variable in class com.cosylab.epics.caj.CAJChannel
-
List of connection listeners.
- connectionState - Variable in class com.cosylab.epics.caj.CAJChannel
-
Connection status.
- ConnectionState(String, int) - Constructor for class gov.aps.jca.Channel.ConnectionState
-
- connectionTimeout - Variable in class com.cosylab.epics.caj.CAJContext
-
If the context doesn't see a beacon from a server that it is connected to for
connectionTimeout seconds then a state-of-health message is sent to the server over TCP/IP.
- connector - Variable in class com.cosylab.epics.caj.CAJContext
-
CA connector (creates CA virtual circuit).
- Connector - Interface in com.cosylab.epics.caj.impl
-
Interface defining socket connector (Connector-Transport pattern).
- CONNSEQTMO - Static variable in class gov.aps.jca.CAStatus
-
Virtual circuit connection sequence aborted
- ConsoleLogFormatter - Class in com.cosylab.epics.caj.util.logging
-
An implementation of java.util.logging.Formatter.
- ConsoleLogFormatter() - Constructor for class com.cosylab.epics.caj.util.logging.ConsoleLogFormatter
-
- ConsoleLogHandler - Class in com.cosylab.epics.caj.util.logging
-
Implementation of Java Logging API handler.
- ConsoleLogHandler() - Constructor for class com.cosylab.epics.caj.util.logging.ConsoleLogHandler
-
Default constructor.
- ConsoleLogHandler(Formatter) - Constructor for class com.cosylab.epics.caj.util.logging.ConsoleLogHandler
-
Construct handler with using giver formatter.
- contains(Object) - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Tests if some key maps into the specified value in this hashtable.
- containsKey(int) - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Tests if the specified object is a key in this hashtable.
- containsValue(Object) - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Returns true if this HashMap maps one or more keys
to this value.
- context - Variable in class com.cosylab.epics.caj.CAJChannel
-
Context.
- context - Variable in class com.cosylab.epics.caj.CAJMonitor
-
Context.
- context - Variable in class com.cosylab.epics.caj.cas.handlers.AbstractCASResponseHandler
-
Context instance.
- context - Variable in class com.cosylab.epics.caj.impl.handlers.AbstractCAJResponseHandler
-
Context instance.
- context - Variable in class com.cosylab.epics.caj.impl.handlers.ResponseRequestExceptionHandler
-
Context instance.
- context - Variable in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Context.
- context - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
Context.
- context - Variable in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
Context.
- context - Variable in class com.cosylab.epics.caj.impl.requests.WriteRequest
-
Context.
- 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.
- contextExceptionListeners - Variable in class com.cosylab.epics.caj.CAJContext
-
List of context exception listeners.
- contextExceptionListeners - Variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
List of context exception listeners.
- 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.
- contextMessageListeners - Variable in class com.cosylab.epics.caj.CAJContext
-
List of context message listeners.
- contextMessageListeners - Variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
List of context message listeners.
- 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
-
- count - Variable in class com.cosylab.epics.caj.CAJMonitor
-
Number of elements (size of array) of monitored value type.
- count - Variable in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
PV count.
- CounterProcessVariable - Class in com.cosylab.epics.caj.cas.util.examples
-
Example implementation of process variable - counter.
- CounterProcessVariable(String, ProcessVariableEventCallback, int, int, int, int, int, int, int, int) - Constructor for class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Construct a counter PV instance.
- 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(CATransport, int, short, int) - Method in class com.cosylab.epics.caj.CAJChannel
-
Create a channel, i.e.
- createChannel(String, ConnectionListener, short) - Method in class com.cosylab.epics.caj.CAJContext
-
- 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.
- createChannelFailed() - Method in class com.cosylab.epics.caj.CAJChannel
-
Create channel failed.
- CreateChannelFailedRequest - Class in com.cosylab.epics.caj.cas.requests
-
CA create failed response.
- CreateChannelFailedRequest(Transport, int) - Constructor for class com.cosylab.epics.caj.cas.requests.CreateChannelFailedRequest
-
- CreateChannelFailedResponse - Class in com.cosylab.epics.caj.impl.handlers
-
CA create channel failed response.
- CreateChannelFailedResponse(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.handlers.CreateChannelFailedResponse
-
- CreateChannelRequest - Class in com.cosylab.epics.caj.cas.requests
-
CA create channel response.
- CreateChannelRequest(Transport, ServerChannel) - Constructor for class com.cosylab.epics.caj.cas.requests.CreateChannelRequest
-
- CreateChannelRequest - Class in com.cosylab.epics.caj.impl.requests
-
- CreateChannelRequest(Transport, String, int) - Constructor for class com.cosylab.epics.caj.impl.requests.CreateChannelRequest
-
- CreateChannelResponse - Class in com.cosylab.epics.caj.cas.handlers
-
Create channel request handler.
- CreateChannelResponse(CAJServerContext) - Constructor for class com.cosylab.epics.caj.cas.handlers.CreateChannelResponse
-
- CreateChannelResponse - Class in com.cosylab.epics.caj.impl.handlers
-
CA create channel response.
- CreateChannelResponse(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.handlers.CreateChannelResponse
-
- 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.
- createDatagramSocket() - Static method in class com.cosylab.epics.caj.CARepeater
-
Constructs an unbound datagram socket.
- createDatagramSocket(int, boolean) - Static method in class com.cosylab.epics.caj.CARepeater
-
Constructs a atagram socket bound to the wildcard address on defined port.
- createDBRforReading(ProcessVariable) - Static method in class com.cosylab.epics.caj.cas.handlers.AbstractCASResponseHandler
-
Create appropriate DBR structure for reading (of PV type).
- createDBRforReading(ProcessVariable, int) - Static method in class com.cosylab.epics.caj.cas.handlers.AbstractCASResponseHandler
-
Create appropriate DBR structure for reading (of PV type).
- createDBRforReading(ProcessVariable, short, int) - Static method in class com.cosylab.epics.caj.cas.handlers.AbstractCASResponseHandler
-
Create appropriate DBR structure for reading (of PV type).
- createMemoryProcessVariable(String, DBRType, Object) - Method in class com.cosylab.epics.caj.cas.util.DefaultServerImpl
-
Convenience method to create and register new in-memory process variables.
- 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
-
- GE(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
-
- generateChannelSID() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Generate channel SID.
- generateRequestMessage() - Method in class com.cosylab.epics.caj.impl.requests.AbstractCARequest
-
Generates (new instance) new request message.
- generateSearchRequestMessage(Transport, ByteBuffer) - Method in class com.cosylab.epics.caj.CAJChannel
-
Send search message.
- generateSearchRequestMessage(Transport, ByteBuffer, String, int) - Static method in class com.cosylab.epics.caj.impl.requests.SearchRequest
-
Generate search request message.
- generateVersionRequestMessage(Transport, ByteBuffer, short, int, boolean) - Static method in class com.cosylab.epics.caj.impl.requests.VersionRequest
-
Generate version request message.
- get(DBRType, int) - Method in class com.cosylab.epics.caj.CAJChannel
-
- get(DBR, DBRType, int) - Method in class com.cosylab.epics.caj.CAJChannel
-
- get(DBRType, int, GetListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- get() - Method in class com.cosylab.epics.caj.impl.CachedByteBufferAllocator
-
Get a byte buffer.
- get(InetSocketAddress, short) - Method in class com.cosylab.epics.caj.impl.CATransportRegistry
-
Lookup for a transport for given address.
- get(InetSocketAddress) - Method in class com.cosylab.epics.caj.impl.CATransportRegistry
-
Lookup for a transport for given address (all priorities).
- get(int) - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Returns the value to which the specified key is mapped in this map.
- get() - Method in class gov.aps.jca.Channel
-
Synchronously reads this Channel's value using the native DBR type and count.
- 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.
- 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() - Method in class gov.aps.jca.event.SynchronizedLimitedInt
-
Return the current value
- getAccessRightsListeners() - Method in class com.cosylab.epics.caj.CAJChannel
-
- getAccessRightsListeners() - Method in class gov.aps.jca.Channel
-
Returns the AccessRightsListeners registered with this channel.
- getAckS() - Method in class gov.aps.jca.cas.ProcessVariable
-
Get acknowledged alarm severity.
- getAckS() - Method in interface gov.aps.jca.dbr.ACK
-
- getAckS() - Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- getAckT() - Method in interface gov.aps.jca.dbr.ACK
-
- getAckT() - Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- getAddress() - Method in exception com.cosylab.epics.caj.impl.ConnectionException
-
Get connection addresss.
- getAddressList() - Method in class com.cosylab.epics.caj.CAJContext
-
Get search address list.
- getAttribute(String, String) - Method in class gov.aps.jca.configuration.AbstractConfiguration
-
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) - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Returns the value of the attribute specified by its name as a
String.
- 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 class gov.aps.jca.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as a
boolean.
- getAttributeAsBoolean(String) - Method in interface gov.aps.jca.configuration.Configuration
-
Return the boolean value of the specified parameter contained
in this node.
- 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.
- 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 class gov.aps.jca.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as a
float.
- getAttributeAsFloat(String) - Method in interface gov.aps.jca.configuration.Configuration
-
Return the float value of the specified parameter contained
in this node.
- 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.
- 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 class gov.aps.jca.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as an
int.
- getAttributeAsInteger(String) - Method in interface gov.aps.jca.configuration.Configuration
-
Return the int value of the specified attribute contained
in this node.
- 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.
- 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 class gov.aps.jca.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as a
long.
- 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, 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.
- getAttributeNames() - Method in interface gov.aps.jca.configuration.Configuration
-
Return an array of all attribute names.
- getAttributeNames() - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Return an array of all attribute names.
- getBeaconAddressList() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get beacon address list.
- getBeaconHandler(InetSocketAddress) - Method in class com.cosylab.epics.caj.CAJContext
-
Get (and if necessary create) beacon handler.
- getBeaconPeriod() - Method in class com.cosylab.epics.caj.CAJContext
-
Get beacon period (in seconds).
- getBeaconPeriod() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get beacon period (in seconds).
- getBeaconPort() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get beacon port.
- getBindAddress() - Method in class com.cosylab.epics.caj.cas.CASAcceptor
-
Bind socket address.
- getBroadcastAddresses(int) - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
- getBroadcastAddresses() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Get list of broadcast addresses.
- getBroadcastAddresses(int) - Static method in class com.cosylab.epics.caj.util.nif.InetAddressUtilV6
-
Get broadcast addresses.
- getBroadcastPort() - Method in class com.cosylab.epics.caj.CAJContext
-
Get broadcast port.
- getBroadcastPort() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get broadcast port.
- getBroadcastPort() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Get CA broadcast (send) port.
- getBroadcastTransport() - Method in class com.cosylab.epics.caj.CAJContext
-
Broadcast transport.
- getBroadcastTransport() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Broadcast transport.
- getBroadcastTransport() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Broadcast transport.
- getByteValue() - Method in interface gov.aps.jca.dbr.BYTE
-
- getByteValue() - Method in class gov.aps.jca.dbr.DBR_Byte
-
- getCachedBufferAllocator() - Method in class com.cosylab.epics.caj.CAJContext
-
Get cached byte allocator.
- getCachedBufferAllocator() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get cached byte allocator.
- getCachedBufferAllocator() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Get cached byte allocator.
- getChannel(int) - Method in class com.cosylab.epics.caj.CAJContext
-
Searches for a channel with given channel ID.
- getChannel(String, short, boolean) - Method in class com.cosylab.epics.caj.CAJContext
-
Searches for a channel with given channel name.
- getChannel() - Method in class com.cosylab.epics.caj.CAJMonitor
-
- getChannel(int) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Get channel by its SID.
- getChannel() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
- getChannel() - Method in class gov.aps.jca.cas.ServerMonitor
-
Get channel.
- getChannel() - Method in class gov.aps.jca.event.ContextExceptionEvent
-
The Channel associated with the exception if any.
- getChannel() - Method in class gov.aps.jca.Monitor
-
- getChannelAndVerifyRequest(int, short, int) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Get channel by its SID and do some additional checks.
- getChannelCount() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Get channel count.
- getChannelID() - Method in class com.cosylab.epics.caj.CAJChannel
-
Get client channel ID.
- getChannels() - Method in class com.cosylab.epics.caj.CAJContext
-
- getChannels() - Method in class gov.aps.jca.Context
-
Get all channels of this context.
- getChannelSearchManager() - Method in class com.cosylab.epics.caj.CAJContext
-
Get channel search manager.
- 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.AbstractConfiguration
-
Return the first Configuration object child of this
associated with the given name.
- getChild(String) - Method in interface gov.aps.jca.configuration.Configuration
-
Return a new Configuration instance encapsulating the
specified child node.
- 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.DefaultConfiguration
-
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 interface gov.aps.jca.configuration.Configuration
-
Return an Array of Configuration
elements containing all node children.
- getChildren(String) - Method in interface gov.aps.jca.configuration.Configuration
-
Return an Array of Configuration
elements containing all node children with the specified name.
- getChildren() - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Return an Iterator 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.
- getCID() - Method in class gov.aps.jca.cas.ServerChannel
-
Get channel CID.
- getClientHostname() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Get client hostname.
- getClientUsername() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Get client username.
- getCompleted(GetEvent) - Method in interface gov.aps.jca.event.GetListener
-
- getConfiguration() - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
-
Get the configuration object that was built.
- getConfiguration() - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
-
Get the configuration object that was built.
- getConnectAddress() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Get connect address.
- getConnectionListeners() - Method in class com.cosylab.epics.caj.CAJChannel
-
- getConnectionListeners() - Method in class gov.aps.jca.Channel
-
Returns the ConnectionListeners registered with this channel.
- getConnectionState() - Method in class com.cosylab.epics.caj.CAJChannel
-
- getConnectionState() - Method in class gov.aps.jca.Channel
-
Returns the connection state of this channel.
- getConnectionTimeout() - Method in class com.cosylab.epics.caj.CAJContext
-
Get connection timeout (in seconds).
- getContext() - Method in class com.cosylab.epics.caj.CAJChannel
-
- getContext() - Method in class com.cosylab.epics.caj.CAJMonitor
-
- getContext() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
- getContext() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
- getContext() - Method in class com.cosylab.epics.caj.impl.CATransport
-
- getContext() - Method in interface com.cosylab.epics.caj.impl.Transport
-
Get context transport is living in.
- getContext() - Method in class gov.aps.jca.Channel
-
Returns the context which created this channel.
- getContext() - Method in class gov.aps.jca.Monitor
-
- getContextExceptionListeners() - Method in class com.cosylab.epics.caj.CAJContext
-
- getContextExceptionListeners() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- getContextExceptionListeners() - Method in class gov.aps.jca.cas.ServerContext
-
- getContextExceptionListeners() - Method in class gov.aps.jca.Context
-
- getContextMessageListeners() - Method in class com.cosylab.epics.caj.CAJContext
-
- getContextMessageListeners() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- getContextMessageListeners() - Method in class gov.aps.jca.cas.ServerContext
-
- getContextMessageListeners() - Method in class gov.aps.jca.Context
-
- getCount() - Method in class com.cosylab.epics.caj.CAJMonitor
-
- getCount() - Method in class gov.aps.jca.dbr.DBR
-
- getCount() - Method in class gov.aps.jca.event.ContextExceptionEvent
-
Returns the element count of the request when the failure occured.
- getCount() - Method in class gov.aps.jca.event.PutEvent
-
Returns the number of elements actualy written.
- getCount() - Method in class gov.aps.jca.Monitor
-
- getDBR(DBR, short, int, ByteBuffer) - Static method in class com.cosylab.epics.caj.impl.DBRDecoder
-
Get (deserialize) data payload buffer to DBR structure.
- getDBR() - Method in class gov.aps.jca.event.ContextExceptionEvent
-
Returns the DBR object of the request when the failure occured.
- 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.MonitorEvent
-
- getDBRType() - Method in class gov.aps.jca.event.ContextExceptionEvent
-
Returns the type of the request when the failure occured.
- getDelay() - Method in class com.cosylab.epics.caj.util.SearchTimer.TimerTask
-
- getDevelopmentVersion() - Method in class gov.aps.jca.Version
-
Development drop number.
- getDimensionSize(int) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
- getDimensionSize(int) - Method in class gov.aps.jca.cas.ProcessVariable
-
The method getDimensionSize(dimension) returns the maximum
number of elements in a particular dimension of the hypercube as follows:
- getDoubleValue() - Method in class gov.aps.jca.dbr.DBR_Double
-
- getDoubleValue() - Method in interface gov.aps.jca.dbr.DOUBLE
-
- getElementCount() - Method in class com.cosylab.epics.caj.CAJChannel
-
- getElementCount() - Method in class gov.aps.jca.Channel
-
Returns the element count of this channel.
- getEnumLabels() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
- getEnumLabels() - Method in class gov.aps.jca.cas.ProcessVariable
-
Get enum string labels.
- getEnumValue() - Method in class gov.aps.jca.dbr.DBR_Enum
-
- getEnumValue() - Method in interface gov.aps.jca.dbr.ENUM
-
- GetEvent - Class in gov.aps.jca.event
-
An event which indicates the completion of an asynchronous Get request.
- GetEvent(Channel, DBR, CAStatus) - Constructor for class gov.aps.jca.event.GetEvent
-
- getEventCallback() - Method in class gov.aps.jca.cas.ProcessVariable
-
Get event callback.
- getEventDispatcher() - Method in class com.cosylab.epics.caj.CAJContext
-
Get event dispatcher.
- GETFAIL - Static variable in class gov.aps.jca.CAStatus
-
Could not perform a database value get for that channel.
- getFieldType() - Method in class com.cosylab.epics.caj.CAJChannel
-
- getFieldType() - Method in class gov.aps.jca.Channel
-
Returns the DBR type of this Channel.
- getFloatValue() - Method in class gov.aps.jca.dbr.DBR_Float
-
- getFloatValue() - Method in interface gov.aps.jca.dbr.FLOAT
-
- getHandler() - Method in class gov.aps.jca.configuration.DefaultConfigurationBuilder
-
Get a SAXConfigurationHandler for your configuration reading.
- getHostName() - Method in class com.cosylab.epics.caj.CAJChannel
-
NOTE: synchronization guarantees that transport is non-null and state == CONNECTED.
- getHostName() - Method in class gov.aps.jca.Channel
-
Returns the Channel's hostname.
- getIgnoreAddressList() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get ignore search address list.
- getIgnoredAddresses() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Get list of ignored addresses.
- getImplementationLanguage() - Method in class gov.aps.jca.Version
-
Implementation Language: Java.
- getInstance() - Static method in class gov.aps.jca.JCALibrary
-
Getter method to the only instance of JCALibrary.
- getIntValue() - Method in class gov.aps.jca.dbr.DBR_Int
-
- getIntValue() - Method in interface gov.aps.jca.dbr.INT
-
- getIOID() - Method in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
- getIOID() - Method in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
- getIOID() - Method in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
- getIOID() - Method in interface com.cosylab.epics.caj.impl.ResponseRequest
-
Get I/O ID.
- getIOID() - Method in class gov.aps.jca.cas.ServerMonitor
-
Get event ID.
- getLabels() - Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
-
- getLabels() - Method in interface gov.aps.jca.dbr.LABELS
-
- getLastReceivedSequenceNumber(int) - Method in class com.cosylab.epics.caj.CAJContext
-
Set last UDP recived sequence number.
- getLastReceivedSequenceNumber(int) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Set last UDP recived sequence number.
- getLeaderFollowersThreadPool() - Method in class com.cosylab.epics.caj.CAJContext
-
Get LF thread pool.
- getLeaderFollowersThreadPool() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get LF thread pool.
- getLeaderFollowersThreadPool() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Get LF thread pool.
- GetListener - Interface in gov.aps.jca.event
-
The listener interface for receiving GetEvents.
- getLocation() - Method in interface gov.aps.jca.configuration.Configuration
-
Return a string describing location of Configuration.
- getLocation() - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Returns a description of location of element.
- getLocationString() - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
-
Returns a string showing the current system ID, line number and column number.
- getLocationString() - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
-
Returns a string showing the current system ID, line number and column number.
- getLogger() - Method in class com.cosylab.epics.caj.CAJContext
-
Get logger.
- getLogger() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get logger.
- getLogger() - Method in interface com.cosylab.epics.caj.util.logging.LoggerProvider
-
Get Java Logger API Logger instance.
- getLongVersionString() - Method in class gov.aps.jca.Version
-
Get the long version string.
- getLowerAlarmLimit() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getLowerAlarmLimit() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get lower alarm limit.
- getLowerAlarmLimit() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get lower alarm limit.
- getLowerAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getLowerAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getLowerAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getLowerAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getLowerAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getLowerAlarmLimit() - Method in interface gov.aps.jca.dbr.GR
-
Get lower alarm limit.
- getLowerCtrlLimit() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getLowerCtrlLimit() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get lower control limit.
- getLowerCtrlLimit() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get lower control limit.
- getLowerCtrlLimit() - Method in interface gov.aps.jca.dbr.CTRL
-
Get lower control limit.
- getLowerCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- getLowerCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- getLowerCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- getLowerCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- getLowerCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- getLowerDispLimit() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getLowerDispLimit() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get lower display limit.
- getLowerDispLimit() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get lower display limit.
- getLowerDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getLowerDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getLowerDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getLowerDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getLowerDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getLowerDispLimit() - Method in interface gov.aps.jca.dbr.GR
-
Get lower display limit.
- getLowerWarningLimit() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getLowerWarningLimit() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get lower warning limit.
- getLowerWarningLimit() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get lower warning limit.
- getLowerWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getLowerWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getLowerWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getLowerWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getLowerWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getLowerWarningLimit() - Method in interface gov.aps.jca.dbr.GR
-
Get lower warning limit.
- getMaintenanceVersion() - Method in class gov.aps.jca.Version
-
Maintenance version number.
- getMajorVersion() - Method in class gov.aps.jca.Version
-
Major version number.
- getMask() - Method in class com.cosylab.epics.caj.CAJMonitor
-
- getMask() - Method in class gov.aps.jca.Monitor
-
- getMaxArrayBytes() - Method in class com.cosylab.epics.caj.CAJContext
-
Get max size of payload.
- getMaxArrayBytes() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get max array payload size.
- getMaxDimension() - Method in class gov.aps.jca.cas.ProcessVariable
-
Returns the maximum bounding box for all present and future data stored
within the PV.
- getMaxSearchInterval() - Method in class com.cosylab.epics.caj.CAJContext
-
Get max.
- getMessage() - Method in class gov.aps.jca.CAStatus
-
- getMessage() - Method in class gov.aps.jca.event.ContextExceptionEvent
-
- getMessage() - Method in class gov.aps.jca.event.ContextMessageEvent
-
Returns the String containing the message from the Context.
- getMinorRevision() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
- getMinorRevision() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
- getMinorRevision() - Method in class com.cosylab.epics.caj.impl.CATransport
-
- getMinorRevision() - Method in interface com.cosylab.epics.caj.impl.Transport
-
Transport protocol minor revision.
- getMinorVersion() - Method in class gov.aps.jca.Version
-
Minor vesion number.
- getModification() - Method in class gov.aps.jca.JCALibrary
-
Getter method for the modification number.
- getMonitor(int) - Method in class gov.aps.jca.cas.ServerChannel
-
Get monitor by its IOID.
- getMonitorListener() - Method in class com.cosylab.epics.caj.CAJMonitor
-
- getMonitorListener() - Method in class gov.aps.jca.Monitor
-
- getMonitorListeners() - Method in class com.cosylab.epics.caj.CAJMonitor
-
- getMonitorListeners() - Method in class gov.aps.jca.Monitor
-
- getName() - Method in class com.cosylab.epics.caj.CAJChannel
-
- getName() - Method in class gov.aps.jca.cas.ProcessVariable
-
Get process variable name.
- getName() - Method in class gov.aps.jca.Channel
-
Returns the name of this channel.
- getName() - Method in interface gov.aps.jca.configuration.Configuration
-
Return the name of the node.
- getName() - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Returns the name of this configuration element.
- getName() - Method in class gov.aps.jca.Enum
-
- getNamespace() - Method in interface gov.aps.jca.configuration.Configuration
-
Returns a string indicating which namespace this Configuration node
belongs to.
- getNamespace() - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Returns the namespace of this configuration element
- getPrecision() - Method in class com.cosylab.epics.caj.cas.util.FloatingDecimalProcessVariable
-
Get precision (number of digits after decimal point).
- getPrecision() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get precision (number of digits after decimal point).
- getPrecision() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getPrecision() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getPrecision() - Method in class gov.aps.jca.dbr.DBR_PRECISION_Double
-
- getPrecision() - Method in class gov.aps.jca.dbr.DBR_PRECISION_Float
-
- getPrecision() - Method in interface gov.aps.jca.dbr.PRECISION
-
- getPrefix() - Method in class gov.aps.jca.configuration.AbstractConfiguration
-
Returns the prefix of the namespace.
- getPrefix() - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Returns the prefix of the namespace
- getPriority() - Method in class com.cosylab.epics.caj.CAJChannel
-
Get process priority.
- getPriority() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.AccessRightsRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.BeaconRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.ClearChannelRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.CreateChannelFailedRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.CreateChannelRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.EchoRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.EventAddRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.EventCancelRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.ExceptionRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.ReadNotifyRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.SearchFailedRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.SearchRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.cas.requests.WriteNotifyRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.CAJNameClient
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.CATransport
-
- getPriority() - Method in interface com.cosylab.epics.caj.impl.Request
-
Get request priority, higher view higher priority.
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.AbstractCARequest
-
Return default priority.
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.CreateChannelRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.EchoRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.EventsOffRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.EventsOnRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.HostNameRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.SubscriptionUpdateRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.UserNameRequest
-
- getPriority() - Method in class com.cosylab.epics.caj.impl.requests.VersionRequest
-
- getPriority() - Method in interface com.cosylab.epics.caj.impl.Transport
-
Transport priority.
- getPriority() - Method in class gov.aps.jca.event.LatestMonitorOnlyQueuedEventDispatcher
-
- getPriority() - Method in class gov.aps.jca.event.QueuedEventDispatcher
-
- getProcessVariable() - Method in class com.cosylab.epics.caj.cas.ProcessVariableEventDispatcher
-
Get served PV.
- getProcessVariable() - Method in class gov.aps.jca.cas.ServerChannel
-
Get process variable.
- getProductName() - Method in class gov.aps.jca.Version
-
Name of product: Xalan.
- 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.
- getReactor() - Method in class com.cosylab.epics.caj.CAJContext
-
Get context reactor.
- getReactor() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get context reactor.
- getReactor() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Get context reactor.
- getReadAccess() - Method in class com.cosylab.epics.caj.CAJChannel
-
- 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.
- getRemoteAddress() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
- getRemoteAddress() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
- getRemoteAddress() - Method in class com.cosylab.epics.caj.impl.CATransport
-
- getRemoteAddress() - Method in interface com.cosylab.epics.caj.impl.Transport
-
Get remote address.
- getRepeaterPort() - Method in class com.cosylab.epics.caj.CAJContext
-
Get repeater port.
- getRequestMessage() - Method in class com.cosylab.epics.caj.impl.CAJNameClient
-
- getRequestMessage() - Method in interface com.cosylab.epics.caj.impl.Request
-
Get request message to be sent.
- getRequestMessage() - Method in class com.cosylab.epics.caj.impl.requests.AbstractCARequest
-
- getResponseRequest(int) - Method in class com.cosylab.epics.caj.CAJContext
-
Searches for a response request with given channel IOID.
- getRevision() - Method in class gov.aps.jca.JCALibrary
-
Getter method for the revision number.
- getSearchTries() - Method in class com.cosylab.epics.caj.CAJChannel
-
Get number of search tried for this channel.
- getServer() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get server implementation.
- getServerChannelID() - Method in class com.cosylab.epics.caj.CAJChannel
-
Get SID.
- getServerInetAddress() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get server newtwork (IP) address.
- getServerPort() - Method in class com.cosylab.epics.caj.CAJContext
-
Get server port.
- getServerPort() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get server port.
- getServerPort() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Get CA server port.
- getSeverity() - Method in class gov.aps.jca.CAStatus
-
- getSeverity() - Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- getSeverity() - Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- getSeverity() - Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- getSeverity() - Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- getSeverity() - Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- getSeverity() - Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- getSeverity() - Method in class gov.aps.jca.dbr.DBR_STS_String
-
- getSeverity() - Method in interface gov.aps.jca.dbr.STS
-
- getShortValue() - Method in class gov.aps.jca.dbr.DBR_PutAckS
-
- getShortValue() - Method in class gov.aps.jca.dbr.DBR_PutAckT
-
- getShortValue() - Method in class gov.aps.jca.dbr.DBR_Short
-
- getShortValue() - Method in interface gov.aps.jca.dbr.SHORT
-
- getSID() - Method in class com.cosylab.epics.caj.CAJMonitor
-
Get this monitor subscription ID.
- getSID() - Method in class gov.aps.jca.cas.ServerChannel
-
Get channel SID.
- getSocketAddressList(String, int) - Static method in class com.cosylab.epics.caj.util.InetAddressUtil
-
Parse space delimited addresss[:port] string and return array of InetSocketAddress.
- getSocketAddressList(String, int, InetSocketAddress[]) - Static method in class com.cosylab.epics.caj.util.InetAddressUtil
-
Parse space delimited addresss[:port] string and return array of InetSocketAddress.
- getStatus() - Method in exception gov.aps.jca.CAStatusException
-
- getStatus() - Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- getStatus() - Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- getStatus() - Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- getStatus() - Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- getStatus() - Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- getStatus() - Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- getStatus() - Method in class gov.aps.jca.dbr.DBR_STS_String
-
- getStatus() - Method in interface gov.aps.jca.dbr.STS
-
- getStatus() - Method in class gov.aps.jca.event.ContextVirtualCircuitExceptionEvent
-
- getStatus() - Method in class gov.aps.jca.event.GetEvent
-
- getStatus() - Method in class gov.aps.jca.event.MonitorEvent
-
Returns the status of the operation.
- getStatus() - Method in class gov.aps.jca.event.PutEvent
-
Returns the status of the operation.
- getStatusCode() - Method in class gov.aps.jca.CAStatus
-
Get EPICS status code.
- getStringValue() - Method in class gov.aps.jca.dbr.DBR_String
-
- getStringValue() - Method in interface gov.aps.jca.dbr.STRING
-
- getTargetArch() - Static method in class com.cosylab.epics.caj.JNIRepeater
-
Get standard "system-arch" string.
- getThread() - Method in class com.cosylab.epics.caj.util.SearchTimer
-
- getTimer() - Method in class com.cosylab.epics.caj.CAJContext
-
Get timer.
- getTimer() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get timer.
- getTimer() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Get timer.
- getTimerId() - Method in class com.cosylab.epics.caj.CAJChannel
-
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
NOTE: this method will always return null timestamp if
called from CA client.
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
NOTE: this method will always return null timestamp if
called from CA client.
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
NOTE: this method will always return null timestamp if
called from CA client.
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
NOTE: this method will always return null timestamp if
called from CA client.
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
NOTE: this method will always return null timestamp if
called from CA client.
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_TIME_Byte
-
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_TIME_Double
-
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_TIME_Enum
-
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_TIME_Float
-
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_TIME_Int
-
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_TIME_LABELS_Enum
-
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_TIME_Short
-
- getTimeStamp() - Method in class gov.aps.jca.dbr.DBR_TIME_String
-
- getTimeStamp() - Method in interface gov.aps.jca.dbr.TIME
-
- getTimeToRun() - Method in class com.cosylab.epics.caj.util.SearchTimer.TimerTask
-
- getTransformerFactory() - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
-
Get the SAXTransformerFactory so we can get a serializer without being
tied to one vendor.
- getTransport() - Method in class com.cosylab.epics.caj.CAJChannel
-
Get transport used by this channel.
- getTransport(TransportClient, InetSocketAddress, short, short) - Method in class com.cosylab.epics.caj.CAJContext
-
Get, or create if necessary, transport of given server address.
- getTransportRegistry() - Method in class com.cosylab.epics.caj.CAJContext
-
Get CA transport (virtual circuit) registry.
- getTransportRegistry() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get CA transport (virtual circuit) registry.
- getTransportRegistry() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Get CA transport (virtual circuit) registry.
- getType() - Method in class com.cosylab.epics.caj.CAJMonitor
-
- getType() - Method in class com.cosylab.epics.caj.cas.util.EnumProcessVariable
-
Return DBRType.ENUM type as native type.
- getType() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Return DBRType.INT type as native type.
- getType() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
- getType() - Method in class com.cosylab.epics.caj.cas.util.StringProcessVariable
-
Return DBRType.STRING type as native type.
- getType() - Method in class gov.aps.jca.cas.ProcessVariable
-
The best type for clients to use when accessing the value of the PV.
- getType() - Method in class gov.aps.jca.dbr.DBR
-
- getType() - Method in class gov.aps.jca.dbr.DBR_Byte
-
- getType() - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- getType() - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- getType() - Method in class gov.aps.jca.dbr.DBR_CTRL_Enum
-
- getType() - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- getType() - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- getType() - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- getType() - Method in class gov.aps.jca.dbr.DBR_CTRL_String
-
- getType() - Method in class gov.aps.jca.dbr.DBR_Double
-
- getType() - Method in class gov.aps.jca.dbr.DBR_Enum
-
- getType() - Method in class gov.aps.jca.dbr.DBR_Float
-
- getType() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getType() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getType() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getType() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getType() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getType() - Method in class gov.aps.jca.dbr.DBR_GR_String
-
- getType() - Method in class gov.aps.jca.dbr.DBR_Int
-
- getType() - Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
-
- getType() - Method in class gov.aps.jca.dbr.DBR_PutAckS
-
- getType() - Method in class gov.aps.jca.dbr.DBR_PutAckT
-
- getType() - Method in class gov.aps.jca.dbr.DBR_Short
-
- getType() - Method in class gov.aps.jca.dbr.DBR_String
-
- getType() - Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- getType() - Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- getType() - Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- getType() - Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- getType() - Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- getType() - Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- getType() - Method in class gov.aps.jca.dbr.DBR_STS_String
-
- getType() - Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- getType() - Method in class gov.aps.jca.dbr.DBR_TIME_Byte
-
- getType() - Method in class gov.aps.jca.dbr.DBR_TIME_Double
-
- getType() - Method in class gov.aps.jca.dbr.DBR_TIME_Enum
-
- getType() - Method in class gov.aps.jca.dbr.DBR_TIME_Float
-
- getType() - Method in class gov.aps.jca.dbr.DBR_TIME_Int
-
- getType() - Method in class gov.aps.jca.dbr.DBR_TIME_Short
-
- getType() - Method in class gov.aps.jca.dbr.DBR_TIME_String
-
- getType() - Method in class gov.aps.jca.event.PutEvent
-
Returns the type of the put request.
- getType() - Method in class gov.aps.jca.Monitor
-
- getUnits() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getUnits() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get units (of value).
- getUnits() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get units.
- getUnits() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getUnits() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getUnits() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getUnits() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getUnits() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getUnits() - Method in interface gov.aps.jca.dbr.GR
-
Get units.
- getUpperAlarmLimit() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getUpperAlarmLimit() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get upper alarm limit.
- getUpperAlarmLimit() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get upper alarm limit.
- getUpperAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getUpperAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getUpperAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getUpperAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getUpperAlarmLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getUpperAlarmLimit() - Method in interface gov.aps.jca.dbr.GR
-
Get upper alarm limit.
- getUpperCtrlLimit() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getUpperCtrlLimit() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get upper control limit.
- getUpperCtrlLimit() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get upper control limit.
- getUpperCtrlLimit() - Method in interface gov.aps.jca.dbr.CTRL
-
Get upper control limit.
- getUpperCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- getUpperCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- getUpperCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- getUpperCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- getUpperCtrlLimit() - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- getUpperDispLimit() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getUpperDispLimit() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get upper display limit.
- getUpperDispLimit() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get upper display limit.
- getUpperDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getUpperDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getUpperDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getUpperDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getUpperDispLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getUpperDispLimit() - Method in interface gov.aps.jca.dbr.GR
-
Get upper display limit.
- getUpperWarningLimit() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
- getUpperWarningLimit() - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Get upper warning limit.
- getUpperWarningLimit() - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Get upper warning limit.
- getUpperWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- getUpperWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- getUpperWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- getUpperWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- getUpperWarningLimit() - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- getUpperWarningLimit() - Method in interface gov.aps.jca.dbr.GR
-
Get upper warning limit.
- getUserName() - Method in class com.cosylab.epics.caj.CAJContext
-
- getUserName() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- getUserName() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Get user name (used to report to the server).
- getValue(String) - Method in class gov.aps.jca.configuration.AbstractConfiguration
-
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(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.DefaultConfiguration
-
Returns the value of the configuration element as a String.
- getValue() - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Returns the value of the configuration element as a String.
- getValue() - Method in class gov.aps.jca.dbr.DBR
-
- getValue() - Method in class gov.aps.jca.ValuedEnum
-
Get value of enum item.
- getValueAsBoolean() - Method in class gov.aps.jca.configuration.AbstractConfiguration
-
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.
- getValueAsBoolean() - Method in interface gov.aps.jca.configuration.Configuration
-
Return the boolean value of the node.
- getValueAsBoolean(boolean) - Method in interface gov.aps.jca.configuration.Configuration
-
Returns the value of the configuration element as a boolean.
- getValueAsFloat() - Method in class gov.aps.jca.configuration.AbstractConfiguration
-
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.
- getValueAsFloat() - Method in interface gov.aps.jca.configuration.Configuration
-
Return the float value of the node.
- getValueAsFloat(float) - Method in interface gov.aps.jca.configuration.Configuration
-
Returns the value of the configuration element as a float.
- getValueAsInteger() - Method in class gov.aps.jca.configuration.AbstractConfiguration
-
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.
- getValueAsInteger() - Method in interface gov.aps.jca.configuration.Configuration
-
Return the int value of the node.
- getValueAsInteger(int) - Method in interface gov.aps.jca.configuration.Configuration
-
Returns the value of the configuration element as an int.
- getValueAsLong() - Method in class gov.aps.jca.configuration.AbstractConfiguration
-
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.
- getValueAsLong() - Method in interface gov.aps.jca.configuration.Configuration
-
Return the long value of the node.
- getValueAsLong(long) - Method in interface gov.aps.jca.configuration.Configuration
-
Returns the value of the configuration element as a long.
- getVersion() - Method in class com.cosylab.epics.caj.CAJContext
-
Get context version.
- getVersion() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get context version.
- getVersion() - Method in class gov.aps.jca.cas.ServerContext
-
- getVersion() - Method in class gov.aps.jca.Context
-
- 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.
- getVersionString() - Method in class gov.aps.jca.Version
-
Get the basic version string.
- getVirtualCircuit() - Method in class gov.aps.jca.event.ContextVirtualCircuitExceptionEvent
-
- getWriteAccess() - Method in class com.cosylab.epics.caj.CAJChannel
-
- 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.cas - package gov.aps.jca.cas
-
- 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 in gov.aps.jca.dbr
-
- 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
-
- GR_STRING - Static variable in class gov.aps.jca.dbr.DBRType
-
- GT(TimeStamp) - Method in class gov.aps.jca.dbr.TimeStamp
-
- ignoreAddressList - Variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
A space-separated list of address from which to ignore name resolution requests.
- increment() - Method in class gov.aps.jca.event.SynchronizedLimitedInt
-
Increment the value.
- increment(boolean) - Method in class gov.aps.jca.event.SynchronizedLimitedInt
-
Increment the value.
- incrementPendingRequests() - Method in class com.cosylab.epics.caj.CAJContext
-
Increment pending requests counter.
- incrementValue - Variable in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Increment value (counter stepping).
- InetAddressUtil - Class in com.cosylab.epics.caj.util
-
InetAddress utility methods.
- InetAddressUtil() - Constructor for class com.cosylab.epics.caj.util.InetAddressUtil
-
- InetAddressUtilV6 - Class in com.cosylab.epics.caj.util.nif
-
InetAddress utility methods.
- InetAddressUtilV6() - Constructor for class com.cosylab.epics.caj.util.nif.InetAddressUtilV6
-
- INFO - Static variable in class gov.aps.jca.CASeverity
-
Successful.
- initBuffer() - Method in class com.cosylab.epics.caj.impl.CAJNameClient
-
- initialHeaderBufferPosition - Variable in class com.cosylab.epics.caj.cas.handlers.EchoResponse
-
Initial header buffer position.
- initialize() - Method in class com.cosylab.epics.caj.CAJContext
-
- initialize() - Method in class com.cosylab.epics.caj.CARepeater
-
Initialize CA repeater.
- initialize(Server) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Set server and initialize.
- initialize() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Initialize PV.
- initialize(Server) - Method in class gov.aps.jca.cas.ServerContext
-
Set Server implemenation and initialzie server.
- initialize() - Method in class gov.aps.jca.Context
-
- initialize() - Static method in class gov.aps.jca.dbr.DBRType
-
- initializeLogger() - Method in class com.cosylab.epics.caj.CAJContext
-
Initialize context logger.
- initializeLogger() - Method in class com.cosylab.epics.caj.CARepeater
-
Initialize context logger.
- initializeLogger() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Initialize context logger.
- initiateSearch() - Method in class com.cosylab.epics.caj.CAJChannel
-
Initiate search (connect) procedure.
- insertCAHeader(Transport, ByteBuffer, short, int, short, int, int, int) - Static method in class com.cosylab.epics.caj.impl.requests.AbstractCARequest
-
Inserts CA header to the buffer.
- insertPayload(ByteBuffer, short, int, Object) - Static method in class com.cosylab.epics.caj.impl.DBREncoder
-
Insert value payload.
- insertPayload(ByteBuffer, short, int, DBR) - Static method in class com.cosylab.epics.caj.impl.DBREncoder
-
Insert DBR payload.
- INT - Static variable in class gov.aps.jca.dbr.DBRType
-
- INT - Interface in gov.aps.jca.dbr
-
- interest - Variable in class gov.aps.jca.cas.ProcessVariable
-
Interess flag.
- interestDelete() - Method in class gov.aps.jca.cas.ProcessVariable
-
Called by the server library each time that it wishes to remove its
subscription for PV value change events from the server tool via
ProcessVariableEventCallback.postEvent() method.
- interestRegister() - Method in class gov.aps.jca.cas.ProcessVariable
-
Called by the server libary each time that it wishes to subscribe for PV
change notification from the server tool via ProcessVariableEventCallback.postEvent() method.
- INTERNAL - Static variable in class gov.aps.jca.CAStatus
-
Channel Access internal failure.
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.BadResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.ClearChannelResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.CreateChannelResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.EchoResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.EventAddResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.EventCancelResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.EventsOffResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.EventsOnResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.HostnameResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.NoopResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.ReadNotifyResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.SearchResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.UsernameResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.VersionResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.WriteNotifyResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.cas.handlers.WriteResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler
-
Called after header is parsed by parseHeader() method.
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.AccessRightsResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.BadResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.BeaconResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.ChannelDisconnectedResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.ClearChannelResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.CreateChannelFailedResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.CreateChannelResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.EchoResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.EventAddResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.EventCancelResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.ExceptionResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.NoopResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.ReadNotifyResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.RepeaterConfirmResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.SearchResponse
-
UDP response.
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.VersionResponse
-
- internalHandleResponse(InetSocketAddress, Transport, ByteBuffer[]) - Method in class com.cosylab.epics.caj.impl.handlers.WriteNotifyResponse
-
- IntHashMap - Class in com.cosylab.epics.caj.util
-
A hash map that uses primitive ints for the key instead of objects.
- IntHashMap() - Constructor for class com.cosylab.epics.caj.util.IntHashMap
-
Constructs a new, empty hashtable with a default capacity and load
factor, which is 20 and 0.75 respectively.
- IntHashMap(int) - Constructor for class com.cosylab.epics.caj.util.IntHashMap
-
Constructs a new, empty hashtable with the specified initial capacity
and default load factor, which is 0.75.
- IntHashMap(int, float) - Constructor for class com.cosylab.epics.caj.util.IntHashMap
-
Constructs a new, empty hashtable with the specified initial
capacity and the specified load factor.
- intToIPv4Address(int) - Static method in class com.cosylab.epics.caj.util.InetAddressUtil
-
Convert an integer into an IPv4 INET address.
- INVALID_ALARM - Static variable in class gov.aps.jca.dbr.Severity
-
- invalidateLastReceivedSequence() - Method in class com.cosylab.epics.caj.CAJContext
-
- invalidateLastReceivedSequence() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- invalidateLastReceivedSequence() - Method in interface com.cosylab.epics.caj.impl.CAContext
-
Invalidate last (UDP) received sequence.
- IODONE - Static variable in class gov.aps.jca.CAStatus
-
IO operations have completed.
- ioid - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
I/O ID given by the context when registered.
- ioid - Variable in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
I/O ID given by the context when registered.
- ioid - Variable in class gov.aps.jca.cas.ServerMonitor
-
Evenr ID.
- IOINPROGESS - Static variable in class gov.aps.jca.CAStatus
-
IO operations are in progress.
- ipv4AddressToInt(InetAddress) - Static method in class com.cosylab.epics.caj.util.InetAddressUtil
-
Convert an IPv4 INET address to an integer.
- isAckT() - Method in class gov.aps.jca.cas.ProcessVariable
-
Get acknowledged alarm transient flag.
- ISATTACHED - Static variable in class gov.aps.jca.CAStatus
-
Thread is already attached to a client context.
- isAutoAddressList() - Method in class com.cosylab.epics.caj.CAJContext
-
Get auto search-list flag.
- isAutoBeaconAddressList() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get beacon address list auto flag.
- isBYTE() - Method in class gov.aps.jca.dbr.DBR
-
- isBYTE(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isBYTE() - Method in class gov.aps.jca.dbr.DBRType
-
- isCleared() - Method in class com.cosylab.epics.caj.CAJMonitor
-
Get cleared flag.
- isConnected() - Method in class gov.aps.jca.event.ConnectionEvent
-
- isCTRL() - Method in class gov.aps.jca.dbr.DBR
-
- isCTRL(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isCTRL() - Method in class gov.aps.jca.dbr.DBRType
-
- isDestroyed() - Method in class com.cosylab.epics.caj.CAJContext
-
Get destruction status.
- isDestroyed() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get destruction status.
- isDoNotShareChannels() - Method in class com.cosylab.epics.caj.CAJContext
-
- isDOUBLE() - Method in class gov.aps.jca.dbr.DBR
-
- isDOUBLE(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isDOUBLE() - Method in class gov.aps.jca.dbr.DBRType
-
- isEmpty() - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Tests if this hashtable maps no keys to values.
- isENUM() - Method in class gov.aps.jca.dbr.DBR
-
- isENUM(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isENUM() - Method in class gov.aps.jca.dbr.DBRType
-
- 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.CASeverity
-
Tests whether this CASeverity represent an error code.
- isError() - Method in class gov.aps.jca.CAStatus
-
- isFatal() - Method in class gov.aps.jca.CASeverity
-
Tests whether this CASeverity represents a fatal code.
- isFatal() - Method in class gov.aps.jca.CAStatus
-
- isFLOAT() - Method in class gov.aps.jca.dbr.DBR
-
- isFLOAT(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isFLOAT() - 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
-
- isGR() - Method in class gov.aps.jca.dbr.DBRType
-
- 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.
- isInitialized() - Method in class com.cosylab.epics.caj.CAJContext
-
Get initialization status.
- isInitialized() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Get initialization status.
- isINT() - Method in class gov.aps.jca.dbr.DBR
-
- isINT(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isINT() - 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
-
- isLABELS() - Method in class gov.aps.jca.dbr.DBRType
-
- 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
-
- isMonitoringProperty() - Method in class gov.aps.jca.Monitor
-
- isMonitoringValue() - Method in class gov.aps.jca.Monitor
-
- isPRECISION(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isPRECISION() - Method in class gov.aps.jca.dbr.DBRType
-
- isPRECSION() - Method in class gov.aps.jca.dbr.DBR
-
- isRegistrationConfirmed() - Method in class com.cosylab.epics.caj.CAJContext
-
Get repeater registration status.
- isRepeaterRunning(int) - Static method in class com.cosylab.epics.caj.CARepeater
-
Check if repeater is running.
- isSHORT() - Method in class gov.aps.jca.dbr.DBR
-
- isSHORT(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isSHORT() - Method in class gov.aps.jca.dbr.DBRType
-
- isShutdown() - Method in class com.cosylab.epics.caj.impl.reactor.Reactor
-
Get shutdown status.
- isSTRING() - Method in class gov.aps.jca.dbr.DBR
-
- isSTRING(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isSTRING() - 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
-
- isSTS() - Method in class gov.aps.jca.dbr.DBRType
-
- isSuccessful() - Method in class gov.aps.jca.CASeverity
-
tests whether this CASeverity represent a successful code.
- isSuccessful() - Method in class gov.aps.jca.CAStatus
-
- issueCreateChannelRequest() - Method in class com.cosylab.epics.caj.CAJChannel
-
- isTIME() - Method in class gov.aps.jca.dbr.DBR
-
- isTIME(DBR) - Static method in class gov.aps.jca.dbr.DBR
-
- isTIME() - Method in class gov.aps.jca.dbr.DBRType
-
- parameter1 - Variable in class com.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler
-
Parameter 1 field of the header.
- parameter2 - Variable in class com.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler
-
Parameter 2 field of the header.
- parseHeader(ByteBuffer) - Method in class com.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler
-
Parse CA response header.
- payloadSize - Variable in class com.cosylab.epics.caj.impl.handlers.AbstractCAResponseHandler
-
Payload size field of the header.
- pendEvent(double) - Method in class com.cosylab.epics.caj.CAJContext
-
- pendEvent(double) - Method in class gov.aps.jca.Context
-
Process all pending events.
- pendingEvent - Variable in class com.cosylab.epics.caj.cas.CASServerMonitor
-
Pending event.
- pendingResponseRequests - Variable in class com.cosylab.epics.caj.CAJContext
-
Map of pending response requests (keys are IOID).
- pendIO(double) - Method in class com.cosylab.epics.caj.CAJContext
-
- pendIO(double) - Method in class gov.aps.jca.Context
-
Process all pending IO operations.
- periodInMS - Variable in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Period between value increments.
- poll() - Method in class com.cosylab.epics.caj.CAJContext
-
- poll() - Method in class gov.aps.jca.Context
-
Flush the send buffer and process any outstanding CA background activity.
- postEvent(int, DBR) - Method in class com.cosylab.epics.caj.cas.CASServerMonitor
-
- postEvent(int, DBR) - Method in class com.cosylab.epics.caj.cas.ProcessVariableEventDispatcher
-
- postEvent(int, DBR) - Method in interface gov.aps.jca.cas.ProcessVariableEventCallback
-
Notify about process variable event.
- preallocateChannelSID() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Preallocate new channel SID.
- precision - Variable in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Precision.
- PRECISION - Interface in gov.aps.jca.dbr
-
- printInfo(PrintStream) - Method in class com.cosylab.epics.caj.CAJChannel
-
- printInfo(PrintStream) - Method in class com.cosylab.epics.caj.CAJContext
-
- printInfo(PrintStream) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- printInfo() - Method in class gov.aps.jca.cas.ProcessVariable
-
Prints detailed information about the Context to the standard output
stream.
- printInfo(PrintStream) - Method in class gov.aps.jca.cas.ProcessVariable
-
Prints detailed information about the Context to the specified output
stream.
- printInfo() - Method in class gov.aps.jca.cas.ServerChannel
-
Prints detailed information about the process variable to the standard
output stream.
- printInfo(PrintStream) - Method in class gov.aps.jca.cas.ServerChannel
-
Prints detailed information about the process variable to the specified
output stream.
- printInfo() - Method in class gov.aps.jca.cas.ServerContext
-
Prints detailed information about the Context to the standard output stream.
- printInfo(PrintStream) - Method in class gov.aps.jca.cas.ServerContext
-
Prints detailed information about the Context to the specified output stream.
- printInfo() - Method in class gov.aps.jca.cas.ServerMonitor
-
Prints detailed information about the monitor to the standard output
stream.
- printInfo(PrintStream) - Method in class gov.aps.jca.cas.ServerMonitor
-
Prints detailed information about the monitor to the specified output
stream.
- printInfo() - Method in class gov.aps.jca.Channel
-
Prints details information about this Channel to the standard output stream.
- printInfo(PrintStream) - Method in class gov.aps.jca.Channel
-
Prints details information about this Channel to the specified output stream.
- printInfo() - Method in class gov.aps.jca.Context
-
Prints detailed information about the Context to the standard output stream.
- printInfo(PrintStream) - Method in class gov.aps.jca.Context
-
Prints detailed information about the Context to the specified output stream.
- printInfo() - Method in class gov.aps.jca.dbr.DBR
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_PRECISION_Double
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_PRECISION_Float
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STS_String
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Byte
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Double
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Enum
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Float
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Int
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_LABELS_Enum
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_Short
-
- printInfo(PrintStream) - Method in class gov.aps.jca.dbr.DBR_TIME_String
-
- printInfo() - Method in class gov.aps.jca.JCALibrary
-
Print some basic info about the JCALibrary to the standard output stream.
- printInfo(PrintStream) - Method in class gov.aps.jca.JCALibrary
-
Print some basic info about the JCALibrary to the specified output stream.
- 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(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(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(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(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(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.
- priority - Variable in class com.cosylab.epics.caj.CAJChannel
-
Process priority.
- priority - Variable in class com.cosylab.epics.caj.impl.CATransport
-
Process priority.
- priority - Variable in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Request send priority.
- PRIORITY_ARCHIVE - Static variable in class gov.aps.jca.Channel
-
Archive priority.
- PRIORITY_DEFAULT - Static variable in class gov.aps.jca.Channel
-
Default priority.
- PRIORITY_LINKS_DB - Static variable in class gov.aps.jca.Channel
-
DB links priority.
- PRIORITY_MAX - Static variable in class gov.aps.jca.Channel
-
Maximal priority.
- PRIORITY_MIN - Static variable in class gov.aps.jca.Channel
-
Minimal priority.
- PRIORITY_OPI - Static variable in class gov.aps.jca.Channel
-
OPI priority.
- process() - Method in class com.cosylab.epics.caj.CARepeater
-
Process UDP requests.
- process() - Method in class com.cosylab.epics.caj.impl.reactor.Reactor
-
Process requests.
- processEvents(Runnable) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Process event.
- processRead() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Process input (read) IO event.
- processRead() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Process input (read) IO event.
- processRead() - Method in class com.cosylab.epics.caj.impl.CATransport
-
Process input (read) IO event.
- processRead(ByteBuffer) - Method in class com.cosylab.epics.caj.impl.CATransport
-
Process input.
- processVariable - Variable in class com.cosylab.epics.caj.cas.ProcessVariableEventDispatcher
-
PV to dispatch for.
- ProcessVariable - Class in gov.aps.jca.cas
-
Process variable (PV).
- ProcessVariable(String, ProcessVariableEventCallback) - Constructor for class gov.aps.jca.cas.ProcessVariable
-
Create process variable with given name.
- processVariable - Variable in class gov.aps.jca.cas.ServerChannel
-
Process variable.
- processVariableAttach(String, ProcessVariableEventCallback, ProcessVariableAttachCallback) - Method in class com.cosylab.epics.caj.cas.util.DefaultServerImpl
-
- processVariableAttach(String, ProcessVariableEventCallback, ProcessVariableAttachCallback) - Method in interface gov.aps.jca.cas.Server
-
This function is called every time that a client attaches to the PV.
- ProcessVariableAttachCallback - Interface in gov.aps.jca.cas
-
Asynchronous operation completion callback for process variable attach.
- processVariableAttachCompleted(ProcessVariable) - Method in interface gov.aps.jca.cas.ProcessVariableAttachCallback
-
Notify about process variable existance.
- ProcessVariableEventCallback - Interface in gov.aps.jca.cas
-
Process variable event callback.
- ProcessVariableEventDispatcher - Class in com.cosylab.epics.caj.cas
-
Event callback dispatcher (fan-out).
- ProcessVariableEventDispatcher(ProcessVariable) - Constructor for class com.cosylab.epics.caj.cas.ProcessVariableEventDispatcher
-
Constructor.
- ProcessVariableExistanceCallback - Interface in gov.aps.jca.cas
-
Asynchronous operation completion callback for process variable existance test.
- ProcessVariableExistanceCompletion - Class in gov.aps.jca.cas
-
Process variable existance completion enum class.
- ProcessVariableExistanceCompletion(String) - Constructor for class gov.aps.jca.cas.ProcessVariableExistanceCompletion
-
Creates a new PV existance completion.
- processVariableExistanceTest(String, InetSocketAddress, ProcessVariableExistanceCallback) - Method in class com.cosylab.epics.caj.cas.util.DefaultServerImpl
-
- processVariableExistanceTest(String, InetSocketAddress, ProcessVariableExistanceCallback) - Method in interface gov.aps.jca.cas.Server
-
This function is called by the server library when it needs to
determine if a named process variable (PV) exists (or could be created) in the
server tool.
- processVariableExistanceTestCompleted(ProcessVariableExistanceCompletion) - Method in interface gov.aps.jca.cas.ProcessVariableExistanceCallback
-
Notify about process variable existance.
- ProcessVariableReadCallback - Interface in gov.aps.jca.cas
-
Process variable read callback.
- processVariableReadCompleted(CAStatus) - Method in interface gov.aps.jca.cas.ProcessVariableReadCallback
-
Notify about read completion.
- ProcessVariableWriteCallback - Interface in gov.aps.jca.cas
-
Process variable write callback.
- processVariableWriteCompleted(CAStatus) - Method in interface gov.aps.jca.cas.ProcessVariableWriteCallback
-
Notify about write completion.
- processWrite() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Process output (write) IO event.
- processWrite() - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Process output (write) IO event.
- processWrite() - Method in class com.cosylab.epics.caj.impl.CATransport
-
Process output (write) IO event.
- prohibitIOCancel - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
Requested data count.
- promoteLeader(Runnable) - Method in class com.cosylab.epics.caj.impl.reactor.lf.LeaderFollowersThreadPool
-
Promote a new leader.
- PROPERTY - Static variable in class gov.aps.jca.Monitor
-
- publish(LogRecord) - Method in class com.cosylab.epics.caj.util.logging.ConsoleLogHandler
-
Prints the log record to the console using the current formatter, if the
log record is loggable.
- put(byte[]) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(byte[], PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(short[]) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(short[], PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(int[]) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(int[], PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(float[]) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(float[], PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(double[]) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(double[], PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(String[]) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(String[], PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- put(DBRType, int, Object) - Method in class com.cosylab.epics.caj.CAJChannel
-
Put value.
- put(DBRType, int, Object, PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
Put value.
- put(ByteBuffer) - Method in class com.cosylab.epics.caj.impl.CachedByteBufferAllocator
-
Return buffer to a cache.
- put(InetSocketAddress, Transport) - Method in class com.cosylab.epics.caj.impl.CATransportRegistry
-
Cache new (address, transport) pair.
- put(int, Object) - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Maps the specified key to the specified
value in this hashtable.
- put(byte) - Method in class gov.aps.jca.Channel
-
Synchronously writes a value to this Channel.
- put(byte, PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes a value to this Channel.
- put(short) - Method in class gov.aps.jca.Channel
-
Synchronously writes a value to this Channel.
- put(short, PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes a value to this Channel.
- put(int) - Method in class gov.aps.jca.Channel
-
Synchronously writes a value to this Channel.
- put(int, PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes a value to this Channel.
- put(float) - Method in class gov.aps.jca.Channel
-
Synchronously writes a value to this Channel.
- put(float, PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes a value to this Channel.
- put(double) - Method in class gov.aps.jca.Channel
-
Synchronously writes a value to this Channel.
- put(double, PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes a value to this Channel.
- put(String) - Method in class gov.aps.jca.Channel
-
Synchronously writes a value to this Channel.
- put(String, PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes a value to this Channel.
- put(byte[]) - Method in class gov.aps.jca.Channel
-
Synchronously writes an array to this Channel.
- put(byte[], PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes an array to this Channel.
- put(short[]) - Method in class gov.aps.jca.Channel
-
Synchronously writes an array to this Channel.
- put(short[], PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes an array to this Channel.
- put(int[]) - Method in class gov.aps.jca.Channel
-
Synchronously writes an array to this Channel.
- put(int[], PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes an array to this Channel.
- put(float[]) - Method in class gov.aps.jca.Channel
-
Synchronously writes an array to this Channel.
- put(float[], PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes an array to this Channel.
- put(double[]) - Method in class gov.aps.jca.Channel
-
Synchronously writes an array to this Channel.
- put(double[], PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes an array to this Channel.
- put(String[]) - Method in class gov.aps.jca.Channel
-
Synchronously writes an array to this Channel.
- put(String[], PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes an array to this Channel.
- PUT_ACKS - Static variable in class gov.aps.jca.dbr.DBRType
-
- PUT_ACKT - Static variable in class gov.aps.jca.dbr.DBRType
-
- putACKS(Severity, PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- putACKS(Severity) - Method in class com.cosylab.epics.caj.CAJChannel
-
- putACKS(Severity) - Method in class gov.aps.jca.Channel
-
Synchronously writes an Alarm Acknowledge Severity value to this Channel.
- putACKS(Severity, PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes an Alarm Acknowledge Severity value to this Channel.
- putACKT(boolean, PutListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- putACKT(boolean) - Method in class com.cosylab.epics.caj.CAJChannel
-
- putACKT(boolean) - Method in class gov.aps.jca.Channel
-
Synchronously writes an Alarm Acknowledge Transient value to this Channel.
- putACKT(boolean, PutListener) - Method in class gov.aps.jca.Channel
-
Asynchronously writes an Alarm Acknowledge Transient 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 in gov.aps.jca.event
-
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 in gov.aps.jca.event
-
The listener interface for receiving PutEvents.
- pvs - Variable in class com.cosylab.epics.caj.cas.util.DefaultServerImpl
-
Map of PVs.
- reactor - Variable in class com.cosylab.epics.caj.CAJContext
-
Reactor.
- reactor - Variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
Reactor.
- reactor - Variable in class com.cosylab.epics.caj.impl.reactor.lf.LeaderFollowersHandler
-
Reactor to serve.
- Reactor - Class in com.cosylab.epics.caj.impl.reactor
-
Implementation of reactor pattern using java.nio.channels.Selector.
- Reactor() - Constructor for class com.cosylab.epics.caj.impl.reactor.Reactor
-
Creates a new instance of reactor.
- ReactorHandler - Interface in com.cosylab.epics.caj.impl.reactor
-
Reactor handler interface.
- read(DBR, ProcessVariableReadCallback) - Method in class com.cosylab.epics.caj.cas.util.EnumProcessVariable
-
Casts DBR to DBR_TIME_LABELS_Enum, sets labels
returned by getEnumLabels() and delegates operation of
reading a value to readValue method.
- read(DBR, ProcessVariableReadCallback) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Read value.
- read(DBR, ProcessVariableReadCallback) - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
- read(DBR, ProcessVariableReadCallback) - Method in class com.cosylab.epics.caj.cas.util.StringProcessVariable
-
Casts DBR to DBR_TIME_String and
delegates operation of reading a value to readValue method.
- read(DBR, ProcessVariableReadCallback) - Method in class gov.aps.jca.cas.ProcessVariable
-
Read process variable value.
- read(DBR, ProcessVariableReadCallback) - Method in class gov.aps.jca.cas.ServerChannel
-
Read process variable value.
- READ_ACCESS_ALARM - Static variable in class gov.aps.jca.dbr.Status
-
- READ_ALARM - Static variable in class gov.aps.jca.dbr.Status
-
- readAccess() - Method in class gov.aps.jca.cas.ServerChannel
-
Check if read access is granted.
- ReadNotifyRequest - Class in com.cosylab.epics.caj.cas.requests
-
CA read notify response notify.
- ReadNotifyRequest(Transport, int, int, int, int, DBR) - Constructor for class com.cosylab.epics.caj.cas.requests.ReadNotifyRequest
-
- ReadNotifyRequest - Class in com.cosylab.epics.caj.impl.requests
-
CA read notify.
- ReadNotifyRequest(CAJChannel, GetListener, DBR, Transport, int, int, int) - Constructor for class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
- ReadNotifyResponse - Class in com.cosylab.epics.caj.cas.handlers
-
CA read notify request handler.
- ReadNotifyResponse(CAJServerContext) - Constructor for class com.cosylab.epics.caj.cas.handlers.ReadNotifyResponse
-
- ReadNotifyResponse - Class in com.cosylab.epics.caj.impl.handlers
-
- ReadNotifyResponse(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.handlers.ReadNotifyResponse
-
- readValue(DBR_TIME_LABELS_Enum, ProcessVariableReadCallback) - Method in class com.cosylab.epics.caj.cas.util.EnumProcessVariable
-
Read value.
- readValue(DBR, ProcessVariableReadCallback) - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Read value.
- readValue(DBR, ProcessVariableReadCallback) - Method in class com.cosylab.epics.caj.cas.util.NumericProcessVariable
-
Read value.
- readValue(DBR_TIME_String, ProcessVariableReadCallback) - Method in class com.cosylab.epics.caj.cas.util.StringProcessVariable
-
Read value.
- Reconfigurable - Interface in gov.aps.jca.configuration
-
Extends Configurable to allow reconfiguration at runtime.
- reconfigure(Configuration) - Method in interface gov.aps.jca.configuration.Reconfigurable
-
Describe reconfigure method here.
- references - Variable in class com.cosylab.epics.caj.CAJChannel
-
Reference counting.
- register(SelectableChannel, int, ReactorHandler) - Method in class com.cosylab.epics.caj.impl.reactor.Reactor
-
Registers SelectableChannel to the reactor.
- registerChannel(int, ServerChannel) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Register a new channel.
- registerChannel(CAJChannel) - Method in class com.cosylab.epics.caj.impl.ChannelSearchManager
-
Register channel.
- registerChannel(ServerChannel) - Method in class gov.aps.jca.cas.ProcessVariable
-
Register channel to this process variable.
- registeredChannelCount() - Method in class com.cosylab.epics.caj.impl.ChannelSearchManager
-
Get number of registered channels.
- registerEventListener(ProcessVariableEventCallback) - Method in class com.cosylab.epics.caj.cas.ProcessVariableEventDispatcher
-
Register new listener.
- registerMonitor(ServerMonitor) - Method in class gov.aps.jca.cas.ServerChannel
-
Register monitor.
- registerNewClient(InetSocketAddress) - Method in class com.cosylab.epics.caj.CARepeater
-
- registerProcessVaribale(String, ProcessVariable) - Method in class com.cosylab.epics.caj.cas.util.DefaultServerImpl
-
Register process variable.
- registerProcessVaribale(ProcessVariable) - Method in class com.cosylab.epics.caj.cas.util.DefaultServerImpl
-
Register process variable.
- registerResponseRequest(ResponseRequest) - Method in class com.cosylab.epics.caj.CAJChannel
-
Register a response request.
- registerResponseRequest(ResponseRequest) - Method in class com.cosylab.epics.caj.CAJContext
-
Register response request.
- registrationConfirmed - Variable in class com.cosylab.epics.caj.CAJContext
-
Registration confirmation status.
- registrationRequest() - Method in class com.cosylab.epics.caj.impl.RepeaterRegistrationTask
-
Issue registration request to repeater.
- rehash() - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Increases the capacity of and internally reorganizes this
hashtable, in order to accommodate and access its entries more
efficiently.
- release(TransportClient) - Method in class com.cosylab.epics.caj.impl.CATransport
-
Releases transport.
- releaseSynchronizationObject(Object) - Method in class com.cosylab.epics.caj.impl.sync.NamedLockPattern
-
Release synchronization lock for named object.
- releaseSynchronizationObject(Object, boolean) - Method in class com.cosylab.epics.caj.impl.sync.NamedLockPattern
-
Release synchronization lock for named object.
- remove(InetSocketAddress, short) - Method in class com.cosylab.epics.caj.impl.CATransportRegistry
-
Remove (address, transport) pair from cache.
- remove(int) - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Removes the key (and its corresponding value) from this
hashtable.
- removeAccessRightsListener(AccessRightsListener) - Method in class com.cosylab.epics.caj.CAJChannel
-
- 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 com.cosylab.epics.caj.CAJChannel
-
- removeConnectionListener(ConnectionListener) - Method in class gov.aps.jca.Channel
-
Removes a ConnectionListener .
- removeContextExceptionListener(ContextExceptionListener) - Method in class com.cosylab.epics.caj.CAJContext
-
- removeContextExceptionListener(ContextExceptionListener) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- removeContextExceptionListener(ContextExceptionListener) - Method in class gov.aps.jca.cas.ServerContext
-
Removes a ContextExceptionListener from this context.
- removeContextExceptionListener(ContextExceptionListener) - Method in class gov.aps.jca.Context
-
Removes a ContextExceptionListener from this context.
- removeContextMessageListener(ContextMessageListener) - Method in class com.cosylab.epics.caj.CAJContext
-
- removeContextMessageListener(ContextMessageListener) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- removeContextMessageListener(ContextMessageListener) - Method in class gov.aps.jca.cas.ServerContext
-
Removes a ContextMessageListener from this context.
- removeContextMessageListener(ContextMessageListener) - Method in class gov.aps.jca.Context
-
Removes a ContextMessageListener from this context.
- removeMonitorListener(MonitorListener) - Method in class com.cosylab.epics.caj.CAJMonitor
-
- removeMonitorListener(MonitorListener) - Method in class gov.aps.jca.Monitor
-
- repeaterConfirm(InetSocketAddress) - Method in class com.cosylab.epics.caj.CAJContext
-
Repeater registration confirmation.
- RepeaterConfirmResponse - Class in com.cosylab.epics.caj.impl.handlers
-
- RepeaterConfirmResponse(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.handlers.RepeaterConfirmResponse
-
- repeaterInit() - Static method in class com.cosylab.epics.caj.JNIRepeater
-
- repeaterPort - Variable in class com.cosylab.epics.caj.CAJContext
-
Port number for the repeater to listen to.
- repeaterPort - Variable in class com.cosylab.epics.caj.CARepeater
-
Repeater port.
- RepeaterRegisterRequest - Class in com.cosylab.epics.caj.impl.requests
-
CA repeater register request.
- RepeaterRegisterRequest(Transport) - Constructor for class com.cosylab.epics.caj.impl.requests.RepeaterRegisterRequest
-
- RepeaterRegistrationTask - Class in com.cosylab.epics.caj.impl
-
Repeater registration tasks.
- RepeaterRegistrationTask(CAJContext, InetSocketAddress) - Constructor for class com.cosylab.epics.caj.impl.RepeaterRegistrationTask
-
- Request - Interface in com.cosylab.epics.caj.impl
-
Interface defining request to be sent via Transport.
- requestedDataCount - Variable in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Requested data count.
- requestedDataCount - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
Requested data count.
- requestedDataCount - Variable in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
Requested data count.
- requestedDataType - Variable in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Requested data type.
- requestedDataType - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
Requested data type.
- requestedDataType - Variable in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
Requested data type.
- requestMessage - Variable in class com.cosylab.epics.caj.impl.requests.AbstractCARequest
-
Request message.
- reschedule() - Method in class com.cosylab.epics.caj.cas.BeaconEmitter
-
Reschedule timer.
- rescheduleAllAfterDelay(long) - Method in class com.cosylab.epics.caj.util.SearchTimer
-
- response(int, short, int, ByteBuffer) - Method in interface com.cosylab.epics.caj.impl.NotifyResponseRequest
-
Notification response.
- response(int, short, int, ByteBuffer) - Method in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Called everytime on monitor changed event.
- response(int, short, int, ByteBuffer) - Method in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
- response(int, short, int, ByteBuffer) - Method in class com.cosylab.epics.caj.impl.requests.WriteNotifyRequest
-
- responseHandler - Variable in class com.cosylab.epics.caj.cas.CASTransport
-
CAS reponse handler.
- responseHandler - Variable in class com.cosylab.epics.caj.impl.BroadcastTransport
-
CAS reponse handler.
- responseHandler - Variable in class com.cosylab.epics.caj.impl.CATransport
-
CA reponse handler.
- ResponseHandler - Interface in com.cosylab.epics.caj.impl
-
Interface defining response handler.
- ResponseRequest - Interface in com.cosylab.epics.caj.impl
-
- ResponseRequestExceptionHandler - Class in com.cosylab.epics.caj.impl.handlers
-
- ResponseRequestExceptionHandler(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.handlers.ResponseRequestExceptionHandler
-
- responseRequests - Variable in class com.cosylab.epics.caj.CAJChannel
-
List of all channels pending requests.
- restart() - Method in class com.cosylab.epics.caj.util.SearchTimer
-
Start (or restart) a thread to process commands, or wake up an existing
thread if one is already running.
- restart() - Method in class com.cosylab.epics.caj.util.Timer
-
Start (or restart) a thread to process commands, or wake
up an existing thread if one is already running.
- resubscribeSubscription(Transport) - Method in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Resubscribe subscription.
- run() - Method in class com.cosylab.epics.caj.CARepeater
-
- run(int) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Run server (process events).
- run() - Method in class com.cosylab.epics.caj.cas.CASServerMonitor
-
NOT TO BE CHANGED.
- run() - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Event dispatching is done here.
- run() - Method in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Couting (external trigger) is done in this separate thread.
- run() - Method in class com.cosylab.epics.caj.impl.reactor.lf.LeaderFollowersHandler
-
- run() - Method in class com.cosylab.epics.caj.util.SearchTimer.RunLoop
-
- run() - Method in class com.cosylab.epics.caj.util.Timer.RunLoop
-
- run(int) - Method in class gov.aps.jca.cas.ServerContext
-
Run server (process events).
- run() - Method in class gov.aps.jca.event.LatestMonitorOnlyQueuedEventDispatcher
-
Process events in the queue as they are added.
- run() - Method in class gov.aps.jca.event.QueuedEventDispatcher
-
Process events in the queue as they are added.
- runInBackground(int) - Method in class com.cosylab.epics.caj.impl.RepeaterRegistrationTask
-
Schedules registration requests every period ms.
- runLock - Variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
Run lock.
- runLoop - Variable in class com.cosylab.epics.caj.util.SearchTimer
-
- RunLoop() - Constructor for class com.cosylab.epics.caj.util.SearchTimer.RunLoop
-
- RunLoop() - Constructor for class com.cosylab.epics.caj.util.Timer.RunLoop
-
- runLoop_ - Variable in class com.cosylab.epics.caj.util.Timer
-
- runMonitoring() - Method in class gov.aps.jca.event.LatestMonitorOnlyQueuedEventDispatcher
-
Monitors queue and outputs logs to the monitor_log.
- SAXConfigurationHandler - Class in gov.aps.jca.configuration
-
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
-
- SearchFailedRequest - Class in com.cosylab.epics.caj.cas.requests
-
CA search failed response.
- SearchFailedRequest(Transport, short, int, int) - Constructor for class com.cosylab.epics.caj.cas.requests.SearchFailedRequest
-
- SearchRequest - Class in com.cosylab.epics.caj.cas.requests
-
CA search response.
- SearchRequest(Transport, short, int) - Constructor for class com.cosylab.epics.caj.cas.requests.SearchRequest
-
- SearchRequest - Class in com.cosylab.epics.caj.impl.requests
-
CA search request.
- SearchRequest(Transport, String, int) - Constructor for class com.cosylab.epics.caj.impl.requests.SearchRequest
-
- searchResponse(int, int, short, int, short, InetSocketAddress) - Method in class com.cosylab.epics.caj.CAJContext
-
Search response from server (channel found).
- SearchResponse - Class in com.cosylab.epics.caj.cas.handlers
-
Search request handler (UDP only).
- SearchResponse(CAJServerContext) - Constructor for class com.cosylab.epics.caj.cas.handlers.SearchResponse
-
- searchResponse(CAJChannel, int, boolean, long) - Method in class com.cosylab.epics.caj.impl.ChannelSearchManager
-
Search response received notification.
- SearchResponse - Class in com.cosylab.epics.caj.impl.handlers
-
- SearchResponse(CAJContext) - Constructor for class com.cosylab.epics.caj.impl.handlers.SearchResponse
-
- SearchTimer - Class in com.cosylab.epics.caj.util
-
Timer.
- SearchTimer() - Constructor for class com.cosylab.epics.caj.util.SearchTimer
-
Protected constructor (singleton pattern).
- SearchTimer.RunLoop - Class in com.cosylab.epics.caj.util
-
The run loop is isolated in its own Runnable class just so that the main
class need not implement Runnable, which would allow others to directly
invoke run, which is not supported.
- SearchTimer.TimerTask - Class in com.cosylab.epics.caj.util
-
- searchTries - Variable in class com.cosylab.epics.caj.CAJChannel
-
Number of channel search tries.
- secPastEpoch() - Method in class gov.aps.jca.dbr.TimeStamp
-
- send(ByteBuffer) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Send a buffer through the transport.
- send(ByteBuffer) - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Send a buffer through the transport.
- send(ByteBuffer, InetSocketAddress) - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Send a buffer through the transport immediately.
- send(Request, InetSocketAddress) - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Send a request message through the transport.
- send(ByteBuffer, boolean) - Method in class com.cosylab.epics.caj.impl.CATransport
-
Send a buffer through the transport.
- SEND_IMMEDIATELY_PRIORITY - Static variable in interface com.cosylab.epics.caj.impl.Request
-
Highest priority, message is sent immediately.
- sendBuffer - Variable in class com.cosylab.epics.caj.impl.CAJNameClient
-
- sendException(Transport, int, CAStatus, ByteBuffer, String) - Method in class com.cosylab.epics.caj.cas.handlers.AbstractCASResponseHandler
-
Send error (exception) response.
- sequenceNumberIO - Variable in class com.cosylab.epics.caj.CAJChannel
-
IO sequence number.
- sequenceNumberIO - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
IO sequence number.
- 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.
- serialize(Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
-
Serialize the configuration object to a string
- serializeElement(ContentHandler, NamespaceSupport, Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
-
Serialize each Configuration element.
- serializeToFile(String, Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
-
Serialize the configuration object to a file using a filename.
- serializeToFile(File, Configuration) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
-
Serialize the configuration object to a file using a File object.
- SERVBEHIND - Static variable in class gov.aps.jca.CAStatus
-
Server (IOC) has fallen behind or is not responding- still waiting.
- server - Variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
Server.
- Server - Interface in gov.aps.jca.cas
-
CA Server interface.
- ServerChannel - Class in gov.aps.jca.cas
-
Server channel (client connection to process variable).
- ServerChannel(ProcessVariable, int, int, String, String) - Constructor for class gov.aps.jca.cas.ServerChannel
-
Create server channel for given process variable.
- serverChannelID - Variable in class com.cosylab.epics.caj.CAJChannel
-
Server channel ID.
- ServerContext - Class in gov.aps.jca.cas
-
The class representing a CA Server Context.
- ServerContext() - Constructor for class gov.aps.jca.cas.ServerContext
-
- ServerMonitor - Class in gov.aps.jca.cas
-
Server monitor.
- ServerMonitor(ServerChannel, int) - Constructor for class gov.aps.jca.cas.ServerMonitor
-
Create server monitor for given channel.
- serverPort - Variable in class com.cosylab.epics.caj.CAJContext
-
Port number for the server to listen to.
- serverPort - Variable in class com.cosylab.epics.caj.cas.CAJServerContext
-
Port number for the server to listen to.
- setAccessRights(int) - Method in class com.cosylab.epics.caj.CAJChannel
-
Set access rights.
- setAckS(Severity) - Method in class gov.aps.jca.cas.ProcessVariable
-
Set acknowledged alarm severity.
- setAckS(Severity) - Method in interface gov.aps.jca.dbr.ACK
-
- setAckS(Severity) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- setAckS(int) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- setAckT(boolean) - Method in class gov.aps.jca.cas.ProcessVariable
-
Set acknowledged alarm transient flag.
- setAckT(boolean) - Method in interface gov.aps.jca.dbr.ACK
-
- setAckT(boolean) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- setAckT(int) - Method in class gov.aps.jca.dbr.DBR_STSACK_String
-
- setAttribute(String, String) - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Set the value of the specified attribute to the specified string.
- setBroadcastAddresses(InetSocketAddress[]) - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Set list of broadcast addresses.
- setClientHostname(String) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Set client hostname.
- setClientUsername(String) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Set client username.
- setDocumentLocator(Locator) - Method in class gov.aps.jca.configuration.NamespacedSAXConfigurationHandler
-
Set the document Locator to use.
- setDocumentLocator(Locator) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
-
Set the document Locator to use.
- setDoNotShareChannels(boolean) - Method in class com.cosylab.epics.caj.CAJContext
-
- setEnumLabels(String[]) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set labens.
- setEventCallback(ProcessVariableEventCallback) - Method in class gov.aps.jca.cas.ProcessVariable
-
Set event callback.
- setIgnoredAddresses(InetSocketAddress[]) - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Set list of broadcast addresses.
- setIndent(boolean) - Method in class gov.aps.jca.configuration.DefaultConfigurationSerializer
-
Sets the Serializer's use of indentation.
- setInterestOps(AbstractSelectableChannel, int) - Method in class com.cosylab.epics.caj.impl.reactor.Reactor
-
Change SelectionKey operations of interest.
- setLabels(String[]) - Method in class gov.aps.jca.dbr.DBR_LABELS_Enum
-
- setLabels(String[]) - Method in interface gov.aps.jca.dbr.LABELS
-
- setLastReceivedSequenceNumber(int) - Method in class com.cosylab.epics.caj.CAJContext
-
Set last UDP recived sequence number.
- setLastReceivedSequenceNumber(int) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Set last UDP recived sequence number.
- setLowerAlarmLimit(Number) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set lower alarm limit.
- setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- setLowerAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- setLowerAlarmLimit(Number) - Method in interface gov.aps.jca.dbr.GR
-
- setLowerCtrlLimit(Number) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set lower control limit.
- setLowerCtrlLimit(Number) - Method in interface gov.aps.jca.dbr.CTRL
-
- setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- setLowerCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- setLowerDispLimit(Number) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set lower display limit.
- setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- setLowerDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- setLowerDispLimit(Number) - Method in interface gov.aps.jca.dbr.GR
-
- setLowerWarningLimit(Number) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set lower warning limit.
- setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- setLowerWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- setLowerWarningLimit(Number) - Method in interface gov.aps.jca.dbr.GR
-
- setMinorRevision(short) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Set minor revision number.
- setMinorRevision(short) - Method in class com.cosylab.epics.caj.impl.CATransport
-
- setPrecision(short) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set precision.
- setPrecision(short) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- setPrecision(short) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- setPrecision(short) - Method in class gov.aps.jca.dbr.DBR_PRECISION_Double
-
- setPrecision(short) - Method in class gov.aps.jca.dbr.DBR_PRECISION_Float
-
- setPrecision(short) - Method in interface gov.aps.jca.dbr.PRECISION
-
- setPriority(short) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
Set transport priority.
- setPriority(int) - Method in class gov.aps.jca.event.LatestMonitorOnlyQueuedEventDispatcher
-
- setPriority(int) - Method in class gov.aps.jca.event.QueuedEventDispatcher
-
- setProcessVariable(ProcessVariable) - Method in class com.cosylab.epics.caj.cas.ProcessVariableEventDispatcher
-
Set served PV (allow PV to be set later to avoid chicken-egg problem).
- setServerPort(int) - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
Set server port number.
- setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- setSeverity(int) - Method in class gov.aps.jca.dbr.DBR_STS_String
-
- setSeverity(Severity) - Method in class gov.aps.jca.dbr.DBR_STS_String
-
- setSeverity(int) - Method in interface gov.aps.jca.dbr.STS
-
- setSeverity(Severity) - Method in interface gov.aps.jca.dbr.STS
-
- setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Byte
-
- setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Double
-
- setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Enum
-
- setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Float
-
- setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Int
-
- setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_Short
-
- setStatus(int) - Method in class gov.aps.jca.dbr.DBR_STS_String
-
- setStatus(Status) - Method in class gov.aps.jca.dbr.DBR_STS_String
-
- setStatus(int) - Method in interface gov.aps.jca.dbr.STS
-
- setStatus(Status) - Method in interface gov.aps.jca.dbr.STS
-
- setTimerId(Object) - Method in class com.cosylab.epics.caj.CAJChannel
-
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
Set timestamp.
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
Set timestamp.
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
Set timestamp.
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
Set timestamp.
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
Set timestamp.
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Byte
-
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Double
-
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Enum
-
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Float
-
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Int
-
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_LABELS_Enum
-
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_Short
-
- setTimeStamp(TimeStamp) - Method in class gov.aps.jca.dbr.DBR_TIME_String
-
- setTimeStamp(TimeStamp) - Method in interface gov.aps.jca.dbr.TIME
-
- setUnits(String) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set units (of value).
- setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- setUnits(String) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- setUnits(String) - Method in interface gov.aps.jca.dbr.GR
-
- setUpperAlarmLimit(Number) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set upper alarm limit.
- setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- setUpperAlarmLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- setUpperAlarmLimit(Number) - Method in interface gov.aps.jca.dbr.GR
-
- setUpperCtrlLimit(Number) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set upper control limit.
- setUpperCtrlLimit(Number) - Method in interface gov.aps.jca.dbr.CTRL
-
- setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Byte
-
- setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Double
-
- setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Float
-
- setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Int
-
- setUpperCtrlLimit(Number) - Method in class gov.aps.jca.dbr.DBR_CTRL_Short
-
- setUpperDispLimit(Number) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set upper display limit.
- setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- setUpperDispLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- setUpperDispLimit(Number) - Method in interface gov.aps.jca.dbr.GR
-
- setUpperWarningLimit(Number) - Method in class com.cosylab.epics.caj.cas.util.MemoryProcessVariable
-
Set upper warning limit.
- setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Byte
-
- setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Double
-
- setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Float
-
- setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Int
-
- setUpperWarningLimit(Number) - Method in class gov.aps.jca.dbr.DBR_GR_Short
-
- setUpperWarningLimit(Number) - Method in interface gov.aps.jca.dbr.GR
-
- setValue(String) - Method in class gov.aps.jca.configuration.DefaultConfiguration
-
Set the value of this Configuration object to the specified string.
- setValue(Object) - Method in class gov.aps.jca.dbr.DBR
-
- SEVERE - Static variable in class gov.aps.jca.CASeverity
-
failed-quit.
- severity - Variable in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Value status severity.
- Severity - Class in gov.aps.jca.dbr
-
- Severity(String, int) - Constructor for class gov.aps.jca.dbr.Severity
-
Creates a new instance of Severity
- SHORT - Static variable in class gov.aps.jca.dbr.DBRType
-
- SHORT - Interface in gov.aps.jca.dbr
-
- shutdown() - Method in class com.cosylab.epics.caj.cas.CAJServerContext
-
- shutdown() - Method in class com.cosylab.epics.caj.impl.reactor.lf.LeaderFollowersThreadPool
-
Shutdown.
- shutdown() - Method in class com.cosylab.epics.caj.impl.reactor.Reactor
-
Shutdown the reactor.
- shutDown() - Method in class com.cosylab.epics.caj.util.SearchTimer
-
Cancel all tasks and interrupt the background thread executing the
current task, if any.
- shutDown() - Method in class com.cosylab.epics.caj.util.Timer
-
Cancel all tasks and interrupt the background thread executing
the current task, if any.
- shutdown() - Method in class gov.aps.jca.cas.ServerContext
-
Shutdown (stop executing run() method) of this Context.
- sid - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
Channel server ID.
- sid - Variable in class gov.aps.jca.cas.ServerChannel
-
Channel SID.
- SIMM_ALARM - Static variable in class gov.aps.jca.dbr.Status
-
- size() - Method in class com.cosylab.epics.caj.util.IntHashMap
-
Returns the number of keys in this hashtable.
- 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
-
- start() - Method in class com.cosylab.epics.caj.cas.BeaconEmitter
-
Start emitting.
- 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.NamespacedSAXConfigurationHandler
-
Handling hook for starting parsing of an element.
- startElement(String, String, String, Attributes) - Method in class gov.aps.jca.configuration.SAXConfigurationHandler
-
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.
- startRepeater(int) - Static method in class com.cosylab.epics.caj.CARepeater
-
Start repeater as detached process.
- startValue - Variable in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Counter start value.
- STATE_ALARM - Static variable in class gov.aps.jca.dbr.Status
-
- status - Variable in class com.cosylab.epics.caj.cas.util.examples.CounterProcessVariable
-
Value status.
- Status - Class in gov.aps.jca.dbr
-
- Status(String, int) - Constructor for class gov.aps.jca.dbr.Status
-
- STRING - Static variable in class gov.aps.jca.dbr.DBRType
-
- STRING - Interface in gov.aps.jca.dbr
-
- StringProcessVariable - Class in com.cosylab.epics.caj.cas.util
-
Abstract convenient string process variable implementation.
- StringProcessVariable(String, ProcessVariableEventCallback) - Constructor for class com.cosylab.epics.caj.cas.util.StringProcessVariable
-
String PV constructor.
- STRTOBIG - Static variable in class gov.aps.jca.CAStatus
-
Supplied string is unusually large.
- STS - Interface in gov.aps.jca.dbr
-
- 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
-
- submit() - Method in class com.cosylab.epics.caj.cas.CASServerMonitor
-
Sumbit to be processed.
- submit(Request) - Method in class com.cosylab.epics.caj.cas.CASTransport
-
- submit(Request) - Method in class com.cosylab.epics.caj.impl.BroadcastTransport
-
Send request message(s) immediately.
- submit() - Method in class com.cosylab.epics.caj.impl.CAJNameClient
-
- submit(Request) - Method in class com.cosylab.epics.caj.impl.CATransport
-
- submit() - Method in interface com.cosylab.epics.caj.impl.Request
-
Submit this request message to the corresponding transport.
- submit() - Method in class com.cosylab.epics.caj.impl.requests.AbstractCARequest
-
Submit request to the corresponding transport.
- submit() - Method in class com.cosylab.epics.caj.impl.requests.CreateChannelRequest
-
If sync.
- submit() - Method in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Submit request to the corresponding transport.
- submit() - Method in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
If sync.
- submit(Request) - Method in interface com.cosylab.epics.caj.impl.Transport
-
Enqueue (if supported or if necessary send immediately) request message.
- submitPending - Variable in class com.cosylab.epics.caj.cas.CASServerMonitor
-
Flag indicating pending submit.
- SubscriptionUpdateRequest - Class in com.cosylab.epics.caj.impl.requests
-
CA subscription update (read notify) request.
- SubscriptionUpdateRequest(Transport, int, int, int, int) - Constructor for class com.cosylab.epics.caj.impl.requests.SubscriptionUpdateRequest
-
- subsid - Variable in class com.cosylab.epics.caj.CAJMonitor
-
Subscription ID.
- subsid - Variable in class com.cosylab.epics.caj.impl.requests.EventAddRequest
-
Subscription ID given by the context when registered.
- SUCCESS - Static variable in class gov.aps.jca.CASeverity
-
Successful.
- sync - Variable in class com.cosylab.epics.caj.impl.requests.ReadNotifyRequest
-
Sync.
- syncConnection - Variable in class com.cosylab.epics.caj.CAJChannel
-
Sync.
- SynchronizedLimitedInt - Class in gov.aps.jca.event
-
Limited sync int var.
- SynchronizedLimitedInt(int, int) - Constructor for class gov.aps.jca.event.SynchronizedLimitedInt
-
Make a new SynchronizedLimitedInt with the given initial value,
and using its own internal lock.
- SynchronizedLimitedInt(int, int, Object) - Constructor for class gov.aps.jca.event.SynchronizedLimitedInt
-
Make a new SynchronizedLimitedInt with the given initial value,
and using the supplied lock.