Class SrvPublishService

java.lang.Object
org.serviceconnector.api.srv.SrvService
org.serviceconnector.api.srv.SrvPublishService

public class SrvPublishService extends SrvService
The Class SrvPublishService. Represent of a publish service on backend server.
  • 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 name
      maxSessions - the max sessions
      maxConnections - the max connections
      requester - the requester
      callback - the callback
  • Method Details