public class DefaultBICEPSMDSContext extends DefaultAbstractBICEPSProxy<MDSContextListener> implements BICEPSMDSContext
| Modifier and Type | Field and Description |
|---|---|
java.util.List<BICEPSMDSContextElementState<?,?>> |
mdsContextElements |
| Constructor and Description |
|---|
DefaultBICEPSMDSContext(SystemContextDescriptor systemContextDescriptor,
org.ws4d.java.types.EndpointReference deviceEndpointRef,
ProxyCommunication proxyCom,
BICEPSMedicalDeviceSystem parentDMDS,
java.util.List<BICEPSMDSContextElementState<?,?>> mdsContextElements) |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(AbstractContextState s,
java.lang.String sequenceNumber,
java.util.List<ChangedProperty> changedProps) |
void |
changed(AbstractState newState,
java.lang.String sequenceNumber,
java.util.List<ChangedProperty> changedProps) |
SystemContextDescriptor |
getDescriptor() |
java.lang.String |
getHandleOnEndpointReference() |
java.util.List<BICEPSMDSContextElementState<?,?>> |
getMDSContextElements() |
ProxyUniqueID |
getProxyUniqueID() |
BICEPSStateProxy |
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 final java.util.List<BICEPSMDSContextElementState<?,?>> mdsContextElements
public DefaultBICEPSMDSContext(SystemContextDescriptor systemContextDescriptor, org.ws4d.java.types.EndpointReference deviceEndpointRef, ProxyCommunication proxyCom, BICEPSMedicalDeviceSystem parentDMDS, java.util.List<BICEPSMDSContextElementState<?,?>> mdsContextElements)
public java.util.List<BICEPSMDSContextElementState<?,?>> getMDSContextElements()
getMDSContextElements in interface BICEPSMDSContextpublic ProxyUniqueID getProxyUniqueID()
getProxyUniqueID in interface BICEPSProxypublic java.lang.String getHandleOnEndpointReference()
getHandleOnEndpointReference in interface BICEPSProxypublic SystemContextDescriptor getDescriptor()
getDescriptor in interface BICEPSProxypublic boolean isStateValid()
isStateValid in interface BICEPSProxypublic void removed()
removed in class DefaultAbstractBICEPSProxy<MDSContextListener>public void subscriptionEnded(SubscriptionEndCodeType reason)
subscriptionEnded in class DefaultAbstractBICEPSProxy<MDSContextListener>public BICEPSStateProxy getStateProxy()
getStateProxy in interface BICEPSProxypublic void requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
java.util.List<LocalizedText> errorMsg)
requestStateChanged in class DefaultAbstractBICEPSProxy<MDSContextListener>public void changed(AbstractContextState s, java.lang.String sequenceNumber, java.util.List<ChangedProperty> changedProps)
public void changed(AbstractState newState, java.lang.String sequenceNumber, java.util.List<ChangedProperty> changedProps)
changed in class DefaultAbstractBICEPSProxy<MDSContextListener>