| Modifier and Type | Method and Description |
|---|---|
CommunicationContainer<MDState,?> |
CommunicationAdapter.retrieveStates(org.ws4d.java.service.reference.DeviceReference devRef) |
CommunicationContainer<MDState,?> |
CommunicationAdapter.retrieveStates(org.ws4d.java.service.reference.DeviceReference devRef,
Collection<String> handles) |
CommunicationContainer<MDState,?> |
CommunicationAdapter.retrieveStates(org.ws4d.java.service.reference.DeviceReference devRef,
String handle) |
| Modifier and Type | Method and Description |
|---|---|
CommunicationContainer<MDState,?> |
DefaultMDPWSClientAdapter.retrieveStates(org.ws4d.java.service.reference.DeviceReference devRef) |
CommunicationContainer<MDState,?> |
DefaultMDPWSClientAdapter.retrieveStates(org.ws4d.java.service.reference.DeviceReference devRef,
Collection<String> handles) |
CommunicationContainer<MDState,?> |
DefaultMDPWSClientAdapter.retrieveStates(org.ws4d.java.service.reference.DeviceReference devRef,
String handle) |
| Modifier and Type | Field and Description |
|---|---|
protected MDState |
MDIB.mdState |
protected MDState |
GetMDStateResponse.mdState |
| Modifier and Type | Method and Description |
|---|---|
MDState |
ObjectFactory.createMDState()
Create an instance of
MDState |
MDState |
MDIB.getMdState()
Gets the value of the mdState property.
|
MDState |
GetMDStateResponse.getMDState()
MdState comprises the requested set of MDS states.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MDIB.setMdState(MDState value)
Sets the value of the mdState property.
|
void |
GetMDStateResponse.setMDState(MDState value)
Sets the value of the mdState property.
|
| Modifier and Type | Method and Description |
|---|---|
MDState |
BICEPSDeviceNodeInterfaceState.getInitialMDState() |
| Modifier and Type | Method and Description |
|---|---|
MDState |
DefaultMDIStateBuilder.getMedicalDeviceInterfaceState() |
| Modifier and Type | Method and Description |
|---|---|
MDState |
MDIStateBuilder.getMedicalDeviceInterfaceState() |
| Modifier and Type | Method and Description |
|---|---|
MDState |
MedicalDeviceInformationBase.getDeviceStates()
Returns the current states of the medical devices contained in the MDIB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicalDeviceInformationBase.create(MDDescription mdib,
MDState initialMDState)
Create a MDIB using the provided description and the initial state.
|
void |
MedicalDeviceInformationBase.createWithExistingLock(MDDescription mdDescription,
MDState initialMDState,
ReadWriteLock mdibLock)
Create a MDIB using the provided description and the initial state and uses the provided lock for all read or write access to the MDIB.
|
| Modifier and Type | Method and Description |
|---|---|
MDState |
DefaultMedicalDeviceInformationBase.getDeviceStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMedicalDeviceInformationBase.create(MDDescription mdib,
MDState state) |
void |
DefaultMedicalDeviceInformationBase.createWithExistingLock(MDDescription mdib,
MDState state,
ReadWriteLock lock) |
| Modifier and Type | Method and Description |
|---|---|
static MDState |
StateFilterUtil.getFilteredMDState(MDState mdState,
MedicalDeviceInformationBase mdib,
StateFilterUtil.StateFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
static MDState |
StateFilterUtil.getFilteredMDState(MDState mdState,
MedicalDeviceInformationBase mdib,
StateFilterUtil.StateFilter filter) |
Copyright © 2018. All rights reserved.