|
||||||||||
| 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.ResourceAdaptorTypeDescriptor
public class ResourceAdaptorTypeDescriptor
This class provides access to deployment-specific attributes that describe an installed resource adaptor type.
| Constructor Summary | |
|---|---|
ResourceAdaptorTypeDescriptor(ResourceAdaptorTypeID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
java.lang.String[] activityTypes,
java.lang.String raInterface,
EventTypeID[] eventTypes)
Create a new resource adaptor type component descriptor. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getActivityTypes()
Get the fully-qualified class names of the activity types used by this resource adaptor type. |
EventTypeID[] |
getEventTypes()
Get the component identifiers of the event types used by this resource adaptor type. |
java.lang.String |
getResourceAdaptorInterface()
Get the fully-qualified class name of the resource adaptor interface provided by this resource adaptor type. |
java.lang.String |
toString()
Get a string representation for this resource adaptor type 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 ResourceAdaptorTypeDescriptor(ResourceAdaptorTypeID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
java.lang.String[] activityTypes,
java.lang.String raInterface,
EventTypeID[] eventTypes)
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.activityTypes - the fully-qualified class names of the activity types used
by this resource adaptor type.raInterface - the fully-qualified class name of the resource adaptor type's
resource adaptor interface. May be null if the resource adaptor
type does not provide a resource adaptor interface.eventTypes - the component identifiers of the event types used by this
resource adaptor type.
java.lang.NullPointerException - if any argument, other than raInterface
is null.| Method Detail |
|---|
public final java.lang.String[] getActivityTypes()
public final java.lang.String getResourceAdaptorInterface()
public final EventTypeID[] getEventTypes()
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 | |||||||||