com.sun.enterprise.admin.servermgmt.services
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
PlatformServicesInfo
public PlatformServicesInfo(ServerDirs sDirs,
AppserverServiceType theType)
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
Copyright © 2012 GlassFish Community. All Rights Reserved.