Uses of Package
net.sf.staccatocommons.io.internal.lifecycle

Packages that use net.sf.staccatocommons.io.internal.lifecycle
net.sf.staccatocommons.io.internal.lifecycle This package contains Lifecycle and CloseableLifecycle, classes that help to automate handling of resources which need to be initialized before being used, and then disposed. 
net.sf.staccatocommons.io.serialization.lifecycle   
 

Classes in net.sf.staccatocommons.io.internal.lifecycle used by net.sf.staccatocommons.io.internal.lifecycle
Lifecycle
          A Lifecycle is a logic of initialization, use and dispose of a resource , that can be executed as a single unit of work.
 

Classes in net.sf.staccatocommons.io.internal.lifecycle used by net.sf.staccatocommons.io.serialization.lifecycle
CloseableLifecycle
          Abstract Lifecycle that closes target on disposing it.
Lifecycle
          A Lifecycle is a logic of initialization, use and dispose of a resource , that can be executed as a single unit of work.
 



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.