Package org.serviceconnector.api.srv
Class SrvPublishService
java.lang.Object
org.serviceconnector.api.srv.SrvService
org.serviceconnector.api.srv.SrvPublishService
The Class SrvPublishService. Represent of a publish service on backend server.
-
Constructor Summary
ConstructorsConstructorDescriptionSrvPublishService(String serviceName, int maxSessions, int maxConnections, IRequester requester, ISCPublishServerCallback callback) Instantiates a new srv publish service. -
Method Summary
Methods inherited from class org.serviceconnector.api.srv.SrvService
getMaxConnections, getMaxSessions, getRequester, getServiceName
-
Constructor Details
-
SrvPublishService
public SrvPublishService(String serviceName, int maxSessions, int maxConnections, IRequester requester, ISCPublishServerCallback callback) Instantiates a new srv publish 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
-