Uses of Enum Class
org.gatein.pc.portlet.container.managed.LifeCycleStatus
Packages that use LifeCycleStatus
Package
Description
-
Uses of LifeCycleStatus in org.gatein.pc.portlet.container.managed
Methods in org.gatein.pc.portlet.container.managed that return LifeCycleStatusModifier and TypeMethodDescriptionLifeCycleStatus.getDemotion()LifeCycleStatus.getPromotion()ManagedObject.getStatus()Returns the current managed object status.ManagedObjectFailedEvent.getStatus()ManagedObjectLifeCycleEvent.getStatus()static LifeCycleStatusReturns the enum constant of this class with the specified name.static LifeCycleStatus[]LifeCycleStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gatein.pc.portlet.container.managed with parameters of type LifeCycleStatusModifierConstructorDescriptionManagedObjectFailedEvent(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 LifeCycleStatusMethods in org.gatein.pc.portlet.impl.container with parameters of type LifeCycleStatusModifier and TypeMethodDescriptionprotected 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 LifeCycleStatusModifier and TypeFieldDescriptionprotected LifeCycleStatusPortletContainerImpl.statusAre we started or not.