- AbstractByteSink - Class in com.aquenos.epics.jackie.common.io
-
Abstract base class for
ByteSink
implementations.
- AbstractByteSink() - Constructor for class com.aquenos.epics.jackie.common.io.AbstractByteSink
-
Default constructor.
- AbstractByteSource - Class in com.aquenos.epics.jackie.common.io
-
Abstract base class for classes implementing
ByteSource
.
- AbstractByteSource() - Constructor for class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
Default constructor.
- AbstractChannelAccessChannel - Class in com.aquenos.epics.jackie.client
-
- AbstractChannelAccessChannel(ListenerLockPolicy) - Constructor for class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
Initializes this channel with the specified listener lock-policy.
- AbstractChannelAccessMonitor<ValueType extends ChannelAccessGettableValue<?>> - Class in com.aquenos.epics.jackie.client
-
- AbstractChannelAccessMonitor(ListenerLockPolicy) - Constructor for class com.aquenos.epics.jackie.client.AbstractChannelAccessMonitor
-
Initializes this monitor with the specified listener lock-policy.
- AbstractListenableFuture<V> - Class in com.aquenos.epics.jackie.common.util
-
- AbstractListenableFuture() - Constructor for class com.aquenos.epics.jackie.common.util.AbstractListenableFuture
-
Default constructor.
- AbstractListenableFuture(ListenerLockPolicy) - Constructor for class com.aquenos.epics.jackie.common.util.AbstractListenableFuture
-
Initializes this class with the specified listener lock-policy and an
empty set of listeners.
- AbstractSocketChannelConnection - Class in com.aquenos.epics.jackie.common.io
-
Abstract base class for handling a connection based on a
SocketChannel
.
- AbstractSocketChannelConnection(SocketChannel, CommunicationController, ErrorHandler, int, int, long) - Constructor for class com.aquenos.epics.jackie.common.io.AbstractSocketChannelConnection
-
Creates a connection based on a socket channel.
- acquireId() - Method in class com.aquenos.epics.jackie.common.util.BasicIntegerIdPool
-
Acquires an ID that is currently not in use.
- acquireId() - Method in class com.aquenos.epics.jackie.common.util.IntegerIdPool
-
Acquires an ID that is currently not in use.
- add(E) - Method in class com.aquenos.epics.jackie.common.util.LinkedWeakIdentityHashSet
-
- add(E) - Method in class com.aquenos.epics.jackie.common.util.SimpleConcurrentQueue
-
Adds an element to the tail of the queue.
- addBeaconAnomalyListener(BeaconDetector.BeaconAnomalyListener) - Method in interface com.aquenos.epics.jackie.client.beacon.BeaconDetector
-
Adds beacon anomaly listener.
- addBeaconAnomalyListener(BeaconDetector.BeaconAnomalyListener) - Method in class com.aquenos.epics.jackie.client.beacon.DefaultBeaconDetector
-
- addBeaconListener(InetSocketAddress, BeaconDetector.BeaconListener) - Method in interface com.aquenos.epics.jackie.client.beacon.BeaconDetector
-
Adds a beacon listener.
- addBeaconListener(InetSocketAddress, BeaconDetector.BeaconListener) - Method in class com.aquenos.epics.jackie.client.beacon.DefaultBeaconDetector
-
- addBuffer(ByteBuffer) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSink
-
Adds a byte buffer to the list of available byte-buffers.
- addBufferFirst(ByteBuffer) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSink
-
Adds a byte buffer to the head of the list of available byte buffers.
- addBuffers(ByteBuffer[]) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSink
-
Adds byte buffers to the list of available byte-buffers.
- addBuffers(Iterable<? extends ByteBuffer>) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSink
-
Adds byte buffers to the list of available byte-buffers.
- addByteArrayToStringBuilder(StringBuilder, byte[]) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessage
-
Creates a string representing a byte array and adds it to a string
builder.
- addCompletionListener(FutureCompletionListener<? super V>) - Method in class com.aquenos.epics.jackie.common.util.AbstractListenableFuture
-
- addCompletionListener(FutureCompletionListener<? super V>) - Method in class com.aquenos.epics.jackie.common.util.DelegatingListenableFuture
-
- addCompletionListener(FutureCompletionListener<? super V>) - Method in interface com.aquenos.epics.jackie.common.util.ListenableFuture
-
Registers a completion listener with this future.
- addConnectionListener(ChannelAccessConnectionListener) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- addConnectionListener(ChannelAccessConnectionListener) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Registers a connection state listener with this channel.
- addMonitorListener(ChannelAccessMonitorListener<? super ValueType>) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessMonitor
-
- addMonitorListener(ChannelAccessMonitorListener<? super ValueType>) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessMonitor
-
Registers a listener with this monitor.
- addressAndPortListFromEnvironment(String, int) - Static method in class com.aquenos.epics.jackie.common.util.EnvironmentUtil
-
Parses an environment variable that contains a list of IPv4 address with
(optional) port numbers.
- addressToBytes(int) - Static method in class com.aquenos.epics.jackie.common.util.Inet4AddressUtil
-
Converts from an IPv4 address from an integer to a series of four bytes.
- addressToInt(byte[]) - Static method in class com.aquenos.epics.jackie.common.util.Inet4AddressUtil
-
Converts an IPv4 address from a series of four bytes to an integer.
- addServerConnection(InetSocketAddress, CommunicationProcessor) - Method in interface com.aquenos.epics.jackie.client.ClientThreadingStrategy
-
Registers a communication processor that handles a connection with a
specific server.
- addServerConnection(InetSocketAddress, CommunicationProcessor) - Method in class com.aquenos.epics.jackie.client.DefaultClientThreadingStrategy
-
- and(ChannelAccessEventMask) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
Returns the mask that is the result of combining this mask and the
other
mask using a binary and operation.
- appendBuffer(ByteBuffer) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
Appends a byte buffer to the list of available buffers.
- appendBuffers(ByteBuffer[]) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
Appends an array of byte buffers to the list of available buffers.
- appendBuffers(Iterable<? extends ByteBuffer>) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
Appends an array of byte buffers to the list of available buffers.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAcknowledgeAlarm
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmChar
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmDouble
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmEnum
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmFloat
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmLong
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyChar
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyDouble
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyEnum
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyFloat
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyLong
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyShort
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyString
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmShort
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmString
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessChar
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessClassName
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessConfigureAcknowledgeTransientAlarms
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsChar
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsDouble
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsFloat
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsLong
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsShort
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessDouble
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessEnum
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloat
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloatingPointControlsValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloatingPointGraphicsValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGettableValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsEnum
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyChar
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyDouble
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyFloat
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyLong
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyShort
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessLong
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericControlsValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessPuttableValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessShort
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyChar
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyDouble
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyEnum
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyFloat
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyLong
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyShort
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyString
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessString
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeChar
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeDouble
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeEnum
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeFloat
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeLong
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeShort
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeString
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeValue
-
Returns a read-only version of this value.
- asReadOnlyValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessValue
-
Returns a read-only version of this value.
- atomicGet(ByteSource.AtomicGetOperation<T>) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
- atomicGet(ByteSource.AtomicGetOperation<T>) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Starts an atomic get operation.
- atomicPut(ByteSink.AtomicPutOperation<? extends T>) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSink
-
- atomicPut(ByteSink.AtomicPutOperation<? extends T>) - Method in interface com.aquenos.epics.jackie.common.io.ByteSink
-
Starts an atomic put operation.
- CALC - Static variable in class com.aquenos.epics.jackie.common.value.ChannelAccessAlarmStatus
-
Calculation failed.
- calculateMaxCount(ChannelAccessValueType, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueCodec
-
Calculates the maximum number of elements a value of the specified type
can have, if it has to fit in the specified space.
- calculatePaddingSize(int) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessage
-
Calculates the number of extra padding bytes that are needed to make a
message with the specified payload size aligned to the alignment required
for all Channel Access messages.
- calculatePayloadSize(ChannelAccessValueType, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueCodec
-
Calculates the serialized size of a value of the specified type having
the specified number of elements.
- cancel(boolean) - Method in class com.aquenos.epics.jackie.common.util.DelegatingListenableFuture
-
- cancel(boolean) - Method in class com.aquenos.epics.jackie.common.util.SimpleListenableFuture
-
- cancelChannelName(int) - Method in interface com.aquenos.epics.jackie.client.resolver.ChannelNameResolver
-
Cancels the search for a channel.
- cancelChannelName(int) - Method in class com.aquenos.epics.jackie.client.resolver.DefaultChannelNameResolver
-
- ChannelAccessAccessRightsMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_ACCESS_RIGHTS
message.
- ChannelAccessAccessRightsMessage(int, boolean, boolean) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessAccessRightsMessage
-
Constructor for creating a CA_PROTO_ACCESS_RIGHTS
message.
- ChannelAccessAcknowledgeAlarm - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessAlarmAcknowledgementStatus - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessAlarmChar - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores single-byte integer numbers and provides
information about the alarm status.
- ChannelAccessAlarmDouble - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores double-precision floating-point numbers and
provides information about the alarm status.
- ChannelAccessAlarmEnum - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores enum states and provides information about
the alarm status.
- ChannelAccessAlarmFloat - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores single-precision floating-point numbers and
provides information about the alarm status.
- ChannelAccessAlarmLong - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores integer numbers and provides information
about the alarm status.
- ChannelAccessAlarmOnlyChar - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessAlarmOnlyDouble - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessAlarmOnlyEnum - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represents the
DBR_GR_ENUM
type.
- ChannelAccessAlarmOnlyFloat - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessAlarmOnlyLong - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessAlarmOnlyShort - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessAlarmOnlyString - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessAlarmOnlyValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents a type with alarm information but no
additional information (DBR_STS_*
).
- ChannelAccessAlarmSeverity - Enum in com.aquenos.epics.jackie.common.value
-
Alarm severity associated with a Channel Access channel.
- ChannelAccessAlarmShort - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores short integer numbers and provides
information about the alarm status.
- ChannelAccessAlarmStatus - Class in com.aquenos.epics.jackie.common.value
-
Channel Access alarm status codes.
- ChannelAccessAlarmString - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores strings and provides information about the
alarm status.
- ChannelAccessAlarmValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represent a type with alarm information and
possibly additional information (DBR_STS_*
,
DBR_TIME_*
, DBR_GR_*
, or DBR_CTRL_*
).
- ChannelAccessBeaconMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_RSRV_IS_UP
message.
- ChannelAccessBeaconMessage(Inet4Address, int, ChannelAccessVersion, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessBeaconMessage
-
Constructor for creating a CA_PROTO_RSRV_IS_UP
message.
- ChannelAccessCancelSubscriptionClientMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_EVENT_CANCEL
message that is sent
from a client to a server.
- ChannelAccessCancelSubscriptionClientMessage(ChannelAccessValueType, int, int, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionClientMessage
-
Creates a CA_PROTO_EVENT_CANCEL
message.
- ChannelAccessCancelSubscriptionServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_EVENT_ADD
message that is sent from
a server to a client.
- ChannelAccessCancelSubscriptionServerMessage(ChannelAccessValueType, int, int, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionServerMessage
-
Creates a CA_PROTO_EVENT_ADD
message.
- ChannelAccessChannel - Interface in com.aquenos.epics.jackie.client
-
Representation of a Channel Access channel.
- ChannelAccessChannelDisconnectedByServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_SERVER_DISCONN
message.
- ChannelAccessChannelDisconnectedByServerMessage(int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessChannelDisconnectedByServerMessage
-
Constructor for creating a CA_PROTO_SERVER_DISCONN
message.
- ChannelAccessChar - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores single-byte integer numbers.
- ChannelAccessClassName - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessClient - Interface in com.aquenos.epics.jackie.client
-
Channel Access client.
- ChannelAccessClientConfiguration - Class in com.aquenos.epics.jackie.client
-
- ChannelAccessClientConfiguration() - Constructor for class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Creates a configuration for a Channel Access client that uses default
values for all options.
- ChannelAccessClientConfiguration(Charset, String, String, Integer, Integer, Double, Long, ChannelAccessEventMask, ErrorHandler, BeaconDetectorConfiguration, ChannelNameResolverConfiguration) - Constructor for class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Creates a configuration for a Channel Access client using the specified
options.
- ChannelAccessCommand - Enum in com.aquenos.epics.jackie.common.protocol
-
Command code that can be specified in the header of a Channel Access message.
- ChannelAccessConfigureAcknowledgeTransientAlarms - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessConnectChannelClientMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_CREATE_CHAN
message that is sent
from a client to a server.
- ChannelAccessConnectChannelClientMessage(int, ChannelAccessVersion, String) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelClientMessage
-
Creates a CA_PROTO_CREATE_CHAN
message.
- ChannelAccessConnectChannelFailedMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_CREATE_CH_FAIL
message.
- ChannelAccessConnectChannelFailedMessage(int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelFailedMessage
-
Constructor for creating a CA_PROTO_CREATE_CH_FAIL
message.
- ChannelAccessConnectChannelMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Base class for CA_PROTO_CREATE_CHAN
messages.
- ChannelAccessConnectChannelServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_CREATE_CHAN
message that is sent
from a server to a client.
- ChannelAccessConnectChannelServerMessage(int, int, ChannelAccessValueType, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelServerMessage
-
Creates a CA_PROTO_CREATE_CHAN
message.
- ChannelAccessConnectionListener - Interface in com.aquenos.epics.jackie.client
-
- ChannelAccessConstants - Class in com.aquenos.epics.jackie.common.protocol
-
Collects constants needed for the Channel Access protocol.
- ChannelAccessControlsChar - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessControlsDouble - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessControlsFloat - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessControlsLong - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessControlsShort - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessControlsValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represent a type with alarm information, display
information (e.g.
- ChannelAccessDisconnectChannelMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_CLEAR_CHANNEL
message.
- ChannelAccessDisconnectChannelMessage(int, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessDisconnectChannelMessage
-
Constructor for creating a CA_PROTO_CLEAN_CHANNEL
message.
- ChannelAccessDouble - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores double-precision floating-point numbers.
- ChannelAccessEchoMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_ECHO
message.
- ChannelAccessEchoMessage() - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessEchoMessage
-
Constructor for creating a CA_PROTO_ECHO
message.
- ChannelAccessEnum - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores enum states.
- ChannelAccessErrorMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_ERROR
message.
- ChannelAccessErrorMessage(int, ChannelAccessStatus, ChannelAccessMessage, String) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessErrorMessage
-
Constructor for creating a CA_PROTO_ERROR
message.
- ChannelAccessEventMask - Class in com.aquenos.epics.jackie.common.protocol
-
Mask used for the subscription to a channel.
- ChannelAccessEventsOffMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_EVENTS_OFF
message.
- ChannelAccessEventsOffMessage() - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventsOffMessage
-
Constructor for creating a CA_PROTO_EVENTS_OFF
message.
- ChannelAccessEventsOnMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_EVENTS_ON
message.
- ChannelAccessEventsOnMessage() - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventsOnMessage
-
Constructor for creating a CA_PROTO_EVENTS_ON
message.
- ChannelAccessException - Exception in com.aquenos.epics.jackie.common.exception
-
Exception indicating a Channel Access error.
- ChannelAccessException(ChannelAccessStatus) - Constructor for exception com.aquenos.epics.jackie.common.exception.ChannelAccessException
-
Constructs a new exception wrapping the provided status code.
- ChannelAccessException(ChannelAccessStatus, String) - Constructor for exception com.aquenos.epics.jackie.common.exception.ChannelAccessException
-
Constructs a new exception wrapping the provided status code.
- ChannelAccessFloat - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores single-precision floating-point numbers.
- ChannelAccessFloatingPointControlsValue<ElementType extends java.lang.Number> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represent a type that stores floating-point
numbers and provides alarm information, engineering units, display precision,
and alarm, control, and display limits.
- ChannelAccessFloatingPointGraphicsValue<ElementType extends java.lang.Number> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represent a type that stores floating-point
numbers and provides alarm information, engineering units, display precision,
and alarm and display limits.
- ChannelAccessGettableValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that may be sent from a server to a client.
- ChannelAccessGraphicsChar - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that stores single-byte integer numbers and provides
information about the alarm status, engineering units, and alarm and display
limits.
- ChannelAccessGraphicsDouble - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that stores double-precision floating-point numbers and
provides information about the alarm status, engineering units, display
precision, and alarm and display limits.
- ChannelAccessGraphicsEnum - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessGraphicsFloat - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that stores single-precision floating-point numbers and
provides information about the alarm status, engineering units, display
precision, and alarm and display limits.
- ChannelAccessGraphicsLong - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that stores integer numbers and provides information
about the alarm status, engineering units, and alarm and display limits.
- ChannelAccessGraphicsOnlyChar - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represents the
DBR_GR_Char
type.
- ChannelAccessGraphicsOnlyDouble - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessGraphicsOnlyFloat - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represents the
DBR_GR_FLOAT
type.
- ChannelAccessGraphicsOnlyLong - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represents the
DBR_GR_LONG
type.
- ChannelAccessGraphicsOnlyShort - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represents the
DBR_GR_SHORT
type.
- ChannelAccessGraphicsOnlyValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents a type with alarm and display
information but no control limits (DBR_GR_*
).
- ChannelAccessGraphicsShort - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that stores short integer numbers and provides
information about the alarm status, engineering units, and alarm and display
limits.
- ChannelAccessGraphicsValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represent a type with alarm and display information
and possibly additional information (DBR_GR_*
or
DBR_CTRL_*
).
- ChannelAccessHostNameMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_HOST_NAME
message.
- ChannelAccessHostNameMessage(String) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessHostNameMessage
-
Constructor for creating a CA_PROTO_HOST_NAME
message.
- ChannelAccessLong - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores integer numbers.
- ChannelAccessMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Abstract base-class for all Channel Access messages.
- ChannelAccessMessageCodec - Class in com.aquenos.epics.jackie.common.protocol
-
Encoder and decoder for Channel Access messages.
- ChannelAccessMessageCodec() - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Creates a message codec that uses the UTF-8 character set or, if this
character set is not available on the platform, the platform's default
character set.
- ChannelAccessMessageHeader - Class in com.aquenos.epics.jackie.common.protocol
-
Raw header of a Channel Access message.
- ChannelAccessMonitor<ValueType extends ChannelAccessGettableValue<?>> - Interface in com.aquenos.epics.jackie.client
-
- ChannelAccessMonitorListener<ValueType extends ChannelAccessGettableValue<?>> - Interface in com.aquenos.epics.jackie.client
-
- ChannelAccessNotFoundMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_NOT_FOUND
message.
- ChannelAccessNotFoundMessage(ChannelAccessSearchClientMessage) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessNotFoundMessage
-
Constructor for creating a CA_PROTO_NOT_FOUND
message.
- ChannelAccessNumericControlsValue<ElementType extends java.lang.Number> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represent a type that stores numbers and provides
alarm information, engineering units, and alarm, control, and display limits.
- ChannelAccessNumericGraphicsValue<ElementType extends java.lang.Number> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access values that represent a type that stores numbers and provides
alarm information, engineering units, and alarm and display limits.
- ChannelAccessPuttableValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that may be sent from a client to a server.
- ChannelAccessReadBuildMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_READ_BUILD
message.
- ChannelAccessReadClientMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_READ
message that is sent from a
client to a server.
- ChannelAccessReadClientMessage(ChannelAccessValueType, int, int, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadClientMessage
-
Creates a CA_PROTO_READ
message.
- ChannelAccessReadMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Base class for CA_PROTO_READ
messages.
- ChannelAccessReadNotifyClientMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_READ_NOTIFY
message that is sent
from a client to a server.
- ChannelAccessReadNotifyClientMessage(ChannelAccessValueType, int, int, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyClientMessage
-
Creates a CA_PROTO_READ_NOTIFY
message.
- ChannelAccessReadNotifyMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Base class for CA_PROTO_READ_NOTIFY
messages.
- ChannelAccessReadNotifyServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_READ_NOTIFY
message that is sent
from a server to a client.
- ChannelAccessReadNotifyServerMessage(ChannelAccessValueType, int, ChannelAccessStatus, int, ChannelAccessGettableValue<?>) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyServerMessage
-
Creates a CA_PROTO_READ_NOTIFY
message.
- ChannelAccessReadServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_READ
message that is sent from a
server to a client.
- ChannelAccessReadServerMessage(ChannelAccessValueType, int, int, int, ChannelAccessGettableValue<?>) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadServerMessage
-
Creates a CA_PROTO_READ
message.
- ChannelAccessReadSyncMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_READ_SYNC
message.
- ChannelAccessReadSyncMessage() - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadSyncMessage
-
Constructor for creating a CA_PROTO_READ_SYNC
message.
- ChannelAccessReadSyncMessage(ChannelAccessReadSyncMessage) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadSyncMessage
-
Constructor for creating a CA_PROTO_READ_SYNC
message.
- ChannelAccessRepeaterConfirmMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a REPEATER_CONFIRM
message.
- ChannelAccessRepeaterConfirmMessage(Inet4Address) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessRepeaterConfirmMessage
-
Constructor for creating a REPEATER_CONFIRM
message.
- ChannelAccessRepeaterRegisterMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a REPEATER_REGISTER
message.
- ChannelAccessSearchClientMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_SEARCH
message that is sent from a
client to a UDP or TCP server in order to find the location of a channel.
- ChannelAccessSearchClientMessage(int, ChannelAccessVersion, boolean, String) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchClientMessage
-
Creates a new CA_PROTO_SEARCH
message that can be sent from
a client to a UDP or TCP server.
- ChannelAccessSearchMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Base class for CA_PROTO_SEARCH
messages.
- ChannelAccessSearchTCPServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
- ChannelAccessSearchTCPServerMessage(int, Inet4Address, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchTCPServerMessage
-
Creates a CA_PROTO_SEARCH
message that can be sent from a
server to a client via TCP.
- ChannelAccessSearchUDPServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
- ChannelAccessSearchUDPServerMessage(ChannelAccessVersion, int, Inet4Address, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchUDPServerMessage
-
Creates a CA_PROTO_SEARCH
message that can be sent from a
server to a client via UDP.
- ChannelAccessServerConnection - Class in com.aquenos.epics.jackie.client.io
-
Base class for a connection with a Channel Access server.
- ChannelAccessServerConnection(BeaconDetector, Charset, CommunicationController, long, ErrorHandler, int, int, InetSocketAddress, String, String, ChannelAccessVersion) - Constructor for class com.aquenos.epics.jackie.client.io.ChannelAccessServerConnection
-
Creates a connection.
- ChannelAccessShort - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores short integer numbers.
- ChannelAccessSimpleOnlyChar - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents the
DBR_CHAR
type.
- ChannelAccessSimpleOnlyDouble - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents the
DBR_DOUBLE
type.
- ChannelAccessSimpleOnlyEnum - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents the
DBR_ENUM
type.
- ChannelAccessSimpleOnlyFloat - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents the
DBR_FLOAT
type.
- ChannelAccessSimpleOnlyLong - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents the
DBR_LONG
type.
- ChannelAccessSimpleOnlyShort - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents the
DBR_SHORT
type.
- ChannelAccessSimpleOnlyString - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents the
DBR_STRING
type.
- ChannelAccessSimpleOnlyValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents a type with just a value and no
additional information (DBR_*
).
- ChannelAccessStatus - Class in com.aquenos.epics.jackie.common.protocol
-
Channel Access status codes.
- ChannelAccessStatus.StatusMessage - Enum in com.aquenos.epics.jackie.common.protocol
-
Message describing a type of error.
- ChannelAccessStatus.StatusSeverity - Class in com.aquenos.epics.jackie.common.protocol
-
Severity for status codes.
- ChannelAccessStatus.StatusSeverityLevel - Enum in com.aquenos.epics.jackie.common.protocol
-
Severity levels associated with status codes.
- ChannelAccessString - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that stores strings.
- ChannelAccessSubscriptionClientMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_EVENT_ADD
message that is sent from
a client to a server.
- ChannelAccessSubscriptionClientMessage(ChannelAccessValueType, int, int, int, ChannelAccessEventMask) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionClientMessage
-
Creates a CA_PROTO_EVENT_ADD
message.
- ChannelAccessSubscriptionMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Base class for CA_PROTO_EVENT_ADD
messages.
- ChannelAccessSubscriptionServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_EVENT_ADD
message that is sent from
a server to a client.
- ChannelAccessSubscriptionServerMessage(ChannelAccessValueType, int, ChannelAccessStatus, int, ChannelAccessGettableValue<?>) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionServerMessage
-
Creates a CA_PROTO_EVENT_ADD
message.
- ChannelAccessTimeChar - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessTimeDouble - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessTimeEnum - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessTimeFloat - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessTimeLong - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessTimeShort - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessTimeStamp - Interface in com.aquenos.epics.jackie.common.value
-
Time-stamp in the format used by Channel Access.
- ChannelAccessTimeString - Interface in com.aquenos.epics.jackie.common.value
-
- ChannelAccessTimeValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value that represents a type with alarm information and a
time-stamp (DBR_TIME_*
).
- ChannelAccessUserNameMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_CLIENT_NAME
message.
- ChannelAccessUserNameMessage(String) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessUserNameMessage
-
Constructor for creating a CA_PROTO_CLIENT_NAME
message.
- ChannelAccessValue<ElementType> - Interface in com.aquenos.epics.jackie.common.value
-
Channel Access value.
- ChannelAccessValueCodec - Class in com.aquenos.epics.jackie.common.value
-
- ChannelAccessValueFactory - Class in com.aquenos.epics.jackie.common.value
-
Factory for values representing Channel Access types.
- ChannelAccessValueType - Enum in com.aquenos.epics.jackie.common.value
-
Identifier for Channel Access data-types.
- ChannelAccessVersion - Enum in com.aquenos.epics.jackie.common.protocol
-
Channel Access protocol version.
- ChannelAccessVersionMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Base class for representations of a CA_PROTO_VERSION
message.
- ChannelAccessVersionTCPClientMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_VERSION
message that is sent from a
client to a server via TCP.
- ChannelAccessVersionTCPClientMessage(ChannelAccessVersion, short) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionTCPClientMessage
-
Creates a CA_PROTO_VERSION
message.
- ChannelAccessVersionTCPServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_VERSION
message that is sent from a
server to a client via TCP.
- ChannelAccessVersionTCPServerMessage(ChannelAccessVersion) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionTCPServerMessage
-
Creates a CA_PROTO_VERSION
message.
- ChannelAccessVersionUDPMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_VERSION
message that is sent from a
client to a server or the other way round via UDP.
- ChannelAccessVersionUDPMessage(ChannelAccessVersion, boolean, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionUDPMessage
-
Creates a CA_PROTO_VERSION
message.
- ChannelAccessWriteMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_WRITE
message that is sent from a
client to a server.
- ChannelAccessWriteMessage(ChannelAccessValueType, int, int, int, ChannelAccessPuttableValue<?>) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteMessage
-
Creates a CA_PROTO_WRITE
message.
- ChannelAccessWriteNotifyClientMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_WRITE_NOTIFY
message that is sent
from a client to a server.
- ChannelAccessWriteNotifyClientMessage(ChannelAccessValueType, int, int, int, ChannelAccessPuttableValue<?>) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyClientMessage
-
Creates a CA_PROTO_WRITE_NOTIFY
message.
- ChannelAccessWriteNotifyMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Base class for CA_PROTO_WRITE_NOTIFY
messages.
- ChannelAccessWriteNotifyServerMessage - Class in com.aquenos.epics.jackie.common.protocol
-
Representation of a CA_PROTO_WRITE_NOTIFY
message that is sent
from a server to a client.
- ChannelAccessWriteNotifyServerMessage(ChannelAccessValueType, int, ChannelAccessStatus, int) - Constructor for class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyServerMessage
-
Creates a CA_PROTO_WRITE_NOTIFY
message.
- ChannelNameResolver - Interface in com.aquenos.epics.jackie.client.resolver
-
Resolves channel names to network locations.
- ChannelNameResolver.ChannelNameSearchResultProcessor - Interface in com.aquenos.epics.jackie.client.resolver
-
Processes the result of a channel name lookup.
- ChannelNameResolverConfiguration - Class in com.aquenos.epics.jackie.client.resolver
-
- ChannelNameResolverConfiguration() - Constructor for class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Creates a configuration for a channel-name resolver using environment
variables.
- ChannelNameResolverConfiguration(Charset, ErrorHandler, String, String, Integer, Set<Pair<Inet4Address, Integer>>, Set<Pair<Inet4Address, Integer>>, Boolean, Double, Double, Integer) - Constructor for class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Creates a channel-name resolver configuration using the specified
options.
- ChannelProcessor - Interface in com.aquenos.epics.jackie.common.io
-
Interface for a component that does I/O processing.
- clear() - Method in class com.aquenos.epics.jackie.common.util.LinkedWeakIdentityHashSet
-
- ClientThreadingStrategy - Interface in com.aquenos.epics.jackie.client
-
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAcknowledgeAlarm
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmChar
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmDouble
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmEnum
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmFloat
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmLong
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyChar
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyDouble
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyEnum
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyFloat
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyLong
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyShort
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyString
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmOnlyValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmShort
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmString
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessChar
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessClassName
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessConfigureAcknowledgeTransientAlarms
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsChar
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsDouble
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsFloat
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsLong
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsShort
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessDouble
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessEnum
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloat
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloatingPointControlsValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloatingPointGraphicsValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGettableValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsEnum
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyChar
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyDouble
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyFloat
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyLong
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyShort
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsOnlyValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessLong
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericControlsValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessPuttableValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessShort
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyChar
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyDouble
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyEnum
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyFloat
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyLong
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyShort
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyString
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessSimpleOnlyValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessString
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeChar
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeDouble
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeEnum
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeFloat
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeLong
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeShort
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeString
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeValue
-
Creates and returns a copy of this object.
- clone() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessValue
-
Creates and returns a copy of this object.
- com.aquenos.epics.jackie.client - package com.aquenos.epics.jackie.client
-
Channel Access client core.
- com.aquenos.epics.jackie.client.beacon - package com.aquenos.epics.jackie.client.beacon
-
Beacon detector.
- com.aquenos.epics.jackie.client.io - package com.aquenos.epics.jackie.client.io
-
Client I/O utilities.
- com.aquenos.epics.jackie.client.resolver - package com.aquenos.epics.jackie.client.resolver
-
Channel name resolver.
- com.aquenos.epics.jackie.common.exception - package com.aquenos.epics.jackie.common.exception
-
Exceptions used by the Jackie library.
- com.aquenos.epics.jackie.common.io - package com.aquenos.epics.jackie.common.io
-
Classes for dealing with I/O operations.
- com.aquenos.epics.jackie.common.protocol - package com.aquenos.epics.jackie.common.protocol
-
Classes for encoding and decoding the Channel Access (v4) protocol.
- com.aquenos.epics.jackie.common.util - package com.aquenos.epics.jackie.common.util
-
Utility classes that are used by various components..
- com.aquenos.epics.jackie.common.value - package com.aquenos.epics.jackie.common.value
-
Classes representing values send over the Channel Access (v4) protocol.
- COMM - Static variable in class com.aquenos.epics.jackie.common.value.ChannelAccessAlarmStatus
-
Device support signaled a communication problem.
- command - Variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessage
-
Command (message type) for this message.
- CommunicationController - Interface in com.aquenos.epics.jackie.common.io
-
Interface for a component that manages I/O activities.
- CommunicationProcessor - Interface in com.aquenos.epics.jackie.common.io
-
- completed(ListenableFuture<? extends V>) - Method in interface com.aquenos.epics.jackie.common.util.FutureCompletionListener
-
Called when the future finishes and thus has a result available.
- completionListenerLock - Variable in class com.aquenos.epics.jackie.common.util.AbstractListenableFuture
-
Synchronization object that this class synchronizes on when retrieving or
modifying the set of registered listeners.
- ConcurrentNotificationException - Exception in com.aquenos.epics.jackie.common.exception
-
Indicates that a listener has been removed while a notification was in
progress.
- ConcurrentNotificationException() - Constructor for exception com.aquenos.epics.jackie.common.exception.ConcurrentNotificationException
-
Constructs a new exception with null
as its detail message.
- ConcurrentNotificationException(String) - Constructor for exception com.aquenos.epics.jackie.common.exception.ConcurrentNotificationException
-
Constructs a new exception with the specified detail message.
- ConcurrentNotificationException(Throwable) - Constructor for exception com.aquenos.epics.jackie.common.exception.ConcurrentNotificationException
-
Constructs a new exception with the specified cause and a detail message
of (cause==null ? null : cause.toString())
(which typically
contains the class and detail message of cause
).
- ConcurrentNotificationException(String, Throwable) - Constructor for exception com.aquenos.epics.jackie.common.exception.ConcurrentNotificationException
-
Constructs a new exception with the specified detail message and cause.
- connectionStateChanged(ChannelAccessChannel, boolean) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessConnectionListener
-
Notifies the listener of a changed connection state for the specified
channel.
- connectionStateLock - Variable in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
Synchronization object that this class synchronizes on when retrieving or
modifying the set of registered listeners.
- contains(Object) - Method in class com.aquenos.epics.jackie.common.util.LinkedWeakIdentityHashSet
-
- COS - Static variable in class com.aquenos.epics.jackie.common.value.ChannelAccessAlarmStatus
-
Value had a change of state that signals an alarm condition.
- createAcknowledgeAlarm(ChannelAccessAlarmSeverity) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createAlarmAcknowledgementStatus(Collection<String>, Charset, ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, boolean, ChannelAccessAlarmSeverity) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createAlarmChar(byte[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createAlarmDouble(double[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createAlarmEnum(short[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createAlarmFloat(float[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createAlarmLong(int[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createAlarmShort(short[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createAlarmString(Collection<String>, Charset, ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createChar(byte[]) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createClassName(Collection<String>, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createConfigureAcknowledgeTransientAlarms(boolean) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createControlsChar(byte[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, byte, byte, byte, byte, byte, byte, String, Charset, byte, byte) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createControlsDouble(double[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, double, double, double, double, double, double, String, Charset, short, double, double) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createControlsEnum(short[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, Collection<String>, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createControlsFloat(float[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, float, float, float, float, float, float, String, Charset, short, float, float) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createControlsLong(int[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int, int, int, int, int, String, Charset, int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createControlsShort(short[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, short, short, short, short, short, short, String, Charset, short, short) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createControlsString(Collection<String>, Charset, ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createDouble(double[]) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createEnum(short[]) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createFloat(float[]) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createGraphicsChar(byte[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, byte, byte, byte, byte, byte, byte, String, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createGraphicsDouble(double[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, double, double, double, double, double, double, String, Charset, short) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createGraphicsEnum(short[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, Collection<String>, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createGraphicsFloat(float[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, float, float, float, float, float, float, String, Charset, short) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createGraphicsLong(int[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int, int, int, int, int, String, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createGraphicsShort(short[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, short, short, short, short, short, short, String, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createGraphicsString(Collection<String>, Charset, ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createLong(int[]) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createShort(short[]) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createString(Collection<String>, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createTimeChar(byte[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createTimeDouble(double[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createTimeEnum(short[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createTimeFloat(float[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createTimeLong(int[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createTimeShort(short[], ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createTimeStamp(int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
Creates a time-stamp seconds
seconds and
nanoseconds
nanoseconds after EPICS epoch.
- createTimeString(Collection<String>, Charset, ChannelAccessAlarmSeverity, ChannelAccessAlarmStatus, int, int) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
- createValue(ChannelAccessValueType, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueFactory
-
Creates a Channel Access value of the specified type.
- DatagramChannelUtil - Class in com.aquenos.epics.jackie.common.util
-
- dataWritten() - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSink
-
Called when data has been committed to the byte buffers backing this byte
sink.
- DBE_ALARM - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
Mask that has only the DBE_ALARM
flag set.
- DBE_ALL - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
Mask that has all flags (DBE_VALUE
, DBE_ARCHIVE
, DBE_ALARM
, and DBE_PROPERTY
) set.
- DBE_ARCHIVE - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
Mask that has only the DBE_ARCHIVE
flag set.
- DBE_NONE - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
Mask that has no flag set.
- DBE_PROPERTY - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
Mask that has only the DBE_PROPERTY
flag set.
- DBE_VALUE - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
Mask that has only the DBE_VALUE
flag set.
- decodeGettableValue(ByteSource, ChannelAccessValueType, int, int, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueCodec
-
Decodes a gettable ChannelAccess value from its serialized form.
- decodeMessageFromRepeater(ByteSource, ChannelAccessVersion) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Decodes a message that has been sent from a repeater to a client via UDP.
- decodeMessageToRepeater(ByteSource, ChannelAccessVersion, Inet4Address) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Decodes a message that has been sent to a repeater via UDP (from a client
or a server).
- decodeMessageToTCPClient(ByteSource, ChannelAccessVersion, Inet4Address, int) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Decodes a message that has been sent from a server to a client via TCP.
- decodeMessageToTCPServer(ByteSource, ChannelAccessVersion) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Decodes a message that has been sent from a client to a server via TCP.
- decodeMessageToTCPServer(ChannelAccessMessageHeader, ByteSource, boolean, Charset, int, ChannelAccessVersion) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Decodes a message that has been sent from a client to a server via TCP.
- decodeMessageToUDPClient(ByteSource, ChannelAccessVersion, Inet4Address, int) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Decodes a message that has been sent to a client via UDP (most likely by
a server).
- decodeMessageToUDPServer(ByteSource, ChannelAccessVersion) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Decodes a message that has been sent to a server via UDP (most likely by
a client).
- decodeMessageToUDPServer(ChannelAccessMessageHeader, ByteSource, boolean, Charset, int, ChannelAccessVersion) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Decodes a message that has been sent to a server via UDP (most likely by
a client).
- decodePuttableValue(ByteSource, ChannelAccessValueType, int, int, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueCodec
-
Decodes a puttable ChannelAccess value from its serialized form.
- decodeValue(ByteSource, ChannelAccessValueType, int, int, Charset) - Static method in class com.aquenos.epics.jackie.common.value.ChannelAccessValueCodec
-
Decodes a ChannelAccess value from its serialized form.
- DEFAULT_REPEATER_PORT - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConstants
-
Default UDP port used by repeaters.
- DEFAULT_SERVER_PORT - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConstants
-
Default TCP and UDP port used by servers.
- DefaultBeaconDetector - Class in com.aquenos.epics.jackie.client.beacon
-
- DefaultBeaconDetector(BeaconDetectorConfiguration) - Constructor for class com.aquenos.epics.jackie.client.beacon.DefaultBeaconDetector
-
Creates a beacon detector using the specified configuration.
- DefaultChannelAccessClient - Class in com.aquenos.epics.jackie.client
-
- DefaultChannelAccessClient() - Constructor for class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
Creates a Channel Access client using default options.
- DefaultChannelAccessClient(ChannelAccessClientConfiguration) - Constructor for class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
Creates a Channel Access client using the specified configuration.
- DefaultChannelAccessClient(ListenerLockPolicy) - Constructor for class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
Creates a Channel Access client using the specified listener lock-policy.
- DefaultChannelAccessClient(ClientThreadingStrategy) - Constructor for class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
Creates a Channel Access client using the specified threading strategy.
- DefaultChannelAccessClient(ChannelAccessClientConfiguration, ListenerLockPolicy) - Constructor for class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
Creates a Channel Access client using the specified configuration.
- DefaultChannelAccessClient(ChannelAccessClientConfiguration, ClientThreadingStrategy) - Constructor for class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
Creates a Channel Access client using the specified configuration and
threading strategy.
- DefaultChannelAccessClient(ListenerLockPolicy, ClientThreadingStrategy) - Constructor for class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
Creates a Channel Access client using the specified threading strategy.
- DefaultChannelAccessClient(ChannelAccessClientConfiguration, ListenerLockPolicy, ClientThreadingStrategy) - Constructor for class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
Creates a Channel Access client using the specified configuration,
listener lock-policy, and threading strategy.
- DefaultChannelNameResolver - Class in com.aquenos.epics.jackie.client.resolver
-
- DefaultChannelNameResolver(ChannelNameResolverConfiguration, BeaconDetector) - Constructor for class com.aquenos.epics.jackie.client.resolver.DefaultChannelNameResolver
-
Creates a channel name resolver that uses the specified configuration.
- DefaultClientThreadingStrategy - Class in com.aquenos.epics.jackie.client
-
Simple threading strategy that uses one thread for channel name resolution
and processing beacon messages and creates on additional thread for each
connection with a Channel Access server.
- DefaultClientThreadingStrategy(ErrorHandler) - Constructor for class com.aquenos.epics.jackie.client.DefaultClientThreadingStrategy
-
Creates a default threading strategy that uses the specified error
handler.
- DefaultClientThreadingStrategy(ErrorHandler, ExecutorService, boolean) - Constructor for class com.aquenos.epics.jackie.client.DefaultClientThreadingStrategy
-
Creates a default threading strategy that uses the specified error
handler and executor service.
- delegate - Variable in class com.aquenos.epics.jackie.common.util.DelegatingListenableFuture
-
Delegate to which all method calls are delegated.
- DelegatingListenableFuture<V> - Class in com.aquenos.epics.jackie.common.util
-
Listenable future implementation that simply delegates all method calls to
another listenable future.
- DelegatingListenableFuture(ListenableFuture<? extends V>) - Constructor for class com.aquenos.epics.jackie.common.util.DelegatingListenableFuture
-
Creates a listenable future that delegates all method calls to the
specified listenable future.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessAccessRightsMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, Inet4Address) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessBeaconMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionClientMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessChannelDisconnectedByServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelClientMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelFailedMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessDisconnectChannelMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEchoMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, Charset, ChannelAccessVersion, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessErrorMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventsOffMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventsOnMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessHostNameMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessNotFoundMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadBuildMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadClientMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyClientMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadSyncMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessRepeaterConfirmMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessRepeaterRegisterMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchClientMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, Inet4Address, int) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchTCPServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, Inet4Address, int) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchUDPServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionClientMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessUserNameMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionTCPClientMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionTCPServerMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionUDPMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource, boolean, Charset) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyClientMessage
-
Constructs a message from a header and a byte source.
- deserialize(ChannelAccessMessageHeader, ByteSource) - Static method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyServerMessage
-
Constructs a message from a header and a byte source.
- destroy() - Method in class com.aquenos.epics.jackie.client.beacon.DefaultBeaconDetector
-
Destroys this beacon detector.
- destroy() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Destroys this channel.
- destroy() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessClient
-
Destroys this client.
- destroy() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessMonitor
-
Destroys this monitor.
- destroy() - Method in interface com.aquenos.epics.jackie.client.ClientThreadingStrategy
-
Destroys the threading strategy.
- destroy() - Method in class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
- destroy() - Method in class com.aquenos.epics.jackie.client.DefaultClientThreadingStrategy
-
- destroy() - Method in class com.aquenos.epics.jackie.client.resolver.DefaultChannelNameResolver
-
Destroys this channel name resolver.
- destroy() - Method in class com.aquenos.epics.jackie.common.io.AbstractSocketChannelConnection
-
Destroys this connection.
- DISABLE - Static variable in class com.aquenos.epics.jackie.common.value.ChannelAccessAlarmStatus
-
Alarm raised when a record has been disabled and it is configured to
raise an alarm in this case.
- discardNextMessage(ByteSource) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Discards the next message in the byte source.
- discardNextMessageCompletely(ByteSource) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Completely discards the next message in the byte source.
- doubleFromEnvironment(String, double) - Static method in class com.aquenos.epics.jackie.common.util.EnvironmentUtil
-
Parses an environment variable that contains a double-precision
floating-point number.
- geOperationId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadServerMessage
-
Returns the client-assigned operation ID.
- get(ChannelAccessValueType) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the specified type and the
channel's
native element count.
- get(ChannelAccessValueType, int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the specified type and
element count}.
- get() - Method in interface com.aquenos.epics.jackie.common.io.ByteSource.AtomicGetOperation
-
Method for reading data.
- get() - Method in class com.aquenos.epics.jackie.common.util.DelegatingListenableFuture
-
- get(long, TimeUnit) - Method in class com.aquenos.epics.jackie.common.util.DelegatingListenableFuture
-
- get() - Method in class com.aquenos.epics.jackie.common.util.IdentityWrapper
-
Returns the reference that is wrapped by this object.
- get() - Method in class com.aquenos.epics.jackie.common.util.IntegerIdPool.Id
-
Returns the numeric identifier for this ID.
- get() - Method in class com.aquenos.epics.jackie.common.util.SimpleListenableFuture
-
- get(long, TimeUnit) - Method in class com.aquenos.epics.jackie.common.util.SimpleListenableFuture
-
- getAcknowledgeAlarmSeverity() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAcknowledgeAlarm
-
Returns the severity of the highest alarm that should be acknowledged.
- getAlarmAcknowledgementStatus(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getAlarmAcknowledgementStatus() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getAlarmAcknowledgementStatus(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STSACK_STRING
and
the specified element count}.
- getAlarmChar(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getAlarmChar() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getAlarmChar(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STS_CHAR
and the
specified element count}.
- getAlarmDouble(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getAlarmDouble() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getAlarmDouble(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STS_DOUBLE
and the
specified element count}.
- getAlarmEnum(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getAlarmEnum() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getAlarmEnum(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STS_ENUM
and the
specified element count}.
- getAlarmFloat(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getAlarmFloat() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getAlarmFloat(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STS_FLOAT
and the
specified element count}.
- getAlarmLong(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getAlarmLong() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getAlarmLong(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STS_LONG
and the
specified element count}.
- getAlarmSeverity() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Returns the current alarm severity of the value.
- getAlarmSeverity() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmValue
-
Returns the alarm severity of the value.
- getAlarmShort(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getAlarmShort() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getAlarmShort(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STS_SHORT
and the
specified element count}.
- getAlarmStatus() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Returns the alarm status of the value.
- getAlarmStatus() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmValue
-
Returns the alarm status of the value.
- getAlarmString(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getAlarmString() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getAlarmString(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STS_STRING
and the
specified element count}.
- getBeaconDetectorConfiguration() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
- getByte() - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getByte() - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads a single byte and advances the current position.
- getByteArray(int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getByteArray(byte[], int, int) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
- getByteArray(int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of bytes and advances the current position.
- getByteArray(byte[], int, int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of bytes into the supplied array and advances
the current position.
- getBytesNeeded() - Method in exception com.aquenos.epics.jackie.common.exception.BufferUnderflowWithSizeException
-
Returns the minimum number of bytes that are needed for the operation to
succeed.
- getChannel(String) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessClient
-
Returns a reference to the channel with the given name.
- getChannel() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessMonitor
-
Returns the Channel Access channel that is associated with this monitor.
- getChannel(String) - Method in class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessAccessRightsMessage
-
Returns the channel CID used by the client.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessChannelDisconnectedByServerMessage
-
Returns the channel CID used by the client.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelClientMessage
-
Returns the channel CID used by the client.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelFailedMessage
-
Returns the channel CID used by the client.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelServerMessage
-
Returns the channel CID used by the client.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessDisconnectChannelMessage
-
Returns the channel ID that is used by the client to identify the
channel.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessErrorMessage
-
Returns the channel CID used by the client.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessNotFoundMessage
-
Returns the channel ID that is used by the client to identify the
channel.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadServerMessage
-
Returns the channel CID used by the client.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchClientMessage
-
Returns the channel ID that is used by the client to identify the
channel.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchTCPServerMessage
-
Returns the channel ID that is used by the client to identify the
channel.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchUDPServerMessage
-
Returns the channel ID that is used by the client to identify the
channel.
- getChannelCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteMessage
-
Returns the channel CID.
- getChannelName() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelClientMessage
-
Returns the name of the channel that the client wants to connect to.
- getChannelName() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchClientMessage
-
Returns the channel name that the client is looking for.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionClientMessage
-
Returns the channel SID.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionServerMessage
-
Returns the channel ID that is used by the server to identify the
channel.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelServerMessage
-
Returns the channel SID used by the server.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessDisconnectChannelMessage
-
Returns the channel ID that is used by the server to identify the
channel.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadClientMessage
-
Returns the channel SID.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyClientMessage
-
Returns the channel SID.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionClientMessage
-
Returns the channel SID.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteMessage
-
Returns the channel SID.
- getChannelSID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyClientMessage
-
Returns the channel SID.
- getChar(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getChar() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getChar(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CHAR
and the specified
element count}.
- getCharset() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the character set that should be used for encoding and decoding
strings.
- getCharset() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns the character set that should be used for encoding and decoding
channel names.
- getCharset() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Returns the character set used by this message codec.
- getCharset() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Returns the encoding that is used for converting Java
strings into raw (null-terminated) strings and vice-versa.
- getCharset() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessClassName
-
Returns the encoding that is used for converting Java
strings into raw (null-terminated) strings and vice-versa.
- getCharset() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsEnum
-
Returns the encoding that is used for converting Java
strings into raw (null-terminated) strings and vice-versa.
- getCharset() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsValue
-
Returns the encoding that is used for converting Java
strings into raw (null-terminated) strings and vice-versa.
- getCharset() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessString
-
Returns the encoding that is used for converting Java
strings into raw (null-terminated) strings and vice-versa.
- getCID() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageHeader
-
Returns the value of the header's "cid" field.
- getCIDBlockReuseTime() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the time that a CID is blocked from being reused after the
corresponding channel has been destroyed.
- getClassName(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getClassName() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getClassName(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CLASS_NAME
and the
specified element count}.
- getClient() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Returns the Channel Access client this channel belongs to.
- getClientAddress() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessRepeaterConfirmMessage
-
Returns the IP with which the client has been registered.
- getCommand() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessage
-
Returns the command for this Channel Access message.
- getCommand() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageHeader
-
Returns the value of the header's "command" field.
- getCommandNumber() - Method in enum com.aquenos.epics.jackie.common.protocol.ChannelAccessCommand
-
Returns the command number.
- getConfiguration() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessClient
-
Returns the configuration for this Channel Access client.
- getConfiguration() - Method in class com.aquenos.epics.jackie.client.DefaultChannelAccessClient
-
- getContextSpecific() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageHeader
-
Returns the value of the header's "available" field.
- getControlsChar(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getControlsChar() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getControlsChar(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CTRL_CHAR
and the
specified element count}.
- getControlsDouble(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getControlsDouble() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getControlsDouble(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CTRL_DOUBLE
and the
specified element count}.
- getControlsEnum(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getControlsEnum() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getControlsEnum(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CTRL_ENUM
and the
specified element count}.
- getControlsFloat(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getControlsFloat() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getControlsFloat(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CTRL_FLOAT
and the
specified element count}.
- getControlsLong(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getControlsLong() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getControlsLong(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CTRL_LONG
and the
specified element count}.
- getControlsShort(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getControlsShort() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getControlsShort(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CTRL_SHORT
and the
specified element count}.
- getControlsString(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getControlsString() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getControlsString(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_CTRL_STRING
and the
specified element count}.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionClientMessage
-
Returns the number of elements of the value that should be sent in
subscription events.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionServerMessage
-
Returns the number of elements the value in this message's payload has.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageHeader
-
Returns the value of the header's "count" field.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadClientMessage
-
Returns the number of elements of the value requested by the client.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyClientMessage
-
Returns the number of elements of the value requested by the client.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyServerMessage
-
Returns the number of elements the value in this message's payload has.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadServerMessage
-
Returns the number of elements the value in this message's payload has.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionClientMessage
-
Returns the number of elements of the value that should be sent in
subscription events.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionServerMessage
-
Returns the number of elements the value in this message's payload has.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteMessage
-
Returns the number of elements the value in this message's payload has.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyClientMessage
-
Returns the number of elements the value in this message's payload has.
- getCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyServerMessage
-
Returns the number of value elements that were sent with the client's
write request.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionClientMessage
-
Returns the data-type for the subscription.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionServerMessage
-
Returns the data type of the value in this message's payload.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageHeader
-
Returns the value of the header's "dataType" field.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadClientMessage
-
Returns the data-type requested by the client.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyClientMessage
-
Returns the data-type requested by the client.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyServerMessage
-
Returns the data type of the value in this message's payload.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadServerMessage
-
Returns the data type of the value in this message's payload.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionClientMessage
-
Returns the data-type requested for the subscription.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionServerMessage
-
Returns the data type of the value in this message's payload.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteMessage
-
Returns the data type of the value in this message's payload.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyClientMessage
-
Returns the data type of the value in this message's payload.
- getDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyServerMessage
-
Returns the data-type that was sent with the client's write request or
null
if the data-type number could not be converted because
it is unknown to this implementation.
- getDefaultEventMask() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the default event mask.
- getDefaultServerPort() - Method in class com.aquenos.epics.jackie.client.beacon.BeaconDetectorConfiguration
-
Returns the TCP and UDP port that should be used when connecting to a
server for name resolution and no port has been specified for this server
explicitly.
- getDefaultServerPort() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns the TCP and UDP port that should be used when connecting to a
server for name resolution and no port has been specified for this server
explicitly.
- getDefaultSeverity() - Method in enum com.aquenos.epics.jackie.common.protocol.ChannelAccessStatus.StatusMessage
-
Returns the severity associated with this status code by default.
- getDefaultStatusCode() - Method in enum com.aquenos.epics.jackie.common.protocol.ChannelAccessStatus.StatusMessage
-
Returns the status code usually associated with this message.
- getDouble(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getDouble() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getDouble(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_DOUBLE
and the specified
element count}.
- getDouble() - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getDouble() - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads a single double and advances the current position.
- getDoubleArray(int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getDoubleArray(double[], int, int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getDoubleArray(double[], int, int) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
- getDoubleArray(int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of doubles and advances the current position.
- getDoubleArray(double[], int, int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of double values into the supplied array and
advances the current position.
- getEchoInterval() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the interval between two echo requests.
- getEchoInterval() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns the interval between two echo requests.
- getEnum(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getEnum() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getEnum(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_ENUM
and the specified
element count}.
- getErrorHandler() - Method in class com.aquenos.epics.jackie.client.beacon.BeaconDetectorConfiguration
-
Returns the error handler that should be used by the beacon detector.
- getErrorHandler() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the error handler that is used by all client components, unless
there is a component-specific configuration that defines its own error
handler.
- getErrorHandler() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns the error handler that should be used by the channel-name
resolver.
- getExtendedMessage() - Method in exception com.aquenos.epics.jackie.common.exception.ChannelAccessException
-
Returns the extended message associated with this exception.
- getFloat(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getFloat() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getFloat(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_FLOAT
and the specified
element count}.
- getFloat() - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getFloat() - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads a single float and advances the current position.
- getFloatArray(int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getFloatArray(float[], int, int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getFloatArray(float[], int, int) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
- getFloatArray(int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of floats and advances the current position.
- getFloatArray(float[], int, int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of float values into the supplied array and
advances the current position.
- getGenericLowerAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns the lower alarm limit.
- getGenericLowerControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericControlsValue
-
Returns the lower control limit.
- getGenericLowerDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns the lower display limit.
- getGenericLowerWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns the lower warning limit.
- getGenericUpperAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns the upper alarm limit.
- getGenericUpperControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericControlsValue
-
Returns the upper control limit.
- getGenericUpperDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns the upper display limit.
- getGenericUpperWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns the upper warning limit.
- getGenericValueElement(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessValue
-
Returns the value element with the specified index.
- getGraphicsChar(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getGraphicsChar() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getGraphicsChar(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_GR_CHAR
and the specified
element count}.
- getGraphicsDouble(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getGraphicsDouble() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getGraphicsDouble(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_GR_DOUBLE
and the
specified element count}.
- getGraphicsEnum(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getGraphicsEnum() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getGraphicsEnum(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_GR_ENUM
and the specified
element count}.
- getGraphicsFloat(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getGraphicsFloat() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getGraphicsFloat(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_GR_FLOAT
and the
specified element count}.
- getGraphicsLong(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getGraphicsLong() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getGraphicsLong(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_GR_LONG
and the specified
element count}.
- getGraphicsShort(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getGraphicsShort() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getGraphicsShort(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_GR_SHORT
and the
specified element count}.
- getGraphicsString(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getGraphicsString() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getGraphicsString(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_GR_STRING
and the
specified element count}.
- getHeaderSize() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageHeader
-
Returns the size of the serialized form of this header in bytes.
- getHostName() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the host name that shall be used as the identification of the
local machine when connecting to a Channel Access server.
- getHostName() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns the host name that shall be used as the identification of the
local machine when connecting to a Channel Access server.
- getHostName() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessHostNameMessage
-
Returns the name of the host on which the Channel Access client is
running.
- getHostName() - Static method in class com.aquenos.epics.jackie.common.util.HostNameUtil
-
Returns the host name of the local machine.
- getInt() - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getInt() - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads a single int and advances the current position.
- getIntArray(int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getIntArray(int[], int, int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getIntArray(int[], int, int) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
- getIntArray(int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of ints and advances the current position.
- getIntArray(int[], int, int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of int values into the supplied array and
advances the current position.
- getLabels() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsEnum
-
Returns the enum state labels.
- getLevel() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessStatus.StatusSeverity
-
Returns the level of this severity.
- getListenerLockPolicy() - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getListenerLockPolicy() - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessMonitor
-
- getListenerLockPolicy() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Returns the listener lock-policy used by this channel.
- getListenerLockPolicy() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessMonitor
-
Returns the listener lock-policy used by this monitor.
- getListenerLockPolicy() - Method in class com.aquenos.epics.jackie.common.util.AbstractListenableFuture
-
- getListenerLockPolicy() - Method in class com.aquenos.epics.jackie.common.util.DelegatingListenableFuture
-
- getListenerLockPolicy() - Method in interface com.aquenos.epics.jackie.common.util.ListenableFuture
-
Returns the listener lock-policy used by this future.
- getLong(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getLong() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getLong(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_LONG
and the specified
element count}.
- getLong() - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getLong() - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads a single long and advances the current position.
- getLongArray(int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getLongArray(long[], int, int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getLongArray(long[], int, int) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
- getLongArray(int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of longs and advances the current position.
- getLongArray(long[], int, int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of long values into the supplied array and
advances the current position.
- getLowerAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Returns the lower alarm limit.
- getLowerAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Returns the lower alarm limit.
- getLowerAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Returns the lower alarm limit.
- getLowerAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Returns the lower alarm limit.
- getLowerAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Returns the lower alarm limit.
- getLowerControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsChar
-
Returns the lower control limit.
- getLowerControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsDouble
-
Returns the lower control limit.
- getLowerControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsFloat
-
Returns the lower control limit.
- getLowerControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsLong
-
Returns the lower control limit.
- getLowerControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsShort
-
Returns the lower control limit.
- getLowerDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Returns the lower display limit.
- getLowerDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Returns the lower display limit.
- getLowerDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Returns the lower display limit.
- getLowerDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Returns the lower display limit.
- getLowerDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Returns the lower display limit.
- getLowerWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Returns the lower warning limit.
- getLowerWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Returns the lower warning limit.
- getLowerWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Returns the lower warning limit.
- getLowerWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Returns the lower warning limit.
- getLowerWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Returns the lower warning limit.
- getMajorVersion() - Method in enum com.aquenos.epics.jackie.common.protocol.ChannelAccessVersion
-
Returns the major protocol version.
- getMask() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionClientMessage
-
Returns the event mask for this subscription.
- getMaximumSearchPeriod() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns the maximum search period (in seconds).
- getMaxPayloadReceiveSize() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the maximum payload size for message received via TCP (in bytes).
- getMaxPayloadReceiveSize() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Returns the maximum payload size for received messages.
- getMaxPayloadSendSize() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the maximum payload size for message sent via TCP (in bytes).
- getMaxPayloadSendSize() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Returns the maximum payload size for sent messages.
- getMessage() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessStatus
-
Returns the status message associated with this status code.
- getMessageString() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessErrorMessage
-
Returns the string describing details about this error.
- getMinorVersion() - Method in enum com.aquenos.epics.jackie.common.protocol.ChannelAccessVersion
-
Returns the minor protocol version.
- getMinorVersionAsShort() - Method in enum com.aquenos.epics.jackie.common.protocol.ChannelAccessVersion
-
Returns the minor protocol version as a short.
- getMulticastTimeToLive() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns the multicast TTL.
- getName() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Returns the name of this channel.
- getNanoseconds() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeStamp
-
Returns the nanoseconds part.
- getNative() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getNative(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the channel's
native data type and the specified
element count}.
- getNativeCount() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Returns the native element count of this channel.
- getNativeCount() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelServerMessage
-
Returns the native count of this channel.
- getNativeDataType() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Returns the native data type of this channel.
- getNativeDataType() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelServerMessage
-
Returns the native data-type of this channel.
- getOffendingCommand() - Method in exception com.aquenos.epics.jackie.common.exception.UnsupportedInThisVersionException
-
Returns the command of the message that is not supported by the requested
Channel Access version and caused this exception.
- getOffendingVersion() - Method in exception com.aquenos.epics.jackie.common.exception.UnsupportedInThisVersionException
-
Returns the Channel Access version that was requested and caused this
exception.
- getOperationId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadClientMessage
-
Returns the client-assigned operation ID.
- getOperationId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyClientMessage
-
Returns the client-assigned operation ID.
- getOperationId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyServerMessage
-
Returns the client-assigned operation ID.
- getOperationId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyClientMessage
-
Returns the client-assigned operation ID.
- getOperationId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyServerMessage
-
Returns the client-assigned operation ID.
- getOriginalMessage() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessErrorMessage
-
Returns the original message that is attached to this error message.
- getOriginalMessageHeader() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessage
-
Returns the original header that has been used to construct this message.
- getPayloadSize() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageHeader
-
Returns the value of the header's "postsize" field.
- getPrecision() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloatingPointGraphicsValue
-
Returns the display precision.
- getPriority() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionTCPClientMessage
-
Returns the priority requested by the client.
- getRawLabels() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsEnum
-
Returns the raw representation of the label strings.
- getRawUnits() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns the engineering units for this value in their raw representation.
- getRawValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Returns the raw representation of the strings.
- getRawValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessClassName
-
Returns the raw representation of the strings.
- getRawValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessString
-
Returns the raw representation of the strings.
- getReceiveSource() - Method in class com.aquenos.epics.jackie.common.io.AbstractSocketChannelConnection
-
Returns the byte source that contains the data received by this
connection.
- getRepeaterPort() - Method in class com.aquenos.epics.jackie.client.beacon.BeaconDetectorConfiguration
-
Returns the UDP port number that should be used when connecting to the
Channel Access repeater.
- getResolverConfiguration() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
- getSeconds() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeStamp
-
Returns the seconds since EPICS epoch.
- getSendQueueSizeInBytes() - Method in class com.aquenos.epics.jackie.common.io.AbstractSocketChannelConnection
-
Returns the number of bytes that have been written to the byte sink but
have not been sent yet.
- getSendSink() - Method in class com.aquenos.epics.jackie.common.io.AbstractSocketChannelConnection
-
Returns the byte sink that can be used to send data over this connection.
- getSequenceNumber() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessBeaconMessage
-
Returns the sequence number.
- getSequenceNumber() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionUDPMessage
-
Returns the sequence number of this message.
- getServerAddress() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Returns the IP address and port number of the server that provides this
channel.
- getServerAddress() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessBeaconMessage
-
Returns the IP address of the server that sent the message.
- getServerAddress() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchTCPServerMessage
-
Returns the IP address of the server that is serving the requested
channel.
- getServerAddress() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchUDPServerMessage
-
Returns the IP address of the server that is serving the requested
channel.
- getServerPort() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessBeaconMessage
-
Returns TCP port on which the server listens for incoming connections.
- getServerPort() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchTCPServerMessage
-
Returns the TCP port number on which the server that is serving the
requested channel is listening.
- getServerPort() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchUDPServerMessage
-
Returns the TCP port number on which the server that is serving the
requested channel is listening.
- getSeverity() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessStatus
-
Returns the severity associated with this status code.
- getShort(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getShort() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getShort(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_SHORT
and the specified
element count}.
- getShort() - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getShort() - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads a single short and advances the current position.
- getShortArray(int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getShortArray(short[], int, int) - Method in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
- getShortArray(short[], int, int) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
- getShortArray(int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of shorts and advances the current position.
- getShortArray(short[], int, int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Reads the specified number of short values into the supplied array and
advances the current position.
- getStatus() - Method in exception com.aquenos.epics.jackie.common.exception.ChannelAccessException
-
Returns the Channel Access status that caused this exception.
- getStatus() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessErrorMessage
-
Returns the status associated with this error.
- getStatus() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyServerMessage
-
Returns the status of the read operation.
- getStatus() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionServerMessage
-
Returns the status of the subscription event.
- getStatus() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyServerMessage
-
Returns the status of the write operation.
- getString(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getString() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getString(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_STRING
and the specified
element count}.
- getSubscriptionId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionClientMessage
-
Returns the client-assigned subscription ID.
- getSubscriptionId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionServerMessage
-
Returns the client-assigned subscription ID.
- getSubscriptionId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionClientMessage
-
Returns the client-assigned subscription ID.
- getSubscriptionId() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionServerMessage
-
Returns the client-assigned subscription ID.
- getTcpAddresses() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns socket addresses of server addresses that should be contacted via
TCP for name resolution.
- getTimeChar(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getTimeChar() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getTimeChar(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_TIME_CHAR
and the
specified element count}.
- getTimeDouble(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getTimeDouble() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getTimeDouble(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_TIME_DOUBLE
and the
specified element count}.
- getTimeEnum(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getTimeEnum() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getTimeEnum(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_TIME_ENUM
and the
specified element count}.
- getTimeFloat(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getTimeFloat() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getTimeFloat(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_TIME_FLOAT
and the
specified element count}.
- getTimeLong(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getTimeLong() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getTimeLong(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_TIME_LONG
and the
specified element count}.
- getTimeNanoseconds() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeValue
-
Returns the nanoseconds part of the value's time-stamp.
- getTimeSeconds() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeValue
-
Returns the seconds part of the value's time-stamp.
- getTimeShort(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getTimeShort() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getTimeShort(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_TIME_SHORT
and the
specified element count}.
- getTimeStamp() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeValue
-
Returns the time-stamp associated with this value.
- getTimeString(int) - Method in class com.aquenos.epics.jackie.client.AbstractChannelAccessChannel
-
- getTimeString() - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
- getTimeString(int) - Method in interface com.aquenos.epics.jackie.client.ChannelAccessChannel
-
Gets the current value from the channel using the
DBR_TIME_STRING
and the
specified element count}.
- getType() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessValue
-
Returns the identifier for this value's underlying type.
- getUdpAddresses() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns socket addresses of server addresses and broadcast addresses that
should be contacted via UDP for name resolution.
- getUnacknowledgedAlarmSeverity() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Returns the severity of the highest unacknowledged alarm.
- getUnits() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Returns the engineerings units for this value.
- getUpperAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Returns the upper alarm limit.
- getUpperAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Returns the upper alarm limit.
- getUpperAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Returns the upper alarm limit.
- getUpperAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Returns the upper alarm limit.
- getUpperAlarmLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Returns the upper alarm limit.
- getUpperControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsChar
-
Returns the upper control limit.
- getUpperControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsDouble
-
Returns the upper control limit.
- getUpperControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsFloat
-
Returns the upper control limit.
- getUpperControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsLong
-
Returns the upper control limit.
- getUpperControlLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsShort
-
Returns the upper control limit.
- getUpperDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Returns the upper display limit.
- getUpperDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Returns the upper display limit.
- getUpperDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Returns the upper display limit.
- getUpperDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Returns the upper display limit.
- getUpperDisplayLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Returns the upper display limit.
- getUpperWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Returns the upper warning limit.
- getUpperWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Returns the upper warning limit.
- getUpperWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Returns the upper warning limit.
- getUpperWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Returns the upper warning limit.
- getUpperWarningLimit() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Returns the upper warning limit.
- getUserName() - Method in class com.aquenos.epics.jackie.client.ChannelAccessClientConfiguration
-
Returns the user name that shall be used as the identification of the
user when connecting to a Channel Access server.
- getUserName() - Method in class com.aquenos.epics.jackie.client.resolver.ChannelNameResolverConfiguration
-
Returns the user name that shall be used as the identification of the
user when connecting to a Channel Access server.
- getUserName() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessUserNameMessage
-
Returns the name of the user that is using the Channel Access client.
- getUserName() - Static method in class com.aquenos.epics.jackie.common.util.UserNameUtil
-
Returns the user name of the user that is running the program.
- getValue() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyServerMessage
-
Returns the current value of the channel.
- getValue() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadServerMessage
-
Returns the current value of the channel.
- getValue() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionServerMessage
-
Returns the current value of the channel.
- getValue() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteMessage
-
Returns the new value for the channel.
- getValue() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyClientMessage
-
Returns the new value for the channel.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAcknowledgeAlarm
-
Returns the buffer that stores the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Returns the list storing the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessChar
-
Returns the buffer that stores the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessClassName
-
Returns the list storing the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessConfigureAcknowledgeTransientAlarms
-
Returns the buffer that stores the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessDouble
-
Returns the buffer that stores the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessEnum
-
Returns the buffer that stores the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloat
-
Returns the buffer that stores the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessLong
-
Returns the buffer that stores the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessShort
-
Returns the buffer that stores the actual value elements.
- getValue() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessString
-
Returns the list storing the actual value elements.
- getValueSize() - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessValue
-
Returns the number of elements this value has.
- getVersion() - Method in class com.aquenos.epics.jackie.client.io.ChannelAccessServerConnection
-
Returns the Channel Access protocol version supported by the server.
- getVersion() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessBeaconMessage
-
Returns the most recent Channel Access version supported by the server.
- getVersion() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelClientMessage
-
Returns the Channel Access version supported by this client.
- getVersion() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchClientMessage
-
Returns the Channel Access version supported by this client.
- getVersion() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchUDPServerMessage
-
Returns the Channel Access version supported by this server.
- getVersion() - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionMessage
-
Returns the Channel Access version supported by the peer sending this
message.
- getWrittenData() - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSink
-
Returns all byte buffers to which data has been written and removes them
from the internal list.
- getWrittenDataSizeInBytes() - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSink
-
Returns the number of bytes that have been written to this byte sink and
are stored in buffers that have not been removed yet.
- SCAN - Static variable in class com.aquenos.epics.jackie.common.value.ChannelAccessAlarmStatus
-
Record could not be processed repeatedly because it is locked.
- sendMessage(ChannelAccessMessage) - Method in class com.aquenos.epics.jackie.client.io.ChannelAccessServerConnection
-
Adds a message to the queue of messages to be sent.
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessAccessRightsMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessBeaconMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionClientMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessCancelSubscriptionServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessChannelDisconnectedByServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelClientMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelFailedMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConnectChannelServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessDisconnectChannelMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEchoMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessErrorMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventsOffMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventsOnMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessHostNameMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessage
-
Serializes this message to a byte sink.
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessNotFoundMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadBuildMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadClientMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyClientMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadNotifyServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessReadSyncMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessRepeaterConfirmMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessRepeaterRegisterMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchClientMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchTCPServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSearchUDPServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionClientMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessSubscriptionServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessUserNameMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionTCPClientMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionTCPServerMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessVersionUDPMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyClientMessage
-
- serialize(ByteSink, ChannelAccessVersion, int, Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessWriteNotifyServerMessage
-
- SerializedChannelNameTooLargeException - Exception in com.aquenos.epics.jackie.common.exception
-
Exception indicating that a search message could not be serialized because
the channel name is too large.
- SerializedChannelNameTooLargeException() - Constructor for exception com.aquenos.epics.jackie.common.exception.SerializedChannelNameTooLargeException
-
Constructs a new exception with null
as its detail message.
- SerializedChannelNameTooLargeException(String) - Constructor for exception com.aquenos.epics.jackie.common.exception.SerializedChannelNameTooLargeException
-
Constructs a new exception with the specified detail message.
- SerializedChannelNameTooLargeException(Throwable) - Constructor for exception com.aquenos.epics.jackie.common.exception.SerializedChannelNameTooLargeException
-
Constructs a new exception with the specified cause and a detail message
of (cause==null ? null : cause.toString())
(which typically
contains the class and detail message of cause
).
- SerializedChannelNameTooLargeException(String, Throwable) - Constructor for exception com.aquenos.epics.jackie.common.exception.SerializedChannelNameTooLargeException
-
Constructs a new exception with the specified detail message and cause.
- SerializedPayloadTooLargeException - Exception in com.aquenos.epics.jackie.common.exception
-
Exception indicating that a message could not be serialized because its
payload is too large.
- SerializedPayloadTooLargeException() - Constructor for exception com.aquenos.epics.jackie.common.exception.SerializedPayloadTooLargeException
-
Constructs a new exception with null
as its detail message.
- SerializedPayloadTooLargeException(String) - Constructor for exception com.aquenos.epics.jackie.common.exception.SerializedPayloadTooLargeException
-
Constructs a new exception with the specified detail message.
- SerializedPayloadTooLargeException(Throwable) - Constructor for exception com.aquenos.epics.jackie.common.exception.SerializedPayloadTooLargeException
-
Constructs a new exception with the specified cause and a detail message
of (cause==null ? null : cause.toString())
(which typically
contains the class and detail message of cause
).
- SerializedPayloadTooLargeException(String, Throwable) - Constructor for exception com.aquenos.epics.jackie.common.exception.SerializedPayloadTooLargeException
-
Constructs a new exception with the specified detail message and cause.
- serializeHeader(ByteSink, int, short, int, int, int, ChannelAccessVersion, int) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessage
-
Serializes the header of the message.
- setAcknowledgeAlarmSeverity(ChannelAccessAlarmSeverity) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAcknowledgeAlarm
-
Sets the severity of the highest alarm that should be acknowledged.
- setAlarm(boolean) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
- setAlarmSeverity(ChannelAccessAlarmSeverity) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Sets the alarm severity of the value.
- setAlarmSeverity(ChannelAccessAlarmSeverity) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmValue
-
Sets the alarm severity of the value.
- setAlarmStatus(ChannelAccessAlarmStatus) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Set the alarm status of the value.
- setAlarmStatus(ChannelAccessAlarmStatus) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmValue
-
Set the alarm status of the value.
- setArchive(boolean) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
- setBeaconDetector(CommunicationProcessor) - Method in interface com.aquenos.epics.jackie.client.ClientThreadingStrategy
-
- setBeaconDetector(CommunicationProcessor) - Method in class com.aquenos.epics.jackie.client.DefaultClientThreadingStrategy
-
- setChannelNameResolver(CommunicationProcessor) - Method in interface com.aquenos.epics.jackie.client.ClientThreadingStrategy
-
- setChannelNameResolver(CommunicationProcessor) - Method in class com.aquenos.epics.jackie.client.DefaultClientThreadingStrategy
-
- setCharset(Charset) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Sets the character set used by this message codec.
- setCommunicationController(CommunicationController) - Method in class com.aquenos.epics.jackie.client.beacon.DefaultBeaconDetector
-
- setCommunicationController(CommunicationController) - Method in class com.aquenos.epics.jackie.client.resolver.DefaultChannelNameResolver
-
- setCommunicationController(CommunicationController) - Method in interface com.aquenos.epics.jackie.common.io.CommunicationProcessor
-
Sets the communication controller for this communication processor.
- setExecutionException(Throwable) - Method in class com.aquenos.epics.jackie.common.util.SimpleListenableFuture
-
Sets the exception that occurred while executing the job backing this
future.
- setExplicitlyAcknowledgeTransientAlarms(boolean) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Sets the flag indicating whether transient alarms have to be acknowledged
explicitly (true
) or are automatically acknowledged when
they disappear.
- setExplicitlyAcknowledgeTransientAlarms(boolean) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessConfigureAcknowledgeTransientAlarms
-
Sets the flag indicating whether transient alarms have to be acknowledged
explicitly (true
) or are automatically acknowledged when
they disappear.
- setIpMulticastLoopOption(DatagramChannel, boolean) - Static method in class com.aquenos.epics.jackie.common.util.DatagramChannelUtil
-
- setIpMulticastTtlOption(DatagramChannel, int) - Static method in class com.aquenos.epics.jackie.common.util.DatagramChannelUtil
-
- setLabels(Collection<String>) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsEnum
-
Replaces this value's labels with the elements from the specified
collection.
- setLowerAlarmLimit(byte) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Sets the lower alarm limit.
- setLowerAlarmLimit(double) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Sets the lower alarm limit.
- setLowerAlarmLimit(float) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Sets the lower alarm limit.
- setLowerAlarmLimit(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Sets the lower alarm limit.
- setLowerAlarmLimit(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Sets the lower alarm limit.
- setLowerControlLimit(byte) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsChar
-
Sets the lower control limit.
- setLowerControlLimit(double) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsDouble
-
Sets the lower control limit.
- setLowerControlLimit(float) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsFloat
-
Sets the lower control limit.
- setLowerControlLimit(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsLong
-
Sets the lower control limit.
- setLowerControlLimit(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsShort
-
Sets the lower control limit.
- setLowerDisplayLimit(byte) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Sets the lower display limit.
- setLowerDisplayLimit(double) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Sets the lower display limit.
- setLowerDisplayLimit(float) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Sets the lower display limit.
- setLowerDisplayLimit(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Sets the lower display limit.
- setLowerDisplayLimit(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Sets the lower display limit.
- setLowerWarningLimit(byte) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Sets the lower warning limit.
- setLowerWarningLimit(double) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Sets the lower warning limit.
- setLowerWarningLimit(float) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Sets the lower warning limit.
- setLowerWarningLimit(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Sets the lower warning limit.
- setLowerWarningLimit(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Sets the lower warning limit.
- setMaxPayloadReceiveSize(int) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Sets the maximum payload size for received messages.
- setMaxPayloadSendSize(int) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessMessageCodec
-
Sets the maximum payload size for sent messages.
- setPrecision(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloatingPointGraphicsValue
-
Sets the display precision.
- setProperty(boolean) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
- setRawLabels(byte[], int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsEnum
-
Updates the label strings using the specified raw representations.
- setRawUnits(byte[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Sets the engineerings units for this value.
- setRawValue(byte[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Updates the string values using the specified raw representations.
- setRawValue(byte[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessClassName
-
Updates the string values using the specified raw representations.
- setRawValue(byte[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessString
-
Updates the string values using the specified raw representations.
- setResult(V) - Method in class com.aquenos.epics.jackie.common.util.SimpleListenableFuture
-
Sets the result provided by this future.
- setTimeNanoseconds(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeValue
-
Sets the nanoseconds part of the value's time-stamp.
- setTimeSeconds(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeValue
-
Sets the seconds part of the value's time-stamp.
- setTimeStamp(ChannelAccessTimeStamp) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessTimeValue
-
Sets the time-stamp associated with this value.
- setUnacknowledgedAlarmSeverity(ChannelAccessAlarmSeverity) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Sets the severity of the highest unacknowledged alarm.
- setUnits(String) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessNumericGraphicsValue
-
Sets the engineerings units for this value.
- setUpperAlarmLimit(byte) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Sets the upper alarm limit.
- setUpperAlarmLimit(double) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Sets the upper alarm limit.
- setUpperAlarmLimit(float) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Sets the upper alarm limit.
- setUpperAlarmLimit(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Sets the upper alarm limit.
- setUpperAlarmLimit(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Sets the upper alarm limit.
- setUpperControlLimit(byte) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsChar
-
Sets the upper control limit.
- setUpperControlLimit(double) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsDouble
-
Sets the upper control limit.
- setUpperControlLimit(float) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsFloat
-
Sets the upper control limit.
- setUpperControlLimit(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsLong
-
Sets the upper control limit.
- setUpperControlLimit(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessControlsShort
-
Sets the upper control limit.
- setUpperDisplayLimit(byte) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Sets the upper display limit.
- setUpperDisplayLimit(double) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Sets the upper display limit.
- setUpperDisplayLimit(float) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Sets the upper display limit.
- setUpperDisplayLimit(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Sets the upper display limit.
- setUpperDisplayLimit(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Sets the upper display limit.
- setUpperWarningLimit(byte) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsChar
-
Sets the upper warning limit.
- setUpperWarningLimit(double) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsDouble
-
Sets the upper warning limit.
- setUpperWarningLimit(float) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsFloat
-
Sets the upper warning limit.
- setUpperWarningLimit(int) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsLong
-
Sets the upper warning limit.
- setUpperWarningLimit(short) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessGraphicsShort
-
Sets the upper warning limit.
- setValue(boolean) - Method in class com.aquenos.epics.jackie.common.protocol.ChannelAccessEventMask
-
- setValue(short[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAcknowledgeAlarm
-
Replaces the buffer that stores the value's actual elements with a buffer
wrapping the passed array.
- setValue(Collection<String>) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessAlarmAcknowledgementStatus
-
Replaces this value's elements with the elements from the specified
collection.
- setValue(byte[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessChar
-
Replaces the buffer that stores the value's actual elements with a buffer
wrapping the passed array.
- setValue(Collection<String>) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessClassName
-
Replaces this value's elements with the elements from the specified
collection.
- setValue(short[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessConfigureAcknowledgeTransientAlarms
-
Replaces the buffer that stores the value's actual elements with a buffer
wrapping the passed array.
- setValue(double[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessDouble
-
Replaces the buffer that stores the value's actual elements with a buffer
wrapping the passed array.
- setValue(short[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessEnum
-
Replaces the buffer that stores the value's actual elements with a buffer
wrapping the passed array.
- setValue(float[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessFloat
-
Replaces the buffer that stores the value's actual elements with a buffer
wrapping the passed array.
- setValue(int[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessLong
-
Replaces the buffer that stores the value's actual elements with a buffer
wrapping the passed array.
- setValue(short[]) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessShort
-
Replaces the buffer that stores the value's actual elements with a buffer
wrapping the passed array.
- setValue(Collection<String>) - Method in interface com.aquenos.epics.jackie.common.value.ChannelAccessString
-
Replaces this value's elements with the elements from the specified
collection.
- ShortPayloadException - Exception in com.aquenos.epics.jackie.common.exception
-
Exception indicating that a message's payload was too short.
- ShortPayloadException() - Constructor for exception com.aquenos.epics.jackie.common.exception.ShortPayloadException
-
Constructs a new exception with null
as its detail message.
- ShortPayloadException(String) - Constructor for exception com.aquenos.epics.jackie.common.exception.ShortPayloadException
-
Constructs a new exception with the specified detail message.
- ShortPayloadException(Throwable) - Constructor for exception com.aquenos.epics.jackie.common.exception.ShortPayloadException
-
Constructs a new exception with the specified cause and a detail message
of (cause==null ? null : cause.toString())
(which typically
contains the class and detail message of cause
).
- ShortPayloadException(String, Throwable) - Constructor for exception com.aquenos.epics.jackie.common.exception.ShortPayloadException
-
Constructs a new exception with the specified detail message and cause.
- SIMM - Static variable in class com.aquenos.epics.jackie.common.value.ChannelAccessAlarmStatus
-
Simulated alarm.
- SimpleCommunicationController - Class in com.aquenos.epics.jackie.common.io
-
Simple communication controller implementation.
- SimpleCommunicationController() - Constructor for class com.aquenos.epics.jackie.common.io.SimpleCommunicationController
-
Creates a communication controller using the platform's default
SelectorProvider
.
- SimpleCommunicationController(SelectorProvider) - Constructor for class com.aquenos.epics.jackie.common.io.SimpleCommunicationController
-
Creates a communication controller that uses the specified selector
provider for opening its Selector
.
- SimpleConcurrentQueue<E> - Class in com.aquenos.epics.jackie.common.util
-
Simple concurrent lock-free queue backed by a linked list.
- SimpleConcurrentQueue() - Constructor for class com.aquenos.epics.jackie.common.util.SimpleConcurrentQueue
-
Creates an empty queue.
- SimpleListenableFuture<V> - Class in com.aquenos.epics.jackie.common.util
-
- SimpleListenableFuture() - Constructor for class com.aquenos.epics.jackie.common.util.SimpleListenableFuture
-
Creates a future.
- SimpleListenableFuture(ListenerLockPolicy) - Constructor for class com.aquenos.epics.jackie.common.util.SimpleListenableFuture
-
Creates a future.
- size() - Method in class com.aquenos.epics.jackie.common.util.LinkedWeakIdentityHashSet
-
- SIZE_OF_BYTE - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSink
-
Size of a byte in bytes.
- SIZE_OF_BYTE - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
Size of a byte in bytes.
- SIZE_OF_DOUBLE - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSink
-
Size of a double in bytes.
- SIZE_OF_DOUBLE - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
Size of a double in bytes.
- SIZE_OF_FLOAT - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSink
-
Size of a float in bytes.
- SIZE_OF_FLOAT - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
Size of a float in bytes.
- SIZE_OF_INT - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSink
-
Size of an int in bytes.
- SIZE_OF_INT - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
Size of an int in bytes.
- SIZE_OF_LONG - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSink
-
Size of a long in bytes.
- SIZE_OF_LONG - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
Size of a long in bytes.
- SIZE_OF_SHORT - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSink
-
Size of a short in bytes.
- SIZE_OF_SHORT - Static variable in class com.aquenos.epics.jackie.common.io.AbstractByteSource
-
Size of a short in bytes.
- skip(int) - Method in class com.aquenos.epics.jackie.common.io.ByteBufferByteSource
-
- skip(int) - Method in interface com.aquenos.epics.jackie.common.io.ByteSource
-
Skips the specified number of bytes.
- SOFT - Static variable in class com.aquenos.epics.jackie.common.value.ChannelAccessAlarmStatus
-
Record soft alarm.
- STANDARD_HEADER_SIZE - Static variable in class com.aquenos.epics.jackie.common.protocol.ChannelAccessConstants
-
Size of a standard Channel Access header (in bytes).
- start() - Method in class com.aquenos.epics.jackie.client.beacon.Repeater
-
Starts the repeater.
- STATE - Static variable in class com.aquenos.epics.jackie.common.value.ChannelAccessAlarmStatus
-
Value represents a state that is an alarm condition.
- stop() - Method in class com.aquenos.epics.jackie.client.beacon.Repeater
-
Stops the repeater.
- stringToInetAddress(String) - Static method in class com.aquenos.epics.jackie.common.util.Inet4AddressUtil
-
Parses a string representing an IPv4 address.
- stringToSizeLimitedNullTerminatedBytesOrNull(String, int, int, Charset) - Static method in class com.aquenos.epics.jackie.common.util.NullTerminatedStringUtil
-
Converts a string to an array of null-terminated bytes.
- stringToSizeLimitedNullTerminatedBytesOrNull(String, int, Charset) - Static method in class com.aquenos.epics.jackie.common.util.NullTerminatedStringUtil
-
Converts a string to an array of null-terminated bytes.
- stringToTruncatedNullTerminatedBytes(String, int, int, Charset) - Static method in class com.aquenos.epics.jackie.common.util.NullTerminatedStringUtil
-
Converts a string to an array of null-terminated bytes, truncating the
string if necessary.
- stringToTruncatedNullTerminatedBytes(String, int, Charset) - Static method in class com.aquenos.epics.jackie.common.util.NullTerminatedStringUtil
-
Converts a string to an array of null-terminated bytes, truncating the
string if necessary.
- stringToTruncatedNullTerminatedFixedBytes(String, int, Charset) - Static method in class com.aquenos.epics.jackie.common.util.NullTerminatedStringUtil
-
Converts a string to an array of null-terminated bytes, truncating the
string if necessary.