Class SrvService

java.lang.Object
org.serviceconnector.api.srv.SrvService
Direct Known Subclasses:
SrvPublishService, SrvSessionService

public abstract class SrvService extends Object
The Class SrvService. Represent of a service on backend server.
Author:
JTraber
  • Constructor Details

    • SrvService

      public SrvService(String serviceName, int maxSessions, int maxConnections, IRequester requester)
      Instantiates a new srv service.
      Parameters:
      serviceName - the service name
      maxSessions - the max sessions
      maxConnections - the max connections
      requester - the requester
  • Method Details

    • getRequester

      public IRequester getRequester()
      Gets the requester.
      Returns:
      the requester
    • getServiceName

      public String getServiceName()
      Gets the service name.
      Returns:
      the service name
    • getMaxSessions

      public int getMaxSessions()
      Gets the max sessions.
      Returns:
      the max sessions
    • getMaxConnections

      public int getMaxConnections()
      Gets the max connections.
      Returns:
      the max connections