|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUIPM | |
|---|---|
| edu.wisc.trace.uch | Provides Classes which are used to startup and bind the UCH to the core SDK, and provide interface to the clients. |
| edu.wisc.trace.uch.uipm.urchttp | Provides classes for URC-HTTP UIPM. |
| Uses of IUIPM in edu.wisc.trace.uch |
|---|
| Methods in edu.wisc.trace.uch with parameters of type IUIPM | |
|---|---|
Map<String,String> |
UCH.openSessionRequest(IUIPM uipm,
String targetId,
String socketName,
Map<String,String> clientProps)
|
Map<String,String> |
IUIPMListener.openSessionRequest(IUIPM uipm,
String targetId,
String socketName,
Map<String,String> clientProps)
Request for opening a session with the specified target and socket. |
void |
UCH.removeUIPM(IUIPM uipm)
|
void |
IUIPMListener.removeUIPM(IUIPM uipm)
|
String |
UCH.startUriService(IUIPM uipm,
String scheme,
int port,
boolean portIsFlexible,
String basePath,
boolean basePathIsFlexible)
|
String |
IUIPMListener.startUriService(IUIPM uipm,
String scheme,
int port,
boolean portIsFlexible,
String basePath,
boolean basePathIsFlexible)
The UIPM requests the UCH to start servicing a URI which is made up of a given scheme, port, and base path. |
| Uses of IUIPM in edu.wisc.trace.uch.uipm.urchttp |
|---|
| Classes in edu.wisc.trace.uch.uipm.urchttp that implement IUIPM | |
|---|---|
class |
UrcHttpUIPM
After getting information from ITDMListener regarding Discovery and Discarding of devices, UCH instantiates UrcHttpUIPM if relative target is discovered. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||