| 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()
Gets the value of the mdState property.
|
| 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 AbstractState) |
void |
DefaultMedicalDeviceInformationBase.createWithExistingLock(MdDescription mdib,
MdState AbstractState,
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 © 2017. All rights reserved.