com.googlecode.mycontainer.kernel.interceptors
Class AbstractIntercetorDeployer

java.lang.Object
  extended by com.googlecode.mycontainer.kernel.Command
      extended by com.googlecode.mycontainer.kernel.deploy.Deployer
          extended by com.googlecode.mycontainer.kernel.interceptors.AbstractIntercetorDeployer
All Implemented Interfaces:
ShutdownHook, java.io.Serializable
Direct Known Subclasses:
DefaultIntercetorDeployer

public abstract class AbstractIntercetorDeployer
extends Deployer

See Also:
Serialized Form

Constructor Summary
AbstractIntercetorDeployer()
           
 
Method Summary
abstract
<T extends ContextInterceptor>
void
addContextInterceptor(java.lang.Class<T> interceptor)
           
abstract
<T extends ContextInterceptor>
void
removeContextInterceptor(java.lang.Class<T> interceptor)
           
 
Methods inherited from class com.googlecode.mycontainer.kernel.Command
getContext, getKernel, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.googlecode.mycontainer.kernel.ShutdownHook
shutdown
 

Constructor Detail

AbstractIntercetorDeployer

public AbstractIntercetorDeployer()
Method Detail

addContextInterceptor

public abstract <T extends ContextInterceptor> void addContextInterceptor(java.lang.Class<T> interceptor)

removeContextInterceptor

public abstract <T extends ContextInterceptor> void removeContextInterceptor(java.lang.Class<T> interceptor)


Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.