eXo Kernel :: Container 2.5.0-GA

org.picocontainer
Interface ComponentAdapter<T>

All Known Subinterfaces:
ComponentAdapter<T>
All Known Implementing Classes:
AbstractComponentAdapter, InstanceComponentAdapter, ManageableComponentAdapter, MX4JComponentAdapter

Deprecated. use ComponentAdapter instead

public interface ComponentAdapter<T>

This is used for backward compatibility, now you are supposed to use ComponentAdapter

Version:
$Id$
Author:
Nicolas Filotto

Method Summary
 Class<? extends T> getComponentImplementation()
          Deprecated. Retrieve the class of the component.
 Object getComponentKey()
          Deprecated. Retrieve the key associated with the component.
 

Method Detail

getComponentKey

Object getComponentKey()
Deprecated. 
Retrieve the key associated with the component.

Returns:
the component's key. Should either be a class type (normally an interface) or an identifier that is unique (within the scope of the current Container).

getComponentImplementation

Class<? extends T> getComponentImplementation()
Deprecated. 
Retrieve the class of the component.

Returns:
the component's implementation class. Should normally be a concrete class (ie, a class that can be instantiated).

eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.