public class DefaultBICEPSMDSContext extends DefaultAbstractBICEPSProxy<MDSContextListener> implements BICEPSMDSContext
| Modifier and Type | Field and Description |
|---|---|
List<BICEPSMDSContextElementState<?,?>> |
mdsContextElements |
| Constructor and Description |
|---|
DefaultBICEPSMDSContext(SystemContext systemContextDescriptor,
org.ws4d.java.types.EndpointReference deviceEndpointRef,
ProxyCommunication proxyCom,
BICEPSMedicalDeviceSystem parentDMDS,
List<BICEPSMDSContextElementState<?,?>> mdsContextElements) |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(AbstractIdentifiableContextState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
SystemContext |
getDescriptor() |
String |
getHandleOnEndpointReference() |
List<BICEPSMDSContextElementState<?,?>> |
getMDSContextElements() |
ProxyUniqueID |
getProxyUniqueID() |
BICEPSStateProxy |
getStateProxy() |
boolean |
isStateValid() |
void |
removed() |
void |
requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
String errorMsg) |
void |
subscriptionEnded(SubscriptionEndCodeType reason) |
getEndpointReference, getListeners, getParentMedicalDeviceSystem, getProxyCom, handleProxyRemove, isStateAvailable, isSubscribed, isValid, setInitialValidity, setValid, subscribe, unsubscribeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndpointReference, getParentMedicalDeviceSystem, isStateAvailable, isSubscribed, isValidpublic final List<BICEPSMDSContextElementState<?,?>> mdsContextElements
public DefaultBICEPSMDSContext(SystemContext systemContextDescriptor, org.ws4d.java.types.EndpointReference deviceEndpointRef, ProxyCommunication proxyCom, BICEPSMedicalDeviceSystem parentDMDS, List<BICEPSMDSContextElementState<?,?>> mdsContextElements)
public List<BICEPSMDSContextElementState<?,?>> getMDSContextElements()
getMDSContextElements in interface BICEPSMDSContextpublic ProxyUniqueID getProxyUniqueID()
getProxyUniqueID in interface BICEPSProxypublic String getHandleOnEndpointReference()
getHandleOnEndpointReference in interface BICEPSProxypublic SystemContext 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,
String errorMsg)
requestStateChanged in class DefaultAbstractBICEPSProxy<MDSContextListener>public void changed(AbstractIdentifiableContextState s, long sequenceNumber, List<ChangedProperty> changedProps)
public void changed(State newState, long sequenceNumber, List<ChangedProperty> changedProps)
changed in class DefaultAbstractBICEPSProxy<MDSContextListener>Copyright © 2016. All rights reserved.