Package org.jboss.ejb3.interceptors.proxy

Interceptors by proxy are not the same as interceptors on a POJO.

See:
          Description

Class Summary
ProxyContainer<T> An interceptor proxy container.
 

Package org.jboss.ejb3.interceptors.proxy Description

Interceptors by proxy are not the same as interceptors on a POJO. With POJO Interceptors any call to the object is intercepted. With proxy interceptors only calls through the proxy are intercepted.



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.