org.springframework.jee.interfaces
Interface EnterpriseBeanProxy

All Known Implementing Classes:
EjbProxyMetadata.EnterpriseBeanProxyImpl, EjbProxyMetadata.EnterpriseBeanSupport, EjbProxyMetadata.MessageBeanImpl, EjbProxyMetadata.SessionBeanImpl

public interface EnterpriseBeanProxy

EJB3 beans are wrapped in a proxy to make the lifecycle callbacks. We need to unwrap the proxy and get the actual bean class sometimes.

Author:
Safin Li, Michael Chen

Method Summary
 Object getTarget()
           
 

Method Detail

getTarget

Object getTarget()


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.