Class PlatformServicesInfo

java.lang.Object
com.sun.enterprise.admin.servermgmt.services.PlatformServicesInfo

public class PlatformServicesInfo extends Object
A place to keep platform services info...
Author:
Byron Nevins
  • Constructor Details

    • PlatformServicesInfo

      public PlatformServicesInfo(com.sun.enterprise.util.io.ServerDirs sDirs, AppserverServiceType theType)
  • Method Details

    • validate

      public void validate()
    • setServiceName

      public void setServiceName(String serviceName)
      Parameters:
      serviceName - the serviceName to set
    • setDryRun

      public void setDryRun(boolean dryRun)
      Parameters:
      dryRun - the dryRun to set
    • setPasswordFile

      public void setPasswordFile(File passwordFile)
      Parameters:
      passwordFile - the passwordFile to set
    • setForce

      public void setForce(boolean force)
    • setTrace

      public void setTrace(boolean trace)
    • setServiceUser

      public void setServiceUser(String serviceUser)
    • setAppServerUser

      public void setAppServerUser(String user)
    • toString

      public String toString()
      Overrides:
      toString in class Object