com.ibm.wsspi.sca.metadata

Interface ComponentInfo

All Superinterfaces:
ItemInfo
All known subinterfaces:
BFMComponentInfo, HTMComponentInfo

  1. public interface ComponentInfo
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getImplementationType()
Method returns the type of implementation of the component.
  1. 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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getImplementationType

  1. java.lang.String getImplementationType( )
Method returns the type of implementation of the component.
Returns:
String Type of implementation of the component.

getReferences

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