Deprecated Methods |
com.businesslink.sgi.api.hsm.HsmServer.getTextWriter(String)
As of Strategi V1R9M0 it is no longer necessary to pass the server name as an argument
Gets a PrintWriter for debug/status messages. |
com.businesslink.sgi.api.hsm.HsmServer.receiveRequest()
As of Strategi V1R9M0 the Strategi HSM support layer provides a main() to allow
the HsmServer to simply provide an implementation of startHsmServer(), processHsmRequest() and endHsmServer().
If a main() is used (and it should not be neccessary) then processRequests() should be used to begin dequeuing
and processing requests (processRequests() will call startHsmServer() and endHsmServer()). |
com.businesslink.sgi.api.hsm.HsmServer.sendReply(HsmServerRequest)
As of Strategi V1R9M0 the Strategi HSM support layer provides a main() to allow
the HsmServer to simply provide an implementation of startHsmServer(), processHsmRequest() and endHsmServer().
If a main() is used (and it should not be neccessary) then processRequests() should be used to begin dequeuing
and processing requests (processRequests() will call startHsmServer() and endHsmServer()). |