Package | Description |
---|---|
com.ibm.tivoli.maximo.iotservices |
Modifier and Type | Method and Description |
---|---|
static IoTRestEndPointsInfo |
IoTUtils.getCachedRestEndPointInfo(java.lang.String servicename,
java.lang.String usedwith)
Returns a Rest EndPoints Info object
|
IoTRestEndPointsInfo |
IoTServicesCache.getEndPointInfo(java.lang.String servicename,
java.lang.String usedwith)
Returns the endpoint info
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<IoTRestEndPointsInfo>> |
IoTServicesCache.getAllEndPointInfo() |
static java.util.List<IoTRestEndPointsInfo> |
IoTUtils.getCachedRestEndPointInfo(java.lang.String servicename)
Returns Rest EndPoints Info for a Service
|
java.util.List<IoTRestEndPointsInfo> |
IoTServicesCache.getEndPointInfo(java.lang.String servicename)
Returns a list of EndPoint (IoTRestEndPointsInfo) for a given service.
|
java.util.Map<java.lang.String,java.util.List<IoTRestEndPointsInfo>> |
IoTServicesCacheImpl.getIotRestEndPoints() |