javax.resource.cci
Interface ResultSetInfo


public interface ResultSetInfo

Version:
$Rev: 46019 $ $Date: 2004-09-14 03:56:06 -0600 (Tue, 14 Sep 2004) $

Method Summary
 boolean deletesAreDetected(int type)
           
 boolean insertsAreDetected(int type)
           
 boolean othersDeletesAreVisible(int type)
           
 boolean othersInsertsAreVisible(int type)
           
 boolean othersUpdatesAreVisible(int type)
           
 boolean ownDeletesAreVisible(int type)
           
 boolean ownInsertsAreVisible(int type)
           
 boolean ownUpdatesAreVisible(int type)
           
 boolean supportsResultSetType(int type)
           
 boolean supportsResultTypeConcurrency(int type, int concurrency)
           
 boolean updatesAreDetected(int type)
           
 

Method Detail

updatesAreDetected

public boolean updatesAreDetected(int type)
                           throws ResourceException
Throws:
ResourceException

insertsAreDetected

public boolean insertsAreDetected(int type)
                           throws ResourceException
Throws:
ResourceException

deletesAreDetected

public boolean deletesAreDetected(int type)
                           throws ResourceException
Throws:
ResourceException

supportsResultSetType

public boolean supportsResultSetType(int type)
                              throws ResourceException
Throws:
ResourceException

supportsResultTypeConcurrency

public boolean supportsResultTypeConcurrency(int type,
                                             int concurrency)
                                      throws ResourceException
Throws:
ResourceException

othersUpdatesAreVisible

public boolean othersUpdatesAreVisible(int type)
                                throws ResourceException
Throws:
ResourceException

othersDeletesAreVisible

public boolean othersDeletesAreVisible(int type)
                                throws ResourceException
Throws:
ResourceException

othersInsertsAreVisible

public boolean othersInsertsAreVisible(int type)
                                throws ResourceException
Throws:
ResourceException

ownUpdatesAreVisible

public boolean ownUpdatesAreVisible(int type)
                             throws ResourceException
Throws:
ResourceException

ownInsertsAreVisible

public boolean ownInsertsAreVisible(int type)
                             throws ResourceException
Throws:
ResourceException

ownDeletesAreVisible

public boolean ownDeletesAreVisible(int type)
                             throws ResourceException
Throws:
ResourceException