Class OIDSuffixMappingDescriptorDescriptor

    • Constructor Detail

      • OIDSuffixMappingDescriptorDescriptor

        public OIDSuffixMappingDescriptorDescriptor​(ComponentID component,
                                                    DeployableUnitID deployableUnit,
                                                    String source,
                                                    String[] profileTables,
                                                    String[] raEntities)

        Create a new OID suffix mapping descriptor component descriptor.

        Parameters:
        component - the identifier of the component.
        deployableUnit - the identifier of the deployable unit from which the component was installed.
        source - the name of the OID suffix mapping descriptor file from which this component was installed.
        profileTables - the names of the profile tables that this descriptor provides OID suffix mappings for.
        raEntities - the names of the resource adaptor entities that this descriptor provides OID suffix mappings for.
    • Method Detail

      • getProfileTables

        public String[] getProfileTables()

        Get the names of the profile tables that this descriptor provides OID suffix mappings for.

        Returns:
        the names of the profile tables that this descriptor provides OID suffix mappings for.
        Since:
        Rhino 3.1.0
      • getResourceAdaptorEntities

        public String[] getResourceAdaptorEntities()

        Get the names of the resource adaptor entities that this descriptor provides OID suffix mappings for.

        Returns:
        the names of the resource adaptor entities that this descriptor provides OID suffix mappings for.
        Since:
        Rhino 3.1.0