Class ServiceAdapter

    • Method Detail

      • deleteService

        public final void deleteService()
        Specified by:
        deleteService in interface Service
      • isDomain

        public final boolean isDomain()
        Specified by:
        isDomain in interface Service
      • isInstance

        public final boolean isInstance()
        Specified by:
        isInstance in interface Service
      • getServerDirs

        public final ServerDirs getServerDirs()
        Description copied from interface: Service
        Get the dirs with this thread-safe immutable guaranteed object.It saves a LOT of error checking... You should set the variable in the constructor. You are not allowed to change it later
        Specified by:
        getServerDirs in interface Service
        Returns:
        the dirs
      • createService

        public final void createService()
        Description copied from interface: Service
        Creates an arbitrary service, specified by certain parameters. The implementations should dictate the mappings in the parameters received. The creation of service is either successful or not. In other words, the implementations must retain the original state of the operating platform if the service creation is not successful completely.
        Specified by:
        createService in interface Service
      • getServiceUser

        protected String getServiceUser()