javax.resource.cci
Interface ResultSetInfo


public interface ResultSetInfo

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (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

boolean updatesAreDetected(int type)
                           throws ResourceException
Throws:
ResourceException

insertsAreDetected

boolean insertsAreDetected(int type)
                           throws ResourceException
Throws:
ResourceException

deletesAreDetected

boolean deletesAreDetected(int type)
                           throws ResourceException
Throws:
ResourceException

supportsResultSetType

boolean supportsResultSetType(int type)
                              throws ResourceException
Throws:
ResourceException

supportsResultTypeConcurrency

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

othersUpdatesAreVisible

boolean othersUpdatesAreVisible(int type)
                                throws ResourceException
Throws:
ResourceException

othersDeletesAreVisible

boolean othersDeletesAreVisible(int type)
                                throws ResourceException
Throws:
ResourceException

othersInsertsAreVisible

boolean othersInsertsAreVisible(int type)
                                throws ResourceException
Throws:
ResourceException

ownUpdatesAreVisible

boolean ownUpdatesAreVisible(int type)
                             throws ResourceException
Throws:
ResourceException

ownInsertsAreVisible

boolean ownInsertsAreVisible(int type)
                             throws ResourceException
Throws:
ResourceException

ownDeletesAreVisible

boolean ownDeletesAreVisible(int type)
                             throws ResourceException
Throws:
ResourceException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.