IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface ComponentInfo

All Superinterfaces:
ItemInfo
All Known Subinterfaces:
BFMComponentInfo, HTMComponentInfo

public interface ComponentInfo
extends ItemInfo

Interface that represent the information from a SCA component. This interface provide access to the generic information available in the SCA component and will be extended by specific implementation that extend the generic information with implementation specific information.

Since:
7.5.1.0
See Also:
ItemInfo

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getImplementationType()
          Method returns the type of implementation of the component.
 java.util.List<Reference> getReferences()
          Method returns the list of references of the component.
 
Methods inherited from interface com.ibm.wsspi.sca.metadata.ItemInfo
getDescription, getDisplayName, getInterface, getInterfaces, getName
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getImplementationType

java.lang.String getImplementationType()
Method returns the type of implementation of the component.

Returns:
String Type of implementation of the component.

getReferences

java.util.List<Reference> getReferences()
Method returns the list of references of the component.

Returns:
List List of references of the component.

IBM WebSphere Application ServerTM
Release 8