|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentInfo
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.
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 |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getImplementationType()
java.util.List<Reference> getReferences()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |