public class DefaultBICEPSStream extends DefaultAbstractBICEPSProxy<StreamListener> implements BICEPSStream
| Constructor and Description |
|---|
DefaultBICEPSStream(RealTimeSampleArrayMetricDescriptor metric,
org.ws4d.java.types.EndpointReference deviceEndpointRef,
ProxyCommunication comInterface,
BICEPSMedicalDeviceSystem parentMDS) |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(AbstractState newState,
java.lang.String sequenceNumber,
java.util.List<ChangedProperty> changedProps) |
RealTimeSampleArrayMetricDescriptor |
getDescriptor() |
java.lang.String |
getHandleOnEndpointReference() |
ProxyUniqueID |
getProxyUniqueID() |
BICEPSStreamState |
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, waitsubscribe, unsubscribegetContainmentTreeId, getContainmentTreeListIndex, getEndpointReference, getMdibVersion, getParentMedicalDeviceSystem, isStateAvailable, isSubscribed, isValid, setContainmentTreeId, setContainmentTreeListIndexpublic DefaultBICEPSStream(RealTimeSampleArrayMetricDescriptor metric, org.ws4d.java.types.EndpointReference deviceEndpointRef, ProxyCommunication comInterface, BICEPSMedicalDeviceSystem parentMDS)
public ProxyUniqueID getProxyUniqueID()
getProxyUniqueID in interface BICEPSProxypublic java.lang.String getHandleOnEndpointReference()
getHandleOnEndpointReference in interface BICEPSProxypublic RealTimeSampleArrayMetricDescriptor getDescriptor()
getDescriptor in interface BICEPSProxygetDescriptor in interface BICEPSStreampublic boolean isStateValid()
isStateValid in interface BICEPSProxypublic BICEPSStreamState getStateProxy()
getStateProxy in interface BICEPSProxygetStateProxy in interface BICEPSStreampublic void removed()
removed in class DefaultAbstractBICEPSProxy<StreamListener>public void subscriptionEnded(SubscriptionEndCodeType reason)
subscriptionEnded in class DefaultAbstractBICEPSProxy<StreamListener>public void requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
java.util.List<LocalizedText> errorMsg)
requestStateChanged in class DefaultAbstractBICEPSProxy<StreamListener>public void changed(AbstractState newState, java.lang.String sequenceNumber, java.util.List<ChangedProperty> changedProps)
changed in class DefaultAbstractBICEPSProxy<StreamListener>