|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.core.util.LifeCycleUtils
public class LifeCycleUtils
Lifecycle utility methods.
Constructor Summary | |
---|---|
LifeCycleUtils()
|
Method Summary | |
---|---|
static LifeCycled |
closerFor(java.io.Closeable closeable)
Returns a LifeCycled instance that close the supplied closeable
upon lifecycle close. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LifeCycleUtils()
Method Detail |
---|
public static LifeCycled closerFor(java.io.Closeable closeable)
LifeCycled
instance that close the supplied closeable
upon lifecycle close.
closeable
- the closeable to close
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |