IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface Reference


public interface Reference

Interface that represent the reference information from a SCA component.

Since:
7.5.1.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 Interface getInterface()
          Method returns the Interface of the specified reference.
 java.lang.String getName()
          Method returns the name of the specified reference.
 java.lang.String getWireTarget()
          Method returns the name of the target the reference is wired to.
 

Field Detail

COPYRIGHT

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

getName

java.lang.String getName()
Method returns the name of the specified reference.

Returns:
String Name of the specified reference.

getWireTarget

java.lang.String getWireTarget()
Method returns the name of the target the reference is wired to. If the reference is not wired null will be returned.

Returns:
String Name of the target the reference is wired to.

getInterface

Interface getInterface()
Method returns the Interface of the specified reference.

Returns:
Interface Interface of the specified reference.

IBM WebSphere Application ServerTM
Release 8