|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Component
The Component interface represents an SCDL service component.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
InterfaceType |
getInterfaceType(java.lang.String uri,
java.lang.String name)
Returns an InterfaceType object representing the named interface. |
java.util.List |
getInterfaceTypes()
Returns a list of InterfaceType objects representing the interfaces exposed by the service component. |
java.lang.String |
getName()
Returns the component name. |
Reference |
getReference(java.lang.String referenceName)
Returns the SCDL Reference object representing the named reference. |
java.util.List |
getReferences()
Returns the list of SCDL references declared by the component. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
java.util.List getInterfaceTypes()
InterfaceType getInterfaceType(java.lang.String uri, java.lang.String name)
java.util.List getReferences()
Reference getReference(java.lang.String referenceName)
referenceName
- The name of the reference.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |