public class BICEPSProxyUtil extends Object
| Constructor and Description |
|---|
BICEPSProxyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createHandleOnEndpointReference(org.ws4d.java.types.EndpointReference deviceEndpointReference) |
static CodedValue |
getCode(Descriptor descriptor) |
static <T extends State> |
getCurrentStateFromDevice(BICEPSProxy proxy,
CommunicationAdapter comAdapter,
Class<T> stateClass) |
static <T extends State> |
getCurrentStatesFromDevice(BICEPSProxy proxy,
CommunicationAdapter comAdapter,
Class<T> stateClass) |
static org.ws4d.java.types.EndpointReference |
getEndpointReferenceFromURIString(String endpointStr) |
static String |
getHandle(BICEPSProxy proxy) |
static boolean |
isNumericMetric(BICEPSMetric metric) |
static boolean |
isStringMetric(BICEPSMetric metric) |
static boolean |
isWaveformMetric(BICEPSMetric metric) |
static <T extends State> |
retrieveStatesInternal(BICEPSProxy proxy,
CommunicationAdapter comAdapter,
Class<T> stateClass,
List<T> newStates,
BigInteger mdibSequenceNumber,
String descriptorHandle) |
static void |
updateBICEPSProxy(State newState,
BICEPSProxy diceProxy,
BigInteger sequenceNumber) |
public static String createHandleOnEndpointReference(org.ws4d.java.types.EndpointReference deviceEndpointReference)
public static <T extends State> List<T> getCurrentStatesFromDevice(BICEPSProxy proxy, CommunicationAdapter comAdapter, Class<T> stateClass)
public static <T extends State> T getCurrentStateFromDevice(BICEPSProxy proxy, CommunicationAdapter comAdapter, Class<T> stateClass)
public static <T extends State> BigInteger retrieveStatesInternal(BICEPSProxy proxy, CommunicationAdapter comAdapter, Class<T> stateClass, List<T> newStates, BigInteger mdibSequenceNumber, String descriptorHandle)
public static void updateBICEPSProxy(State newState, BICEPSProxy diceProxy, BigInteger sequenceNumber)
public static boolean isNumericMetric(BICEPSMetric metric)
public static boolean isStringMetric(BICEPSMetric metric)
public static boolean isWaveformMetric(BICEPSMetric metric)
public static CodedValue getCode(Descriptor descriptor)
public static String getHandle(BICEPSProxy proxy)
public static org.ws4d.java.types.EndpointReference getEndpointReferenceFromURIString(String endpointStr)
Copyright © 2016. All rights reserved.