public class DefaultBICEPSAlertCondition extends DefaultAbstractBICEPSProxy<AlertConditionListener> implements BICEPSAlertCondition
| Constructor and Description |
|---|
DefaultBICEPSAlertCondition(AlertConditionDescriptor 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) |
AlertConditionDescriptor |
getDescriptor() |
java.lang.String |
getHandleOnEndpointReference() |
ProxyUniqueID |
getProxyUniqueID() |
BICEPSAlertConditionState |
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 DefaultBICEPSAlertCondition(AlertConditionDescriptor 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 AlertConditionDescriptor getDescriptor()
getDescriptor in interface BICEPSProxygetDescriptor in interface BICEPSAlertConditionpublic boolean isStateValid()
isStateValid in interface BICEPSProxypublic BICEPSAlertConditionState getStateProxy()
getStateProxy in interface BICEPSProxygetStateProxy in interface BICEPSAlertConditionpublic void removed()
removed in class DefaultAbstractBICEPSProxy<AlertConditionListener>public void subscriptionEnded(SubscriptionEndCodeType reason)
subscriptionEnded in class DefaultAbstractBICEPSProxy<AlertConditionListener>public void requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
java.util.List<LocalizedText> errorMsg)
requestStateChanged in class DefaultAbstractBICEPSProxy<AlertConditionListener>public void changed(AbstractState newState, java.lang.String sequenceNumber, java.util.List<ChangedProperty> changedProps)
changed in class DefaultAbstractBICEPSProxy<AlertConditionListener>