com.ibm.j2ca.base
Interface WBIPollableResourceAdapter


public interface WBIPollableResourceAdapter

A WBIResourceAdapter subclass should implement this interface if it supports a pollable event store.


Method Summary
 EventStore createEventStore(javax.resource.spi.ActivationSpec aspec)
          A subclass should return a new event store specific to its EIS.
 

Method Detail

createEventStore

public EventStore createEventStore(javax.resource.spi.ActivationSpec aspec)
                            throws javax.resource.ResourceException
A subclass should return a new event store specific to its EIS. This event store will be used by the WBIResourceAdapter instance to check for and retrieve events from the EIS.

Throws:
javax.resource.ResourceException