Uses of Interface
com.codemonster.surinam.export.lifecycle.LifecycleAware

Packages that use LifecycleAware
com.codemonster.surinam.export.lifecycle   
com.codemonster.surinam.export.service   
com.codemonster.surinam.mgmt.impl   
 

Uses of LifecycleAware in com.codemonster.surinam.export.lifecycle
 

Classes in com.codemonster.surinam.export.lifecycle that implement LifecycleAware
 class ServiceAdapter
          User: Samuel Provencher Date: Jun 6, 2006 Time: 8:24:01 PM

This Adapter class is here simply to provide a convenient implementation for those who might only want to implement a subset of the lifecycle methods and safely ignore the others (the default implementations are used).

Additionally, this adapter will provide some housekeeping code for managing the impl's availability state.

 

Uses of LifecycleAware in com.codemonster.surinam.export.service
 

Classes in com.codemonster.surinam.export.service that implement LifecycleAware
 class SimpleServiceWrapper
          For those of us who want to just wrap our POJOs extend this class and implement your service contract interface.
 

Uses of LifecycleAware in com.codemonster.surinam.mgmt.impl
 

Classes in com.codemonster.surinam.mgmt.impl that implement LifecycleAware
 class PlaceholderProviderImplementation
          All registered service contracts are required to have implementations.
 



Copyright © 2010. All Rights Reserved.