com.googlecode.mycontainer.kernel.reflect.proxy
Class SynchronizedInterceptor

java.lang.Object
  extended by com.googlecode.mycontainer.kernel.Command
      extended by com.googlecode.mycontainer.kernel.reflect.proxy.ContextInterceptor
          extended by com.googlecode.mycontainer.kernel.reflect.proxy.SynchronizedInterceptor
All Implemented Interfaces:
ProxyInterceptor, java.io.Serializable

public class SynchronizedInterceptor
extends ContextInterceptor

See Also:
Serialized Form

Constructor Summary
SynchronizedInterceptor()
           
 
Method Summary
 java.lang.Object intercept(Request request, ProxyChain chain)
           
 
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
 

Constructor Detail

SynchronizedInterceptor

public SynchronizedInterceptor()
Method Detail

intercept

public java.lang.Object intercept(Request request,
                                  ProxyChain chain)
                           throws java.lang.Throwable
Throws:
java.lang.Throwable


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