|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.slee.management.ComponentDescriptor
javax.slee.resource.ResourceAdaptorDescriptor
public class ResourceAdaptorDescriptor
This class provides access to deployment-specific attributes that describe an installed resource adaptor.
| Constructor Summary | |
|---|---|
ResourceAdaptorDescriptor(ResourceAdaptorID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
ResourceAdaptorTypeID[] raTypes,
ProfileSpecificationID[] profileSpecs,
boolean supportsActiveReconfiguration)
Create a new resource adaptor component descriptor. |
|
| Method Summary | |
|---|---|
ProfileSpecificationID[] |
getProfileSpecifications()
Get the component identifiers of the profile specifications used by this resource adaptor. |
ResourceAdaptorTypeID |
getResourceAdaptorType()
Deprecated. Resource adaptors may now implement more than one resource adaptor type. This method will return the first array index of the array returned by getResourceAdaptorTypes(), which replaces this method. |
ResourceAdaptorTypeID[] |
getResourceAdaptorTypes()
Get the component identifiers of the resource adaptor types that this resource adaptor implements. |
boolean |
supportsActiveReconfiguration()
Determine if resource adaptor entities of the resource adaptor can be reconfigured when active. |
java.lang.String |
toString()
Get a string representation for this resource adaptor component descriptor. |
| Methods inherited from class javax.slee.management.ComponentDescriptor |
|---|
disableVendorDataDeserialization, disableVendorDataSerialization, enableVendorDataDeserialization, enableVendorDataSerialization, equals, getDeployableUnit, getID, getLibraries, getName, getSource, getVendor, getVendorData, getVersion, hashCode, setVendorData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceAdaptorDescriptor(ResourceAdaptorID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
ResourceAdaptorTypeID[] raTypes,
ProfileSpecificationID[] profileSpecs,
boolean supportsActiveReconfiguration)
component - the identifier of the component.deployableUnit - the identifier of the deployable unit from which the
component was installed.source - the source object (component jar or service XML file) within the
deployable unit from which this component was installed.libraries - the identifiers of the libraries that the component depends on.raTypes - the component identifiers of the resource adaptor types that this
resource adaptor implements.supportsActiveReconfiguration - flag indicating whether resource adaptor
entities of the resource adaptor can be reconfigured when active.
java.lang.NullPointerException - if any argument is null.| Method Detail |
|---|
public final ResourceAdaptorTypeID getResourceAdaptorType()
getResourceAdaptorTypes(), which replaces this method.
public final ResourceAdaptorTypeID[] getResourceAdaptorTypes()
public final ProfileSpecificationID[] getProfileSpecifications()
public final boolean supportsActiveReconfiguration()
true if the resource adaptor has indicated that its resource
adator entities support active reconfiguration, false otherwise.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||