Package org.serviceconnector.api.srv
Class SrvSessionService
java.lang.Object
org.serviceconnector.api.srv.SrvService
org.serviceconnector.api.srv.SrvSessionService
The Class SrvSessionService. Represent of a session service on backend server.
-
Constructor Summary
ConstructorsConstructorDescriptionSrvSessionService(String serviceName, int maxSessions, int maxConnections, IRequester requester, ISCSessionServerCallback callback) Instantiates a new srv session service. -
Method Summary
Methods inherited from class org.serviceconnector.api.srv.SrvService
getMaxConnections, getMaxSessions, getRequester, getServiceName
-
Constructor Details
-
SrvSessionService
public SrvSessionService(String serviceName, int maxSessions, int maxConnections, IRequester requester, ISCSessionServerCallback callback) Instantiates a new srv session service.- Parameters:
serviceName- the service namemaxSessions- the max sessionsmaxConnections- the max connectionsrequester- the requestercallback- the callback
-
-
Method Details
-
getCallback
Gets the callback.- Returns:
- the callback
-