com.sun.enterprise.admin.servermgmt.services
Class PlatformServicesInfo
java.lang.Object
com.sun.enterprise.admin.servermgmt.services.PlatformServicesInfo
public class PlatformServicesInfo
- extends java.lang.Object
A place to keep platform services info...
- Author:
- Byron Nevins
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlatformServicesInfo
public PlatformServicesInfo(ServerDirs sDirs,
AppserverServiceType theType)
validate
public void validate()
setServiceName
public void setServiceName(java.lang.String serviceName)
- Parameters:
serviceName - the serviceName to set
setDryRun
public void setDryRun(boolean dryRun)
- Parameters:
dryRun - the dryRun to set
setPasswordFile
public void setPasswordFile(java.io.File passwordFile)
- Parameters:
passwordFile - the passwordFile to set
setForce
public void setForce(boolean force)
setTrace
public void setTrace(boolean trace)
setServiceUser
public void setServiceUser(java.lang.String serviceUser)
setAppServerUser
public void setAppServerUser(java.lang.String user)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012 GlassFish Community. All Rights Reserved.