|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceLifecycleManagement | |
---|---|
org.hippoecm.hst.core.container | The org.hippoecm.hst.core.container package defines the API for the HST Core Container |
org.hippoecm.hst.core.jcr.pool | The org.hippoecm.hst.core.jcr.pool package defines the API for the HST Core JCR Pool |
Uses of ResourceLifecycleManagement in org.hippoecm.hst.core.container |
---|
Fields in org.hippoecm.hst.core.container with type parameters of type ResourceLifecycleManagement | |
---|---|
protected List<ResourceLifecycleManagement> |
CleanupValve.resourceLifecycleManagements
|
protected List<ResourceLifecycleManagement> |
InitializationValve.resourceLifecycleManagements
|
Method parameters in org.hippoecm.hst.core.container with type arguments of type ResourceLifecycleManagement | |
---|---|
void |
CleanupValve.setResourceLifecycleManagements(List<ResourceLifecycleManagement> resourceLifecycleManagements)
|
void |
InitializationValve.setResourceLifecycleManagements(List<ResourceLifecycleManagement> resourceLifecycleManagements)
|
Uses of ResourceLifecycleManagement in org.hippoecm.hst.core.jcr.pool |
---|
Classes in org.hippoecm.hst.core.jcr.pool that implement ResourceLifecycleManagement | |
---|---|
protected static class |
MultipleRepositoryImpl.CurrentRepositoryResourceLifecycleManagement
|
class |
PooledSessionResourceManagement
|
Fields in org.hippoecm.hst.core.jcr.pool declared as ResourceLifecycleManagement | |
---|---|
protected ResourceLifecycleManagement[] |
MultipleRepositoryImpl.resourceLifecycleManagements
|
Methods in org.hippoecm.hst.core.jcr.pool that return ResourceLifecycleManagement | |
---|---|
ResourceLifecycleManagement |
BasicPoolingRepository.getResourceLifecycleManagement()
|
ResourceLifecycleManagement |
PoolingRepository.getResourceLifecycleManagement()
Returns the resource lifecycle management implementation of this pool. |
ResourceLifecycleManagement[] |
MultipleRepositoryImpl.getResourceLifecycleManagements()
|
ResourceLifecycleManagement[] |
LazyMultipleRepositoryImpl.getResourceLifecycleManagements()
|
ResourceLifecycleManagement[] |
MultipleRepository.getResourceLifecycleManagements()
Returns the resource lifecycle management implementation. |
Methods in org.hippoecm.hst.core.jcr.pool with parameters of type ResourceLifecycleManagement | |
---|---|
void |
BasicPoolingRepository.setResourceLifecycleManagement(ResourceLifecycleManagement pooledSessionLifecycleManagement)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |