com.github.smokestack.jca.cci
Class MockResultSetInfo

java.lang.Object
  extended by com.github.smokestack.jca.cci.MockResultSetInfo
All Implemented Interfaces:
ResultSetInfo

public class MockResultSetInfo
extends Object
implements ResultSetInfo


Constructor Summary
MockResultSetInfo()
           
 
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)
           
 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)
           
 String toString()
           
 boolean updatesAreDetected(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockResultSetInfo

public MockResultSetInfo()
Method Detail

deletesAreDetected

public boolean deletesAreDetected(int type)
                           throws ResourceException
Specified by:
deletesAreDetected in interface ResultSetInfo
Throws:
ResourceException

_deletesAreDetected

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

insertsAreDetected

public boolean insertsAreDetected(int type)
                           throws ResourceException
Specified by:
insertsAreDetected in interface ResultSetInfo
Throws:
ResourceException

_insertsAreDetected

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

othersDeletesAreVisible

public boolean othersDeletesAreVisible(int type)
                                throws ResourceException
Specified by:
othersDeletesAreVisible in interface ResultSetInfo
Throws:
ResourceException

_othersDeletesAreVisible

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

othersInsertsAreVisible

public boolean othersInsertsAreVisible(int type)
                                throws ResourceException
Specified by:
othersInsertsAreVisible in interface ResultSetInfo
Throws:
ResourceException

_othersInsertsAreVisible

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

othersUpdatesAreVisible

public boolean othersUpdatesAreVisible(int type)
                                throws ResourceException
Specified by:
othersUpdatesAreVisible in interface ResultSetInfo
Throws:
ResourceException

_othersUpdatesAreVisible

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

ownDeletesAreVisible

public boolean ownDeletesAreVisible(int type)
                             throws ResourceException
Specified by:
ownDeletesAreVisible in interface ResultSetInfo
Throws:
ResourceException

_ownDeletesAreVisible

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

ownInsertsAreVisible

public boolean ownInsertsAreVisible(int type)
                             throws ResourceException
Specified by:
ownInsertsAreVisible in interface ResultSetInfo
Throws:
ResourceException

_ownInsertsAreVisible

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

ownUpdatesAreVisible

public boolean ownUpdatesAreVisible(int type)
                             throws ResourceException
Specified by:
ownUpdatesAreVisible in interface ResultSetInfo
Throws:
ResourceException

_ownUpdatesAreVisible

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

supportsResultSetType

public boolean supportsResultSetType(int type)
                              throws ResourceException
Specified by:
supportsResultSetType in interface ResultSetInfo
Throws:
ResourceException

_supportsResultSetType

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

supportsResultTypeConcurrency

public boolean supportsResultTypeConcurrency(int type,
                                             int concurrency)
                                      throws ResourceException
Specified by:
supportsResultTypeConcurrency in interface ResultSetInfo
Throws:
ResourceException

_supportsResultTypeConcurrency

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

updatesAreDetected

public boolean updatesAreDetected(int type)
                           throws ResourceException
Specified by:
updatesAreDetected in interface ResultSetInfo
Throws:
ResourceException

_updatesAreDetected

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 Smokestack. All Rights Reserved.