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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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.
    • 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 Business Process ManagerTM
Release 8