public interface BICEPSProxy
| Modifier and Type | Method and Description |
|---|---|
void |
changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
Descriptor |
getDescriptor() |
org.ws4d.java.types.EndpointReference |
getEndpointReference() |
String |
getHandleOnEndpointReference() |
BICEPSMedicalDeviceSystem |
getParentMedicalDeviceSystem() |
ProxyUniqueID |
getProxyUniqueID() |
BICEPSStateProxy |
getStateProxy() |
boolean |
isStateAvailable() |
boolean |
isStateValid() |
boolean |
isSubscribed(BICEPSClientCallback callback) |
boolean |
isValid() |
void |
removed() |
void |
requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
String errorMsg) |
void |
subscriptionEnded(SubscriptionEndCodeType reason) |
boolean isValid()
ProxyUniqueID getProxyUniqueID()
BICEPSMedicalDeviceSystem getParentMedicalDeviceSystem()
org.ws4d.java.types.EndpointReference getEndpointReference()
String getHandleOnEndpointReference()
boolean isSubscribed(BICEPSClientCallback callback)
Descriptor getDescriptor()
boolean isStateAvailable()
boolean isStateValid()
BICEPSStateProxy getStateProxy()
void removed()
void changed(State newState, long sequenceNumber, List<ChangedProperty> changedProps)
void requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
String errorMsg)
void subscriptionEnded(SubscriptionEndCodeType reason)
Copyright © 2016. All rights reserved.