com.ibm.wsspi.sca.metadata

Interface SCAImportBinding

All Superinterfaces:
ImportBinding

  1. public interface SCAImportBinding
  2. extends ImportBinding
Interface that represent the SCA binding information on a SCA import.
Since:
7.5.1.0

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
getExportName()
Method returns the export name that belongs to the SCA binding of the import.
  1. java.lang.String
getModuleName()
Method returns the module name that belongs to the SCA binding of the import.
  1. java.lang.String
getModuleShortName()
Method returns the module short name that belongs to the SCA binding of the import.
  1. java.lang.String
getRootContainerNameAcronym()
Method returns the root container name acronym that belongs to the SCA binding of the import.
  1. java.lang.String
getRootContainerSnapshotAcronym()
Method returns the root container snapshot acronym that belongs to the SCA binding of the import.
  1. java.lang.String
getVersion()
Method returns the version value that belongs to the SCA binding of the import.
  1. 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

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

Method Detail

getModuleName

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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.