Package | Description |
---|---|
org.epics.pvdata.factory |
This package implements the interfaces defined in org.epics.pvdata.pv.
|
org.epics.pvdata.misc |
This package provides a number of utility classes that are used by pvData code.
|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPVField.message(String message,
MessageType messageType) |
Modifier and Type | Field and Description |
---|---|
MessageType |
MessageNode.messageType
The message type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MessageQueue.put(String message,
MessageType messageType,
boolean replaceLast)
PutFactory a new message into the queue.
|
Modifier and Type | Method and Description |
---|---|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Requester.message(String message,
MessageType messageType)
Report a message.
|
Copyright © 2014. All Rights Reserved.