public class DefaultBICEPSAlertSignal extends DefaultAbstractBICEPSProxy<AlertSignalListener> implements BICEPSAlertSignal
| Constructor and Description |
|---|
DefaultBICEPSAlertSignal(AlertSignalDescriptor descriptor,
org.ws4d.java.types.EndpointReference deviceEndpointRef,
ProxyCommunication proxyCom,
BICEPSMedicalDeviceSystem parentMDS) |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(AbstractState newState,
java.lang.String sequenceNumber,
java.util.List<ChangedProperty> changedProps) |
AlertSignalDescriptor |
getDescriptor() |
java.lang.String |
getHandleOnEndpointReference() |
ProxyUniqueID |
getProxyUniqueID() |
BICEPSAlertSignalState |
getStateProxy() |
boolean |
isStateValid() |
void |
removed() |
void |
requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
java.util.List<LocalizedText> errorMsg) |
void |
subscriptionEnded(SubscriptionEndCodeType reason) |
getContainmentTreeId, getContainmentTreeListIndex, getEndpointReference, getListeners, getMdibVersion, getParentMedicalDeviceSystem, getProxyCom, handleProxyRemove, isStateAvailable, isSubscribed, isValid, setContainmentTreeId, setContainmentTreeListIndex, setInitialValidity, setMdibVersion, setValid, subscribe, unsubscribeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContainmentTreeId, getContainmentTreeListIndex, getEndpointReference, getMdibVersion, getParentMedicalDeviceSystem, isStateAvailable, isSubscribed, isValid, setContainmentTreeId, setContainmentTreeListIndexpublic DefaultBICEPSAlertSignal(AlertSignalDescriptor descriptor, org.ws4d.java.types.EndpointReference deviceEndpointRef, ProxyCommunication proxyCom, BICEPSMedicalDeviceSystem parentMDS)
public ProxyUniqueID getProxyUniqueID()
getProxyUniqueID in interface BICEPSProxypublic java.lang.String getHandleOnEndpointReference()
getHandleOnEndpointReference in interface BICEPSProxypublic AlertSignalDescriptor getDescriptor()
getDescriptor in interface BICEPSProxygetDescriptor in interface BICEPSAlertSignalpublic boolean isStateValid()
isStateValid in interface BICEPSProxypublic BICEPSAlertSignalState getStateProxy()
getStateProxy in interface BICEPSProxygetStateProxy in interface BICEPSAlertSignalpublic void removed()
removed in class DefaultAbstractBICEPSProxy<AlertSignalListener>public void subscriptionEnded(SubscriptionEndCodeType reason)
subscriptionEnded in class DefaultAbstractBICEPSProxy<AlertSignalListener>public void requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
java.util.List<LocalizedText> errorMsg)
requestStateChanged in class DefaultAbstractBICEPSProxy<AlertSignalListener>public void changed(AbstractState newState, java.lang.String sequenceNumber, java.util.List<ChangedProperty> changedProps)
changed in class DefaultAbstractBICEPSProxy<AlertSignalListener>