org.glassfish.paas.gfplugin
Class GlassFishProvisionedService

java.lang.Object
  extended by org.glassfish.paas.spe.common.BasicProvisionedService
      extended by org.glassfish.paas.gfplugin.GlassFishProvisionedService
All Implemented Interfaces:
ProvisionedService, Service

public class GlassFishProvisionedService
extends BasicProvisionedService

Author:
bhavanishankar@java.net

Constructor Summary
GlassFishProvisionedService(ServiceDescription serviceDesription, Properties serviceProperties, ServiceStatus status, GlassFish provisionedGlassFish)
           
 
Method Summary
 GlassFish getProvisionedGlassFish()
           
 void setProvisionedGlassFish(GlassFish glassFish)
           
 
Methods inherited from class org.glassfish.paas.spe.common.BasicProvisionedService
addChildService, collectLogs, collectLogs, getChildServices, getDefaultLogType, getLogTypes, getName, getProperties, getServiceDescription, getServiceProperties, getServiceType, getStatus, getVM, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlassFishProvisionedService

public GlassFishProvisionedService(ServiceDescription serviceDesription,
                                   Properties serviceProperties,
                                   ServiceStatus status,
                                   GlassFish provisionedGlassFish)
Method Detail

getProvisionedGlassFish

public GlassFish getProvisionedGlassFish()

setProvisionedGlassFish

public void setProvisionedGlassFish(GlassFish glassFish)


Copyright © 2012. All Rights Reserved.