org.apache.geronimo.pluto
Class PortalContainerServicesGBean

java.lang.Object
  extended by org.apache.geronimo.pluto.PortalContainerServicesGBean
All Implemented Interfaces:
GBeanLifecycle, PortalContainerServices

public class PortalContainerServicesGBean
extends Object
implements PortalContainerServices, GBeanLifecycle


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
PortalContainerServicesGBean()
           
 
Method Summary
 void doFail()
          Fails the GBean.
 void doStart()
          Starts the GBean.
 void doStop()
          Stops the target.
 org.apache.pluto.driver.config.AdminConfiguration getAdminConfiguration()
           
 org.apache.pluto.driver.config.DriverConfiguration getDriverConfiguration()
           
static GBeanInfo getGBeanInfo()
           
 org.apache.pluto.spi.PortalCallbackService getPortalCallbackService()
           
 org.apache.pluto.driver.services.portal.PropertyConfigService getPropertyConfigService()
           
 org.apache.pluto.driver.services.portal.RenderConfigService getRenderConfigService()
           
static PortalContainerServices getSingleton()
           
 void setAdminConfiguration(org.apache.pluto.driver.config.AdminConfiguration adminConfiguration)
           
 void setDriverConfiguration(org.apache.pluto.driver.config.DriverConfiguration driverConfigurion)
           
 void setPortalCallbackService(org.apache.pluto.spi.PortalCallbackService portalCallbackService)
           
 void setPropertyConfigService(org.apache.pluto.driver.services.portal.PropertyConfigService propertyConfigService)
           
 void setRenderConfigService(org.apache.pluto.driver.services.portal.RenderConfigService renderConfigService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

PortalContainerServicesGBean

public PortalContainerServicesGBean()
Method Detail

doStart

public void doStart()
             throws Exception
Description copied from interface: GBeanLifecycle
Starts the GBean. This informs the GBean that it is about to transition to the running state.

Specified by:
doStart in interface GBeanLifecycle
Throws:
Exception - if the target failed to start; this will cause a transition to the failed state

doStop

public void doStop()
            throws Exception
Description copied from interface: GBeanLifecycle
Stops the target. This informs the GBean that it is about to transition to the stopped state.

Specified by:
doStop in interface GBeanLifecycle
Throws:
Exception - if the target failed to stop; this will cause a transition to the failed state

doFail

public void doFail()
Description copied from interface: GBeanLifecycle
Fails the GBean. This informs the GBean that it is about to transition to the failed state.

Specified by:
doFail in interface GBeanLifecycle

getAdminConfiguration

public org.apache.pluto.driver.config.AdminConfiguration getAdminConfiguration()
Specified by:
getAdminConfiguration in interface PortalContainerServices

setAdminConfiguration

public void setAdminConfiguration(org.apache.pluto.driver.config.AdminConfiguration adminConfiguration)
Specified by:
setAdminConfiguration in interface PortalContainerServices

getRenderConfigService

public org.apache.pluto.driver.services.portal.RenderConfigService getRenderConfigService()
Specified by:
getRenderConfigService in interface PortalContainerServices

setRenderConfigService

public void setRenderConfigService(org.apache.pluto.driver.services.portal.RenderConfigService renderConfigService)
Specified by:
setRenderConfigService in interface PortalContainerServices

getDriverConfiguration

public org.apache.pluto.driver.config.DriverConfiguration getDriverConfiguration()
Specified by:
getDriverConfiguration in interface PortalContainerServices

setDriverConfiguration

public void setDriverConfiguration(org.apache.pluto.driver.config.DriverConfiguration driverConfigurion)
Specified by:
setDriverConfiguration in interface PortalContainerServices

getPortalCallbackService

public org.apache.pluto.spi.PortalCallbackService getPortalCallbackService()
Specified by:
getPortalCallbackService in interface PortalContainerServices

setPortalCallbackService

public void setPortalCallbackService(org.apache.pluto.spi.PortalCallbackService portalCallbackService)
Specified by:
setPortalCallbackService in interface PortalContainerServices

getPropertyConfigService

public org.apache.pluto.driver.services.portal.PropertyConfigService getPropertyConfigService()
Specified by:
getPropertyConfigService in interface PortalContainerServices

setPropertyConfigService

public void setPropertyConfigService(org.apache.pluto.driver.services.portal.PropertyConfigService propertyConfigService)
Specified by:
setPropertyConfigService in interface PortalContainerServices

getSingleton

public static PortalContainerServices getSingleton()

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.