Class PortletContainerLifeCycle
java.lang.Object
org.gatein.pc.portlet.impl.container.LifeCycle
org.gatein.pc.portlet.impl.container.PortletContainerLifeCycle
- All Implemented Interfaces:
ManagedObject,ManagedPortletContainer
-
Method Summary
Modifier and TypeMethodDescriptiongetId()org.gatein.pc.api.info.PortletInfogetInfo()protected ManagedObjectRegistryEventListenerjavax.portlet.Portletprotected voidprotected voidprotected voidprotected voidtoString()Methods inherited from class org.gatein.pc.portlet.impl.container.LifeCycle
demoteDependents, getFailure, getStatus, managedDestroy, managedStart, promoteDependentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gatein.pc.portlet.container.managed.ManagedObject
getFailure, getStatus, managedDestroy, managedStart
-
Method Details
-
invokeCreate
- Specified by:
invokeCreatein classLifeCycle- Throws:
Exception
-
invokeStart
- Specified by:
invokeStartin classLifeCycle- Throws:
Exception
-
invokeStop
protected void invokeStop()- Specified by:
invokeStopin classLifeCycle
-
getPortletInstance
public javax.portlet.Portlet getPortletInstance()- Specified by:
getPortletInstancein interfaceManagedPortletContainer
-
invokeDestroy
- Specified by:
invokeDestroyin classLifeCycle- Throws:
Exception
-
getId
- Specified by:
getIdin interfaceManagedPortletContainer
-
getInfo
public org.gatein.pc.api.info.PortletInfo getInfo()- Specified by:
getInfoin interfaceManagedPortletContainer
-
getManagedPortletApplication
- Specified by:
getManagedPortletApplicationin interfaceManagedPortletContainer
-
toString
-
getPortletContainer
-
getListener
- Specified by:
getListenerin classLifeCycle
-