com.sun.enterprise.admin.servermgmt.services
Class PlatformServicesInfo

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

public class PlatformServicesInfo
extends Object

A place to keep platform services info...

Author:
Byron Nevins

Constructor Summary
PlatformServicesInfo(ServerDirs sDirs, AppserverServiceType theType)
           
 
Method Summary
 void setAppServerUser(String user)
           
 void setDryRun(boolean dryRun)
           
 void setForce(boolean force)
           
 void setPasswordFile(File passwordFile)
           
 void setServiceName(String serviceName)
           
 void setServiceUser(String serviceUser)
           
 void setTrace(boolean trace)
           
 String toString()
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlatformServicesInfo

public PlatformServicesInfo(ServerDirs sDirs,
                            AppserverServiceType theType)
Method Detail

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.