Package | Description |
---|---|
org.epics.pvdata.monitor |
This package has the interface and class definitions for code to monitor
changes to fields in a pvData structure.
|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Method and Description |
---|---|
Status |
Monitor.start()
Start monitoring.
|
Status |
Monitor.stop()
Stop Monitoring.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitorRequester.monitorConnect(Status status,
Monitor monitor,
Structure structure)
The client and server have both completed the createMonitor request.
|
Modifier and Type | Method and Description |
---|---|
Status |
StatusCreate.createStatus(Status.StatusType type,
String message,
Throwable cause)
Create status.
|
Status |
StatusCreate.deserializeStatus(ByteBuffer buffer,
DeserializableControl control)
Deserialize status.
|
Status |
StatusCreate.getStatusOK()
Get OK status.
|
Copyright © 2014. All Rights Reserved.