Uses of Package
com.codemonster.surinam.export.lifecycle

Packages that use com.codemonster.surinam.export.lifecycle
com.codemonster.surinam.core.framework   
com.codemonster.surinam.core.framework.impl   
com.codemonster.surinam.export.core   
com.codemonster.surinam.export.framework   
com.codemonster.surinam.export.lifecycle   
com.codemonster.surinam.export.service   
com.codemonster.surinam.mgmt.impl   
com.codemonster.surinam.routing   
 

Classes in com.codemonster.surinam.export.lifecycle used by com.codemonster.surinam.core.framework
InterceptorLifecycle
          This management interface is for routing interceptors so that they can participate in lifecycle callbacks.
ManagedService
          This interface is to allow a service to accept requests from the framework to set its internal status flag.
 

Classes in com.codemonster.surinam.export.lifecycle used by com.codemonster.surinam.core.framework.impl
ManagedService
          This interface is to allow a service to accept requests from the framework to set its internal status flag.
 

Classes in com.codemonster.surinam.export.lifecycle used by com.codemonster.surinam.export.core
InterceptorLifecycle
          This management interface is for routing interceptors so that they can participate in lifecycle callbacks.
ManagedService
          This interface is to allow a service to accept requests from the framework to set its internal status flag.
 

Classes in com.codemonster.surinam.export.lifecycle used by com.codemonster.surinam.export.framework
ManagedService
          This interface is to allow a service to accept requests from the framework to set its internal status flag.
 

Classes in com.codemonster.surinam.export.lifecycle used by com.codemonster.surinam.export.lifecycle
LifecycleAware
          This management interface is for clients that wish to participate in lifecycle callbacks.
ManagedService
          This interface is to allow a service to accept requests from the framework to set its internal status flag.
ServiceAvailability
          This is a type-safe way to specify the two possible states for a service.
 

Classes in com.codemonster.surinam.export.lifecycle used by com.codemonster.surinam.export.service
LifecycleAware
          This management interface is for clients that wish to participate in lifecycle callbacks.
ManagedService
          This interface is to allow a service to accept requests from the framework to set its internal status flag.
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.

 

Classes in com.codemonster.surinam.export.lifecycle used by com.codemonster.surinam.mgmt.impl
LifecycleAware
          This management interface is for clients that wish to participate in lifecycle callbacks.
ManagedService
          This interface is to allow a service to accept requests from the framework to set its internal status flag.
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.

 

Classes in com.codemonster.surinam.export.lifecycle used by com.codemonster.surinam.routing
InterceptorLifecycle
          This management interface is for routing interceptors so that they can participate in lifecycle callbacks.
 



Copyright © 2010. All Rights Reserved.