Class OIDSuffixMappingDescriptorDescriptor
- java.lang.Object
-
- javax.slee.management.ComponentDescriptor
-
- com.opencloud.rhino.management.deployment.OIDSuffixMappingDescriptorDescriptor
-
- All Implemented Interfaces:
Serializable
,VendorExtensions
public class OIDSuffixMappingDescriptorDescriptor extends ComponentDescriptor
This class provides access to deployment-specific attributes that describe an installed OID suffix mapping descriptor.
- Since:
- Rhino 3.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OIDSuffixMappingDescriptorDescriptor(ComponentID component, DeployableUnitID deployableUnit, String source, String[] profileTables, String[] raEntities)
Create a new OID suffix mapping descriptor component descriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getProfileTables()
Get the names of the profile tables that this descriptor provides OID suffix mappings for.String[]
getResourceAdaptorEntities()
Get the names of the resource adaptor entities that this descriptor provides OID suffix mappings for.-
Methods inherited from class javax.slee.management.ComponentDescriptor
disableVendorDataDeserialization, disableVendorDataSerialization, enableVendorDataDeserialization, enableVendorDataSerialization, equals, getDeployableUnit, getID, getLibraries, getName, getSource, getVendor, getVendorData, getVersion, hashCode, setVendorData
-
-
-
-
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
-
-