| Interface | Description |
|---|---|
| BasicTransactionProcessor.SubscriptionChangeCallback | |
| BrowseOperation | |
| Driver |
The super-interface for any type of XOPC driver.
|
| DriverContext | |
| DriverDiagnostics | |
| DriverIODelegate | |
| DriverNodeBuilder | |
| DriverSubscriptionModel | |
| DriverSubscriptionModel.ModelChangeListener |
A callback interface that receives notification when
SubscriptionItems are added to or removed from the
driver. |
| RequestCycle<M> | |
| RequestExecutor.Request | |
| RequestExecutor.RequestPermit | |
| TransactionProcessor |
| Class | Description |
|---|---|
| AbstractDriver<M> |
A partial implementation of
Driver that handles the complexities of maintaining a subscription model, a
request schedule, managing a request cycle, and the DriverState. |
| AbstractIODelegatingDriver | |
| AbstractSocketDriver |
A subclass of
AbstractDriver that implements connect/disconnect/read/write management of a Socket
connection. |
| AbstractTagDriver | |
| AggregateReadItem | |
| AggregateSubscriptionItem |
An AggregateSubscriptionItem aggregates a list of subscription items with the same address.
|
| BasicRequestCycle<M> | |
| BasicTransactionProcessor | |
| BasicTransactionProcessor.SubscriptionTransaction | |
| BatchingTransactionProcessor | |
| BlockingRequestQueue<T extends Request<?> & java.lang.Comparable<T>> | |
| DiagnosticsCategory | |
| DriverAPI | |
| DriverDiagnosticsImpl | |
| DriverMetrics | |
| DriverMetrics.AggregateStats | |
| DriverMetrics.DriverMetricsSerializer | |
| DriverMetrics.RateStats | |
| MetricCategory | |
| MetricCategorySerializer | |
| RequestDiagnostics | |
| RequestExecutor | |
| RequestExecutor.ScheduledRequest |
A
RequestExecutor.Request implementation that reschedules itself after execution, attempting to run periodically
at the provided rate, until cancelled. |
| RequestExecutor.TimedRequest |
A
RequestExecutor.Request implementation that times the its execution using a provided Timer. |
| RequestHealth | |
| ScheduledRequest<M> |
A ScheduledRequest holds a
Request and the corresponding Set of
AggregateSubscriptionItems making up
that Request that a driver implementation has optimized. |
| SocketIODelegate |
| Enum | Description |
|---|---|
| DriverState |