Uses of Class
javax.slee.resource.ResourceAdaptorTypeID

Packages that use ResourceAdaptorTypeID
javax.slee.management   
javax.slee.resource   
 

Uses of ResourceAdaptorTypeID in javax.slee.management
 

Methods in javax.slee.management that return ResourceAdaptorTypeID
 ResourceAdaptorTypeID[] SbbDescriptor.getResourceAdaptorTypes()
          Get the component identifiers of the resource adaptor types used by this SBB.
 ResourceAdaptorTypeID[] DeploymentMBean.getResourceAdaptorTypes()
          Get the set of resource adaptor types installed in the SLEE.
 

Constructors in javax.slee.management with parameters of type ResourceAdaptorTypeID
SbbDescriptor(SbbID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, SbbID[] sbbs, EventTypeID[] eventTypes, ProfileSpecificationID[] profileSpecs, ProfileSpecificationID addressProfileSpec, ResourceAdaptorTypeID[] raTypes, java.lang.String[] linkNames)
          Create a new SBB component descriptor.
 

Uses of ResourceAdaptorTypeID in javax.slee.resource
 

Methods in javax.slee.resource that return ResourceAdaptorTypeID
 ResourceAdaptorTypeID ResourceAdaptorDescriptor.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 ResourceAdaptorDescriptor.getResourceAdaptorTypes(), which replaces this method.
 ResourceAdaptorTypeID[] ResourceAdaptorDescriptor.getResourceAdaptorTypes()
          Get the component identifiers of the resource adaptor types that this resource adaptor implements.
 ResourceAdaptorTypeID[] ResourceAdaptorContext.getResourceAdaptorTypes()
          Get the component identifiers of the resource adaptor types implemented by this resource adaptor.
 

Constructors in javax.slee.resource with parameters of type ResourceAdaptorTypeID
ResourceAdaptorDescriptor(ResourceAdaptorID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, ResourceAdaptorTypeID[] raTypes, ProfileSpecificationID[] profileSpecs, boolean supportsActiveReconfiguration)
          Create a new resource adaptor component descriptor.
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.
 



Copyright © 2008. All Rights Reserved.