Uses of Class
javax.resource.cci.ResourceWarning

Packages that use ResourceWarning
javax.resource.cci   
 

Uses of ResourceWarning in javax.resource.cci
 

Methods in javax.resource.cci that return ResourceWarning
 ResourceWarning ResourceWarning.getLinkedWarning()
          Gets the linked warning.
 ResourceWarning Interaction.getWarnings()
          Returns the current set of warnings.
 

Methods in javax.resource.cci with parameters of type ResourceWarning
 void ResourceWarning.setLinkedWarning(ResourceWarning warning)
          Sets the linked warning.