IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface SCAImportBinding

All Superinterfaces:
ImportBinding

public interface SCAImportBinding
extends ImportBinding

Interface that represent the SCA binding information on a SCA import.

Since:
7.5.1.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getExportName()
          Method returns the export name that belongs to the SCA binding of the import.
 java.lang.String getModuleName()
          Method returns the module name that belongs to the SCA binding of the import.
 java.lang.String getModuleShortName()
          Method returns the module short name that belongs to the SCA binding of the import.
 java.lang.String getRootContainerNameAcronym()
          Method returns the root container name acronym that belongs to the SCA binding of the import.
 java.lang.String getRootContainerSnapshotAcronym()
          Method returns the root container snapshot acronym that belongs to the SCA binding of the import.
 java.lang.String getVersion()
          Method returns the version value that belongs to the SCA binding of the import.
 java.lang.String getVersionProvider()
          Method returns the version provider that belongs to the SCA binding of the import.
 
Methods inherited from interface com.ibm.wsspi.sca.metadata.ImportBinding
getBindingType
 

Field Detail

COPYRIGHT

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

getModuleName

java.lang.String getModuleName()
Method returns the module name that belongs to the SCA binding of the import.

Returns:
Module name that belongs to the SCA binding of the import.

getModuleShortName

java.lang.String getModuleShortName()
Method returns the module short name that belongs to the SCA binding of the import.

Returns:
Module short name that belongs to the SCA binding of the import.

getExportName

java.lang.String getExportName()
Method returns the export name that belongs to the SCA binding of the import.

Returns:
Export name that belongs to the SCA binding of the import.

getVersion

java.lang.String getVersion()
Method returns the version value that belongs to the SCA binding of the import.

Returns:
Version value that belongs to the SCA binding of the import.

getVersionProvider

java.lang.String getVersionProvider()
Method returns the version provider that belongs to the SCA binding of the import.

Returns:
Version provider that belongs to the SCA binding of the import.

getRootContainerNameAcronym

java.lang.String getRootContainerNameAcronym()
Method returns the root container name acronym that belongs to the SCA binding of the import.

Returns:
Root container name acronym that belongs to the SCA binding of the import.

getRootContainerSnapshotAcronym

java.lang.String getRootContainerSnapshotAcronym()
Method returns the root container snapshot acronym that belongs to the SCA binding of the import.

Returns:
Root container snapshot acronym that belongs to the SCA binding of the import.

IBM WebSphere Application ServerTM
Release 8