getInstance(String URL)
![]() |
Every application you write using the Interact API must call getInstance to instantiate an InteractAPI object which is mapped to a runtime server specified by the URL parameter.
|
![]() |
URL - A string identifying the URL for the runtime instance. For example, http://localhost:7001/Interact/servlet/InteractJSService.
|
InteractAPI api=InteractAPI.getInstance("http://localhost:7001/interact/servlet/InteractJSService");
Copyright IBM Corporation 2014. All Rights Reserved.
|