|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.mycontainer.kernel.Command
com.googlecode.mycontainer.kernel.deploy.Deployer
com.googlecode.mycontainer.kernel.interceptors.AbstractIntercetorDeployer
public abstract class AbstractIntercetorDeployer
| Constructor Summary | |
|---|---|
AbstractIntercetorDeployer()
|
|
| Method Summary | ||
|---|---|---|
abstract
|
addContextInterceptor(java.lang.Class<T> interceptor)
|
|
abstract
|
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 |
|---|
public AbstractIntercetorDeployer()
| Method Detail |
|---|
public abstract <T extends ContextInterceptor> void addContextInterceptor(java.lang.Class<T> interceptor)
public abstract <T extends ContextInterceptor> void removeContextInterceptor(java.lang.Class<T> interceptor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||