| Package | Description |
|---|---|
| org.gatein.pc.portlet.container.managed | |
| org.gatein.pc.portlet.impl.container | |
| org.gatein.pc.portlet.impl.jsr168 |
| Modifier and Type | Method and Description |
|---|---|
LifeCycleStatus |
LifeCycleStatus.getDemotion() |
LifeCycleStatus |
LifeCycleStatus.getPromotion() |
LifeCycleStatus |
ManagedObjectFailedEvent.getStatus() |
LifeCycleStatus |
ManagedObject.getStatus()
Returns the current managed object status.
|
LifeCycleStatus |
ManagedObjectLifeCycleEvent.getStatus() |
static LifeCycleStatus |
LifeCycleStatus.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.
|
| Constructor and Description |
|---|
ManagedObjectFailedEvent(ManagedObject managedObject,
LifeCycleStatus status) |
ManagedObjectLifeCycleEvent(ManagedObject managedObject,
LifeCycleStatus status) |
| Modifier and Type | Method and Description |
|---|---|
LifeCycleStatus |
LifeCycle.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LifeCycle.demoteDependents(LifeCycleStatus to) |
protected void |
PortletApplicationLifeCycle.demoteDependents(LifeCycleStatus to) |
protected void |
PortletFilterLifeCycle.demoteDependents(LifeCycleStatus to) |
protected void |
LifeCycle.promoteDependents(LifeCycleStatus to) |
protected void |
PortletApplicationLifeCycle.promoteDependents(LifeCycleStatus to) |
protected void |
PortletFilterLifeCycle.promoteDependents(LifeCycleStatus to) |
| Modifier and Type | Field and Description |
|---|---|
protected LifeCycleStatus |
PortletContainerImpl.status
Are we started or not.
|
Copyright © 2003-2021 GateIn. All Rights Reserved.