org.ow2.easybeans.component.api
Interface EZBWrappedComponent

All Superinterfaces:
EZBComponent

public interface EZBWrappedComponent
extends EZBComponent

Allow to wrap an instance of a component (not implementing any EasyBeans API) into a component.

Author:
Florent Benoit

Method Summary
 Object getWrappedComponent()
          Gets the instance that has been wrapped.
 
Methods inherited from interface org.ow2.easybeans.component.api.EZBComponent
init, start, stop
 

Method Detail

getWrappedComponent

Object getWrappedComponent()
Gets the instance that has been wrapped.

Returns:
the internal object.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.