Uses of Class
org.gatein.pc.portlet.container.managed.LifeCycleStatus
-
Packages that use LifeCycleStatus Package Description org.gatein.pc.portlet.container.managed org.gatein.pc.portlet.impl.container org.gatein.pc.portlet.impl.jsr168 -
-
Uses of LifeCycleStatus in org.gatein.pc.portlet.container.managed
Methods in org.gatein.pc.portlet.container.managed that return LifeCycleStatus Modifier and Type Method Description LifeCycleStatusLifeCycleStatus. getDemotion()LifeCycleStatusLifeCycleStatus. getPromotion()LifeCycleStatusManagedObject. getStatus()Returns the current managed object status.LifeCycleStatusManagedObjectFailedEvent. getStatus()LifeCycleStatusManagedObjectLifeCycleEvent. getStatus()static LifeCycleStatusLifeCycleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LifeCycleStatus[]LifeCycleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gatein.pc.portlet.container.managed with parameters of type LifeCycleStatus Constructor Description ManagedObjectFailedEvent(ManagedObject managedObject, LifeCycleStatus status)ManagedObjectLifeCycleEvent(ManagedObject managedObject, LifeCycleStatus status) -
Uses of LifeCycleStatus in org.gatein.pc.portlet.impl.container
Methods in org.gatein.pc.portlet.impl.container that return LifeCycleStatus Modifier and Type Method Description LifeCycleStatusLifeCycle. getStatus()Methods in org.gatein.pc.portlet.impl.container with parameters of type LifeCycleStatus Modifier and Type Method Description protected voidLifeCycle. demoteDependents(LifeCycleStatus to)protected voidPortletApplicationLifeCycle. demoteDependents(LifeCycleStatus to)protected voidPortletFilterLifeCycle. demoteDependents(LifeCycleStatus to)protected voidLifeCycle. promoteDependents(LifeCycleStatus to)protected voidPortletApplicationLifeCycle. promoteDependents(LifeCycleStatus to)protected voidPortletFilterLifeCycle. promoteDependents(LifeCycleStatus to) -
Uses of LifeCycleStatus in org.gatein.pc.portlet.impl.jsr168
Fields in org.gatein.pc.portlet.impl.jsr168 declared as LifeCycleStatus Modifier and Type Field Description protected LifeCycleStatusPortletContainerImpl. statusAre we started or not.
-