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

Packages that use InterceptorLifecycle
com.codemonster.surinam.core.framework   
com.codemonster.surinam.export.core   
com.codemonster.surinam.routing   
 

Uses of InterceptorLifecycle in com.codemonster.surinam.core.framework
 

Classes in com.codemonster.surinam.core.framework that implement InterceptorLifecycle
 class ServiceFinderImpl
           
 

Uses of InterceptorLifecycle in com.codemonster.surinam.export.core
 

Subinterfaces of InterceptorLifecycle in com.codemonster.surinam.export.core
 interface ServiceFinder
          The serviceFinder interface is how clients find the service references that they can use at runtime.
 

Uses of InterceptorLifecycle in com.codemonster.surinam.routing
 

Subinterfaces of InterceptorLifecycle in com.codemonster.surinam.routing
 interface ServiceInvocationRouter
          This is a consolidation of the interceptor interface for the framework; implementations are used to acquire invocation targets at runtime.
 

Classes in com.codemonster.surinam.routing that implement InterceptorLifecycle
 class FullyDynamicCachingInvocationRouterImpl
          This is the primary interceptor for the framework; as the name implies, this InvocationRouter caches a reference to the Service and will refresh that reference in response to Service Graph reshaping activity.
 class FullyDynamicNoCacheInvocationRouterImpl
          This is the primary interceptor for the framework, it holds a reference to the ServiceBlock which is used to acquire invocation targets at runtime.
 



Copyright © 2010. All Rights Reserved.