org.objectweb.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
 java.lang.Object getWrappedComponent()
          Gets the instance that has been wrapped.
 
Methods inherited from interface org.objectweb.easybeans.component.api.EZBComponent
init, start, stop
 

Method Detail

getWrappedComponent

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

Returns:
the internal object.