org.ow2.util.component.api
Interface IWrappedComponent

All Superinterfaces:
Component

public interface IWrappedComponent
extends Component

Allow to wrap an instance of a component (not implementing any OW2 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.ow2.util.component.api.Component
init, start, stop
 

Method Detail

getWrappedComponent

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

Returns:
the internal object.


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.