Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.resource.cci
Interface ResultSetInfo  view ResultSetInfo download ResultSetInfo.java


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

public boolean updatesAreDetected(int type)
                           throws javax.resource.ResourceException

insertsAreDetected

public boolean insertsAreDetected(int type)
                           throws javax.resource.ResourceException

deletesAreDetected

public boolean deletesAreDetected(int type)
                           throws javax.resource.ResourceException

supportsResultSetType

public boolean supportsResultSetType(int type)
                              throws javax.resource.ResourceException

supportsResultTypeConcurrency

public boolean supportsResultTypeConcurrency(int type,
                                             int concurrency)
                                      throws javax.resource.ResourceException

othersUpdatesAreVisible

public boolean othersUpdatesAreVisible(int type)
                                throws javax.resource.ResourceException

othersDeletesAreVisible

public boolean othersDeletesAreVisible(int type)
                                throws javax.resource.ResourceException

othersInsertsAreVisible

public boolean othersInsertsAreVisible(int type)
                                throws javax.resource.ResourceException

ownUpdatesAreVisible

public boolean ownUpdatesAreVisible(int type)
                             throws javax.resource.ResourceException

ownInsertsAreVisible

public boolean ownInsertsAreVisible(int type)
                             throws javax.resource.ResourceException

ownDeletesAreVisible

public boolean ownDeletesAreVisible(int type)
                             throws javax.resource.ResourceException