SYMBOL INDEX (2194 symbols across 157 files) FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/TransactionBeanFactoryImpl.java class TransactionBeanFactoryImpl (line 31) | public class TransactionBeanFactoryImpl implements TransactionBeanFactory { method TransactionBeanFactoryImpl (line 47) | private TransactionBeanFactoryImpl() { method getInstance (line 53) | public static TransactionBeanFactoryImpl getInstance() { method getTransactionManager (line 57) | public TransactionManager getTransactionManager() { method setTransactionManager (line 61) | public void setTransactionManager(TransactionManager transactionManage... method getXidFactory (line 65) | public XidFactory getXidFactory() { method setXidFactory (line 69) | public void setXidFactory(XidFactory xidFactory) { method getTransactionTimer (line 73) | public TransactionTimer getTransactionTimer() { method setTransactionTimer (line 77) | public void setTransactionTimer(TransactionTimer transactionTimer) { method getTransactionRepository (line 81) | public TransactionRepository getTransactionRepository() { method setTransactionRepository (line 85) | public void setTransactionRepository(TransactionRepository transaction... method getTransactionInterceptor (line 89) | public TransactionInterceptor getTransactionInterceptor() { method setTransactionInterceptor (line 93) | public void setTransactionInterceptor(TransactionInterceptor transacti... method getTransactionLock (line 97) | public TransactionLock getTransactionLock() { method setTransactionLock (line 101) | public void setTransactionLock(TransactionLock transactionLock) { method getTransactionRecovery (line 105) | public TransactionRecovery getTransactionRecovery() { method setTransactionRecovery (line 109) | public void setTransactionRecovery(TransactionRecovery transactionReco... method getNativeParticipant (line 113) | public RemoteCoordinator getNativeParticipant() { method setTransactionCoordinator (line 117) | public void setTransactionCoordinator(RemoteCoordinator remoteCoordina... method getTransactionLogger (line 121) | public TransactionLogger getTransactionLogger() { method setTransactionLogger (line 125) | public void setTransactionLogger(TransactionLogger transactionLogger) { method getArchiveDeserializer (line 129) | public ArchiveDeserializer getArchiveDeserializer() { method setArchiveDeserializer (line 133) | public void setArchiveDeserializer(ArchiveDeserializer archiveDeserial... method getResourceDeserializer (line 137) | public XAResourceDeserializer getResourceDeserializer() { method setResourceDeserializer (line 141) | public void setResourceDeserializer(XAResourceDeserializer resourceDes... FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/TransactionCoordinator.java class TransactionCoordinator (line 52) | public class TransactionCoordinator implements RemoteCoordinator, Transa... method getTransactionQuietly (line 62) | public Transaction getTransactionQuietly() { method start (line 67) | public Transaction start(TransactionContext transactionContext, int fl... method end (line 102) | public Transaction end(TransactionContext transactionContext, int flag... method start (line 108) | public void start(Xid xid, int flags) throws XAException { method end (line 138) | public void end(Xid xid, int flags) throws XAException { method commit (line 160) | public void commit(Xid xid, boolean onePhaseCommit) throws XAException { method forgetQuietly (line 273) | public void forgetQuietly(Xid xid) { method forget (line 290) | public void forget(Xid xid) throws XAException { method getTransactionTimeout (line 325) | public int getTransactionTimeout() throws XAException { method isSameRM (line 329) | public boolean isSameRM(XAResource xares) throws XAException { method prepare (line 333) | public int prepare(Xid xid) throws XAException { method recover (line 381) | public Xid[] recover(int flag) throws XAException { method rollback (line 409) | public void rollback(Xid xid) throws XAException { method markParticipantReady (line 465) | public void markParticipantReady() { method checkParticipantReadyIfNecessary (line 474) | private void checkParticipantReadyIfNecessary() throws XAException { method checkParticipantReady (line 480) | private void checkParticipantReady() throws XAException { method setTransactionTimeout (line 491) | public boolean setTransactionTimeout(int seconds) throws XAException { method getEndpoint (line 495) | public String getEndpoint() { method setEndpoint (line 499) | public void setEndpoint(String identifier) { method getRemoteAddr (line 503) | public RemoteAddr getRemoteAddr() { method getRemoteNode (line 507) | public RemoteNode getRemoteNode() { method getIdentifier (line 511) | public String getIdentifier() { method getApplication (line 515) | public String getApplication() { method getBeanFactory (line 519) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 523) | public void setBeanFactory(TransactionBeanFactory tbf) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/TransactionImpl.java class TransactionImpl (line 72) | public class TransactionImpl implements Transaction { method TransactionImpl (line 100) | public TransactionImpl(TransactionContext txContext) { method participantPrepare (line 104) | public synchronized int participantPrepare() throws RollbackRequiredEx... method recoveryCommit (line 182) | public synchronized void recoveryCommit() throws CommitRequiredExcepti... method participantCommit (line 209) | public synchronized void participantCommit(boolean opc) throws Rollbac... method checkForTransactionExtraIfNecessary (line 231) | private void checkForTransactionExtraIfNecessary() throws RollbackExce... method compensableOnePhaseCommit (line 246) | private void compensableOnePhaseCommit() throws RollbackException, Heu... method participantOnePhaseCommit (line 299) | private void participantOnePhaseCommit() throws RollbackException, Heu... method participantTwoPhaseCommit (line 346) | private void participantTwoPhaseCommit() throws RollbackException, Heu... method invokeParticipantPrepare (line 387) | private void invokeParticipantPrepare() throws RollbackRequiredExcepti... method invokeParticipantCommit (line 425) | private void invokeParticipantCommit(boolean onePhaseCommit) method commit (line 467) | public synchronized void commit() throws RollbackException, HeuristicM... method fireCommit (line 485) | private void fireCommit() throws RollbackException, HeuristicMixedExce... method skipOnePhaseCommit (line 501) | public synchronized void skipOnePhaseCommit() method fireOnePhaseCommit (line 508) | public synchronized void fireOnePhaseCommit() method fireTwoPhaseCommit (line 554) | public synchronized void fireTwoPhaseCommit() method delistResource (line 646) | public synchronized boolean delistResource(XAResource xaRes, int flag)... method delistResource (line 661) | public boolean delistResource(XAResourceDescriptor descriptor, int fla... method delistResource (line 688) | private boolean delistResource(XAResourceArchive archive, int flag) th... method enlistResource (line 738) | public synchronized boolean enlistResource(XAResource xaRes) method getEnlistedResourceArchive (line 762) | private XAResourceArchive getEnlistedResourceArchive(XAResourceDescrip... method putEnlistedResourceArchive (line 771) | private void putEnlistedResourceArchive(XAResourceArchive archive) { method enlistResource (line 782) | public boolean enlistResource(XAResourceDescriptor descriptor) method enlistResource (line 882) | private Boolean enlistResource(XAResourceArchive archive, int flag) th... method getStatus (line 949) | public int getStatus() /* throws SystemException */ { method registerSynchronization (line 953) | public synchronized void registerSynchronization(Synchronization sync) method rollback (line 968) | public synchronized void rollback() throws IllegalStateException, Roll... method fireRollback (line 982) | private void fireRollback() throws IllegalStateException, RollbackRequ... method recoveryRollback (line 992) | public synchronized void recoveryRollback() throws RollbackRequiredExc... method participantRollback (line 1001) | public synchronized void participantRollback() throws IllegalStateExce... method invokeParticipantRollback (line 1022) | private void invokeParticipantRollback() throws SystemException { method suspend (line 1064) | public void suspend() throws RollbackRequiredException, SystemException { method resume (line 1092) | public void resume() throws RollbackRequiredException, SystemException { method fireBeforeTransactionCompletionQuietly (line 1114) | public synchronized void fireBeforeTransactionCompletionQuietly() { method fireBeforeTransactionCompletion (line 1119) | public synchronized void fireBeforeTransactionCompletion() throws Roll... method fireAfterTransactionCompletion (line 1124) | public synchronized void fireAfterTransactionCompletion() { method delistAllResourceQuietly (line 1128) | public void delistAllResourceQuietly() { method delistAllResource (line 1140) | private void delistAllResource() throws RollbackRequiredException, Sys... method isMarkedRollbackOnly (line 1171) | public boolean isMarkedRollbackOnly() { method setRollbackOnlyQuietly (line 1175) | public void setRollbackOnlyQuietly() { method setRollbackOnly (line 1183) | public synchronized void setRollbackOnly() throws IllegalStateExceptio... method recoverIfNecessary (line 1192) | public void recoverIfNecessary() throws SystemException { method recover (line 1198) | public synchronized void recover() throws SystemException { method recover4PreparingStatus (line 1208) | public void recover4PreparingStatus() throws SystemException { method recover4CommittingStatus (line 1238) | public void recover4CommittingStatus() throws SystemException { method recover4RollingBackStatus (line 1285) | public void recover4RollingBackStatus() throws SystemException { method recover (line 1312) | private boolean recover(XAResourceArchive archive) throws SystemExcept... method forgetQuietly (line 1364) | public synchronized void forgetQuietly() { method forget (line 1377) | public synchronized void forget() throws SystemException { method cleanup (line 1391) | public synchronized void cleanup() throws SystemException { method getTransactionArchive (line 1437) | public TransactionArchive getTransactionArchive() { method hashCode (line 1463) | public int hashCode() { method equals (line 1468) | public boolean equals(Object obj) { method registerTransactionListener (line 1483) | public void registerTransactionListener(TransactionListener listener) { method registerTransactionResourceListener (line 1487) | public void registerTransactionResourceListener(TransactionResourceLis... method stopTiming (line 1491) | public synchronized void stopTiming() { method changeTransactionTimeout (line 1495) | public synchronized void changeTransactionTimeout(int timeout) { method getTransactionStrategy (line 1500) | public TransactionStrategy getTransactionStrategy() { method initGetTransactionStrategy (line 1510) | private TransactionStrategy initGetTransactionStrategy() { method recoverTransactionStrategy (line 1555) | public void recoverTransactionStrategy(int transactionStrategyType) { method getResourceDescriptor (line 1618) | public XAResourceDescriptor getResourceDescriptor(String beanId) { method getRemoteCoordinator (line 1623) | public XAResourceDescriptor getRemoteCoordinator(RemoteSvc remoteSvc) { method getRemoteCoordinator (line 1628) | public XAResourceDescriptor getRemoteCoordinator(String application) { method getTransactionXid (line 1635) | public TransactionXid getTransactionXid() { method setBeanFactory (line 1639) | public void setBeanFactory(TransactionBeanFactory tbf) { method isLocalTransaction (line 1643) | public boolean isLocalTransaction() { method getCreatedAt (line 1647) | public Exception getCreatedAt() { method setCreatedAt (line 1651) | public void setCreatedAt(Exception createdAt) { method setTransactionStrategy (line 1655) | public void setTransactionStrategy(TransactionStrategy transactionStra... method getTransactionalExtra (line 1659) | public TransactionExtra getTransactionalExtra() { method setTransactionalExtra (line 1663) | public void setTransactionalExtra(TransactionExtra transactionalExtra) { method getTransactionContext (line 1667) | public TransactionContext getTransactionContext() { method isTiming (line 1671) | public boolean isTiming() { method setTiming (line 1675) | public void setTiming(boolean timing) { method getTransactionStatus (line 1679) | public int getTransactionStatus() { method setTransactionStatus (line 1683) | public void setTransactionStatus(int transactionStatus) { method getTransactionTimeout (line 1687) | public int getTransactionTimeout() { method setTransactionTimeout (line 1691) | public void setTransactionTimeout(int transactionTimeout) { method getParticipant (line 1695) | public XAResourceArchive getParticipant() { method getRemoteParticipantMap (line 1699) | public Map getRemoteParticipantMap() { method getNativeParticipantMap (line 1703) | public Map getNativeParticipantMap() { method getParticipantList (line 1707) | public List getParticipantList() { method setParticipant (line 1711) | public void setParticipant(XAResourceArchive participant) { method getNativeParticipantList (line 1715) | public List getNativeParticipantList() { method getRemoteParticipantList (line 1719) | public List getRemoteParticipantList() { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/TransactionManagerImpl.java class TransactionManagerImpl (line 49) | public class TransactionManagerImpl method begin (line 60) | public void begin() throws NotSupportedException, SystemException { method commit (line 97) | public void commit() throws RollbackException, HeuristicMixedException... method rollback (line 190) | public void rollback() throws IllegalStateException, SecurityException... method rollback (line 206) | protected void rollback(Transaction transaction) throws IllegalStateEx... method associateThread (line 240) | public void associateThread(Transaction transaction) { method desociateThread (line 247) | public Transaction desociateThread() { method suspend (line 258) | public Transaction suspend() throws RollbackRequiredException, SystemE... method resume (line 268) | public void resume(javax.transaction.Transaction tobj) method getStatus (line 287) | public int getStatus() throws SystemException { method getTransaction (line 292) | public Transaction getTransaction(Xid transactionXid) { method getTransaction (line 296) | public Transaction getTransaction(Thread thread) { method getTransactionQuietly (line 300) | public Transaction getTransactionQuietly() { method getTransaction (line 310) | public Transaction getTransaction() throws SystemException { method setRollbackOnlyQuietly (line 314) | public void setRollbackOnlyQuietly() { method setRollbackOnly (line 321) | public void setRollbackOnly() throws IllegalStateException, SystemExce... method setTransactionTimeout (line 329) | public void setTransactionTimeout(int seconds) throws SystemException { method timingExecution (line 342) | public void timingExecution() { method timingRollback (line 368) | private void timingRollback(Transaction transaction) { method stopTiming (line 387) | public void stopTiming(Transaction transaction) { method isDebuggingEnabled (line 393) | public boolean isDebuggingEnabled() { method setDebuggingEnabled (line 397) | public void setDebuggingEnabled(boolean debuggingEnabled) { method getTimeoutSeconds (line 401) | public int getTimeoutSeconds() { method setTimeoutSeconds (line 405) | public void setTimeoutSeconds(int timeoutSeconds) { method getBeanFactory (line 409) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 413) | public void setBeanFactory(TransactionBeanFactory tbf) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/TransactionRecoveryImpl.java class TransactionRecoveryImpl (line 49) | public class TransactionRecoveryImpl implements TransactionRecovery, Tra... method timingRecover (line 58) | public synchronized void timingRecover() { method recoverTransaction (line 99) | public void recoverTransaction(Transaction transaction) method recoverCoordinator (line 114) | protected void recoverCoordinator(Transaction transaction) method recoverParticipant (line 140) | protected void recoverParticipant(Transaction transaction) method startRecovery (line 162) | public synchronized void startRecovery() { method reconstruct (line 189) | public org.bytesoft.transaction.Transaction reconstruct(TransactionArc... method branchRecover (line 259) | public synchronized void branchRecover() { method isInitialized (line 264) | public boolean isInitialized() { method getBeanFactory (line 268) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 272) | public void setBeanFactory(TransactionBeanFactory tbf) { method getListener (line 276) | public TransactionRecoveryListener getListener() { method setListener (line 280) | public void setListener(TransactionRecoveryListener listener) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/TransactionRepositoryImpl.java class TransactionRepositoryImpl (line 27) | public class TransactionRepositoryImpl implements TransactionRepository { method putTransaction (line 31) | public void putTransaction(TransactionXid globalXid, Transaction trans... method getTransaction (line 35) | public Transaction getTransaction(TransactionXid globalXid) { method removeTransaction (line 39) | public Transaction removeTransaction(TransactionXid globalXid) { method putErrorTransaction (line 43) | public void putErrorTransaction(TransactionXid globalXid, Transaction ... method getErrorTransaction (line 47) | public Transaction getErrorTransaction(TransactionXid globalXid) { method removeErrorTransaction (line 51) | public Transaction removeErrorTransaction(TransactionXid globalXid) { method getErrorTransactionList (line 55) | public List getErrorTransactionList() { method getActiveTransactionList (line 59) | public List getActiveTransactionList() { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/TransactionStrategy.java type TransactionStrategy (line 27) | public interface TransactionStrategy /* extends TransactionBeanFactoryAw... method prepare (line 34) | public int prepare(Xid xid) throws RollbackRequiredException, CommitRe... method commit (line 36) | public void commit(Xid xid, boolean onePhaseCommit) method rollback (line 39) | public void rollback(Xid xid) FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/UserTransactionImpl.java class UserTransactionImpl (line 31) | public class UserTransactionImpl implements UserTransaction, Referenceab... method begin (line 37) | public void begin() throws NotSupportedException, SystemException { method commit (line 41) | public void commit() throws HeuristicMixedException, HeuristicRollback... method getStatus (line 46) | public int getStatus() throws SystemException { method rollback (line 50) | public void rollback() throws IllegalStateException, SecurityException... method setRollbackOnly (line 54) | public void setRollbackOnly() throws IllegalStateException, SystemExce... method setTransactionTimeout (line 58) | public void setTransactionTimeout(int timeout) throws SystemException { method getReference (line 62) | public Reference getReference() throws NamingException { method getTransactionManager (line 66) | public TransactionManager getTransactionManager() { method setTransactionManager (line 70) | public void setTransactionManager(TransactionManager transactionManage... FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/VacantTransactionLock.java class VacantTransactionLock (line 21) | public class VacantTransactionLock implements TransactionLock { method lockTransaction (line 23) | public boolean lockTransaction(TransactionXid transactionXid, String i... method unlockTransaction (line 27) | public void unlockTransaction(TransactionXid transactionXid, String id... FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/logging/ArchiveDeserializerImpl.java class ArchiveDeserializerImpl (line 23) | public class ArchiveDeserializerImpl implements ArchiveDeserializer { method serialize (line 30) | public byte[] serialize(TransactionXid xid, Object archive) { method deserialize (line 50) | public Object deserialize(TransactionXid xid, byte[] array) { method getXaResourceArchiveDeserializer (line 70) | public ArchiveDeserializer getXaResourceArchiveDeserializer() { method setXaResourceArchiveDeserializer (line 74) | public void setXaResourceArchiveDeserializer(ArchiveDeserializer xaRes... method getTransactionArchiveDeserializer (line 78) | public ArchiveDeserializer getTransactionArchiveDeserializer() { method setTransactionArchiveDeserializer (line 82) | public void setTransactionArchiveDeserializer(ArchiveDeserializer tran... FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/logging/SampleTransactionLogger.java class SampleTransactionLogger (line 49) | public class SampleTransactionLogger extends VirtualLoggingSystemImpl method construct (line 57) | @PostConstruct method initializeIfNecessary (line 62) | private void initializeIfNecessary() throws IllegalStateException { method createTransaction (line 72) | public void createTransaction(TransactionArchive archive) { method updateTransaction (line 83) | public void updateTransaction(TransactionArchive archive) { method deleteTransaction (line 94) | public void deleteTransaction(TransactionArchive archive) { method createParticipant (line 102) | public void createParticipant(XAResourceArchive archive) { method updateParticipant (line 105) | public void updateParticipant(XAResourceArchive archive) { method deleteParticipant (line 116) | public void deleteParticipant(XAResourceArchive archive) { method createResource (line 119) | public void createResource(XAResourceArchive archive) { method updateResource (line 122) | public void updateResource(XAResourceArchive archive) { method deleteResource (line 125) | public void deleteResource(XAResourceArchive archive) { method compressIfNecessary (line 128) | public List compressIfNecessary(List syncStepOne() { method compressIfNecessary (line 313) | public List compressIfNecessary(List recordMap, boolean compressR... method swapMasterAndSlaver (line 377) | public void swapMasterAndSlaver() { method flushAllIfNecessary (line 397) | private void flushAllIfNecessary() { method flushMasterIfNecessary (line 402) | private void flushMasterIfNecessary() { method flushSlaverIfNecessary (line 408) | private void flushSlaverIfNecessary() { method flushImmediately (line 414) | public void flushImmediately() { method shutdown (line 418) | public void shutdown() { method release (line 426) | public void release() { method getDefaultDirectory (line 430) | public abstract File getDefaultDirectory(); method getMajorVersion (line 432) | public abstract int getMajorVersion(); method getMinorVersion (line 434) | public abstract int getMinorVersion(); method getLoggingIdentifier (line 436) | public abstract String getLoggingIdentifier(); method getLoggingFilePrefix (line 438) | public abstract String getLoggingFilePrefix(); method createTransactionLogging (line 440) | public VirtualLoggingFile createTransactionLogging(File file) throws I... method getSwitchThreshold (line 450) | public int getSwitchThreshold() { method setSwitchThreshold (line 454) | public void setSwitchThreshold(int switchThreshold) { method getSwitchInterval (line 458) | public int getSwitchInterval() { method setSwitchInterval (line 462) | public void setSwitchInterval(int switchInterval) { method isOptimized (line 466) | public boolean isOptimized() { method setOptimized (line 470) | public void setOptimized(boolean optimized) { method getDirectory (line 474) | public File getDirectory() { method setDirectory (line 478) | public void setDirectory(File directory) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/resource/XATerminatorImpl.java class XATerminatorImpl (line 33) | public class XATerminatorImpl implements XATerminator { method prepare (line 39) | public synchronized int prepare(Xid xid) throws XAException { method commit (line 72) | public synchronized void commit(Xid xid, boolean onePhase) throws XAEx... method fireOnePhaseCommit (line 80) | private void fireOnePhaseCommit(Xid xid) throws XAException { method fireTwoPhaseCommit (line 159) | private void fireTwoPhaseCommit(Xid xid) throws XAException { method invokeOnePhaseCommit (line 265) | private void invokeOnePhaseCommit(XAResourceArchive archive) throws XA... method invokeTwoPhaseCommit (line 304) | private void invokeTwoPhaseCommit(XAResourceArchive archive) throws XA... method rollback (line 363) | public synchronized void rollback(Xid xid) throws XAException { method invokeRollback (line 466) | private void invokeRollback(XAResourceArchive archive) throws XAExcept... method getTransactionTimeout (line 533) | public int getTransactionTimeout() throws XAException { method setTransactionTimeout (line 537) | public boolean setTransactionTimeout(int seconds) throws XAException { method start (line 541) | public void start(Xid xid, int flags) throws XAException { method end (line 545) | public void end(Xid xid, int flags) throws XAException { method isSameRM (line 549) | public boolean isSameRM(XAResource xares) throws XAException { method recover (line 553) | public Xid[] recover(int flag) throws XAException { method forget (line 557) | public void forget(Xid xid) throws XAException { method getResourceArchives (line 596) | public List getResourceArchives() { method getBeanFactory (line 600) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 604) | public void setBeanFactory(TransactionBeanFactory beanFactory) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/resource/XATerminatorOptd.java class XATerminatorOptd (line 35) | public class XATerminatorOptd implements XATerminator { method prepare (line 41) | public synchronized int prepare(Xid xid) throws XAException { method commit (line 74) | public synchronized void commit(Xid xid, boolean onePhase) throws XAEx... method fireOnePhaseCommit (line 82) | private void fireOnePhaseCommit(Xid xid) throws XAException { method fireTwoPhaseCommit (line 166) | private void fireTwoPhaseCommit(Xid xid) throws XAException { method rollback (line 277) | public synchronized void rollback(Xid xid) throws XAException { method getTransactionTimeout (line 400) | public int getTransactionTimeout() throws XAException { method setTransactionTimeout (line 404) | public boolean setTransactionTimeout(int seconds) throws XAException { method start (line 408) | public void start(Xid xid, int flags) throws XAException { method end (line 412) | public void end(Xid xid, int flags) throws XAException { method isSameRM (line 416) | public boolean isSameRM(XAResource xares) throws XAException { method recover (line 420) | public Xid[] recover(int flag) throws XAException { method forget (line 424) | public void forget(Xid xid) throws XAException { method getResourceArchives (line 461) | public List getResourceArchives() { method getBeanFactory (line 578) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 582) | public void setBeanFactory(TransactionBeanFactory beanFactory) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/strategy/CommonTransactionStrategy.java class CommonTransactionStrategy (line 31) | public class CommonTransactionStrategy implements TransactionStrategy { method CommonTransactionStrategy (line 35) | public CommonTransactionStrategy(XATerminator nativeTerminator, XATerm... method prepare (line 46) | public int prepare(Xid xid) throws RollbackRequiredException, CommitRe... method commit (line 69) | public void commit(Xid xid, boolean onePhaseCommit) method rollback (line 152) | public void rollback(Xid xid) FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/strategy/LastResourceOptimizeStrategy.java class LastResourceOptimizeStrategy (line 31) | public class LastResourceOptimizeStrategy implements TransactionStrategy { method LastResourceOptimizeStrategy (line 35) | public LastResourceOptimizeStrategy(XATerminator terminatorOne, XATerm... method prepare (line 46) | public int prepare(Xid xid) throws RollbackRequiredException, CommitRe... method commit (line 81) | public void commit(Xid xid, boolean onePhaseCommit) method rollback (line 109) | public void rollback(Xid xid) FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/strategy/SimpleTransactionStrategy.java class SimpleTransactionStrategy (line 32) | public class SimpleTransactionStrategy implements TransactionStrategy { method SimpleTransactionStrategy (line 37) | public SimpleTransactionStrategy(XATerminator terminator) { method prepare (line 45) | public int prepare(Xid xid) throws RollbackRequiredException, CommitRe... method commit (line 57) | public void commit(Xid xid, boolean onePhaseCommit) method rollback (line 79) | public void rollback(Xid xid) FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/strategy/VacantTransactionStrategy.java class VacantTransactionStrategy (line 29) | public class VacantTransactionStrategy implements TransactionStrategy { method prepare (line 31) | public int prepare(Xid xid) throws RollbackRequiredException, CommitRe... method commit (line 35) | public void commit(Xid xid, boolean onePhaseCommit) method rollback (line 39) | public void rollback(Xid xid) FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/jdbc/DataSourceHolder.java type DataSourceHolder (line 20) | public interface DataSourceHolder { method getDataSource (line 22) | public DataSource getDataSource(); FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/jdbc/LocalXACompatible.java type LocalXACompatible (line 18) | public interface LocalXACompatible { method compatibleLoggingLRO (line 20) | public boolean compatibleLoggingLRO(); FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/jdbc/LocalXAConnection.java class LocalXAConnection (line 33) | public class LocalXAConnection implements XAConnection { method LocalXAConnection (line 46) | public LocalXAConnection(Connection connection) { method getPhysicalConnection (line 50) | protected Connection getPhysicalConnection() { method getConnection (line 54) | public LogicalConnection getConnection() throws SQLException { method closeLogicalConnection (line 67) | public void closeLogicalConnection() throws SQLException { method releaseConnection (line 76) | private void releaseConnection() { method commitLocalTransaction (line 95) | public void commitLocalTransaction() throws SQLException { method rollbackLocalTransaction (line 105) | public void rollbackLocalTransaction() throws SQLException { method closeQuietly (line 115) | public void closeQuietly() { method close (line 123) | public void close() throws SQLException { method fireConnectionClosed (line 131) | private void fireConnectionClosed() { method fireConnectionErrorOccurred (line 143) | private void fireConnectionErrorOccurred() { method addConnectionEventListener (line 155) | public void addConnectionEventListener(ConnectionEventListener paramCo... method removeConnectionEventListener (line 159) | public void removeConnectionEventListener(ConnectionEventListener para... method addStatementEventListener (line 163) | public void addStatementEventListener(StatementEventListener paramStat... method removeStatementEventListener (line 166) | public void removeStatementEventListener(StatementEventListener paramS... method getXAResource (line 169) | public LocalXAResourceDescriptor getXAResource(boolean loggingRequired... method getXAResource (line 177) | public LocalXAResourceDescriptor getXAResource() throws SQLException { method getResourceId (line 181) | public String getResourceId() { method setResourceId (line 185) | public void setResourceId(String resourceId) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/jdbc/LocalXAResource.java class LocalXAResource (line 34) | public class LocalXAResource implements XAResource { method LocalXAResource (line 43) | public LocalXAResource() { method LocalXAResource (line 46) | public LocalXAResource(LocalXAConnection managedConnection) { method recoverable (line 50) | public void recoverable(Xid xid) throws XAException { method start (line 100) | public synchronized void start(Xid xid, int flags) throws XAException { method end (line 142) | public synchronized void end(Xid xid, int flags) throws XAException { method prepare (line 164) | public synchronized int prepare(Xid xid) { method commit (line 177) | public synchronized void commit(Xid xid, boolean loggingRequired) thro... method rollback (line 203) | public synchronized void rollback(Xid xid) throws XAException { method createTransactionLogIfNecessary (line 225) | private void createTransactionLogIfNecessary(Xid xid) throws XAExcepti... method releasePhysicalConnection (line 275) | private void releasePhysicalConnection() { method isSameRM (line 289) | public boolean isSameRM(XAResource xares) { method forgetQuietly (line 302) | public void forgetQuietly(Xid xid) { method forget (line 310) | public synchronized void forget(Xid xid) throws XAException { method recover (line 320) | public Xid[] recover(int flags) throws XAException { method isTableExists (line 324) | protected boolean isTableExists(Connection conn) throws SQLException { method closeQuietly (line 349) | protected void closeQuietly(ResultSet closeable) { method closeQuietly (line 359) | protected void closeQuietly(Statement closeable) { method closeQuietly (line 369) | protected void closeQuietly(Connection closeable) { method getIdentifier (line 379) | protected String getIdentifier(byte[] globalByteArray, byte[] branchBy... method getTransactionTimeout (line 417) | public int getTransactionTimeout() { method setTransactionTimeout (line 421) | public boolean setTransactionTimeout(int transactionTimeout) { method getManagedConnection (line 425) | public LocalXAConnection getManagedConnection() { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/jdbc/LogicalConnection.java class LogicalConnection (line 40) | public class LogicalConnection implements Connection { method LogicalConnection (line 47) | public LogicalConnection(LocalXAConnection managedConnection, Connecti... method unwrap (line 52) | public T unwrap(Class iface) throws SQLException { method isWrapperFor (line 57) | public boolean isWrapperFor(Class iface) throws SQLException { method createStatement (line 62) | public Statement createStatement() throws SQLException { method prepareStatement (line 67) | public PreparedStatement prepareStatement(String sql) throws SQLExcept... method prepareCall (line 72) | public CallableStatement prepareCall(String sql) throws SQLException { method nativeSQL (line 77) | public String nativeSQL(String sql) throws SQLException { method setAutoCommit (line 82) | public void setAutoCommit(boolean autoCommit) throws SQLException { method getAutoCommit (line 86) | public boolean getAutoCommit() throws SQLException { method commit (line 91) | public void commit() throws SQLException { method rollback (line 96) | public void rollback() throws SQLException { method close (line 101) | public synchronized void close() throws SQLException { method isClosed (line 110) | public boolean isClosed() throws SQLException { method getMetaData (line 114) | public DatabaseMetaData getMetaData() throws SQLException { method setReadOnly (line 119) | public void setReadOnly(boolean readOnly) throws SQLException { method isReadOnly (line 124) | public boolean isReadOnly() throws SQLException { method setCatalog (line 129) | public void setCatalog(String catalog) throws SQLException { method getCatalog (line 134) | public String getCatalog() throws SQLException { method setTransactionIsolation (line 139) | public void setTransactionIsolation(int level) throws SQLException { method getTransactionIsolation (line 144) | public int getTransactionIsolation() throws SQLException { method getWarnings (line 149) | public SQLWarning getWarnings() throws SQLException { method clearWarnings (line 154) | public void clearWarnings() throws SQLException { method createStatement (line 159) | public Statement createStatement(int resultSetType, int resultSetConcu... method prepareStatement (line 164) | public PreparedStatement prepareStatement(String sql, int resultSetTyp... method prepareCall (line 169) | public CallableStatement prepareCall(String sql, int resultSetType, in... method getTypeMap (line 174) | public Map> getTypeMap() throws SQLException { method setTypeMap (line 179) | public void setTypeMap(Map> map) throws SQLException { method setHoldability (line 184) | public void setHoldability(int holdability) throws SQLException { method getHoldability (line 189) | public int getHoldability() throws SQLException { method setSavepoint (line 194) | public Savepoint setSavepoint() throws SQLException { method setSavepoint (line 199) | public Savepoint setSavepoint(String name) throws SQLException { method rollback (line 204) | public void rollback(Savepoint savepoint) throws SQLException { method releaseSavepoint (line 209) | public void releaseSavepoint(Savepoint savepoint) throws SQLException { method createStatement (line 214) | public Statement createStatement(int resultSetType, int resultSetConcu... method prepareStatement (line 220) | public PreparedStatement prepareStatement(String sql, int resultSetTyp... method prepareCall (line 226) | public CallableStatement prepareCall(String sql, int resultSetType, in... method prepareStatement (line 232) | public PreparedStatement prepareStatement(String sql, int autoGenerate... method prepareStatement (line 237) | public PreparedStatement prepareStatement(String sql, int[] columnInde... method prepareStatement (line 242) | public PreparedStatement prepareStatement(String sql, String[] columnN... method createClob (line 247) | public Clob createClob() throws SQLException { method createBlob (line 252) | public Blob createBlob() throws SQLException { method createNClob (line 257) | public NClob createNClob() throws SQLException { method createSQLXML (line 262) | public SQLXML createSQLXML() throws SQLException { method isValid (line 267) | public boolean isValid(int timeout) throws SQLException { method setClientInfo (line 271) | public void setClientInfo(String name, String value) throws SQLClientI... method setClientInfo (line 280) | public void setClientInfo(Properties properties) throws SQLClientInfoE... method getClientInfo (line 289) | public String getClientInfo(String name) throws SQLException { method getClientInfo (line 294) | public Properties getClientInfo() throws SQLException { method createArrayOf (line 299) | public Array createArrayOf(String typeName, Object[] elements) throws ... method createStruct (line 304) | public Struct createStruct(String typeName, Object[] attributes) throw... method setSchema (line 309) | public void setSchema(String schema) throws SQLException { method getSchema (line 314) | public String getSchema() throws SQLException { method abort (line 319) | public void abort(Executor executor) throws SQLException { method setNetworkTimeout (line 324) | public void setNetworkTimeout(Executor executor, int milliseconds) thr... method getNetworkTimeout (line 329) | public int getNetworkTimeout() throws SQLException { method validateConnectionStatus (line 334) | private void validateConnectionStatus() throws SQLException { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/jdbc/RecoveredResource.java class RecoveredResource (line 37) | public class RecoveredResource extends LocalXAResource implements XAReso... method recoverable (line 42) | public void recoverable(Xid xid) throws XAException { method recover (line 81) | public Xid[] recover(int flags) throws XAException { method forgetQuietly (line 128) | public void forgetQuietly(Xid xid) { method forget (line 136) | public synchronized void forget(Xid[] xids) throws XAException { method forget (line 191) | public synchronized void forget(Xid xid) throws XAException { method setAutoCommitIfNecessary (line 239) | private void setAutoCommitIfNecessary(Connection conn, Boolean autoCom... method getDataSource (line 249) | public DataSource getDataSource() { method setDataSource (line 253) | public void setDataSource(DataSource dataSource) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/resource/CommonResourceDescriptor.java class CommonResourceDescriptor (line 26) | public class CommonResourceDescriptor implements XAResourceDescriptor { method isTransactionCommitted (line 36) | public boolean isTransactionCommitted(Xid xid) throws IllegalStateExce... method toString (line 40) | public String toString() { method setTransactionTimeoutQuietly (line 44) | public void setTransactionTimeoutQuietly(int timeout) { method commit (line 52) | public void commit(Xid arg0, boolean arg1) throws XAException { method end (line 56) | public void end(Xid arg0, int arg1) throws XAException { method forget (line 60) | public void forget(Xid arg0) throws XAException { method closeIfNecessary (line 68) | private void closeIfNecessary() { method closeQuietly (line 80) | private void closeQuietly(javax.jms.XAConnection closeable) { method closeQuietly (line 90) | private void closeQuietly(javax.sql.XAConnection closeable) { method closeQuietly (line 100) | private void closeQuietly(javax.resource.spi.ManagedConnection closeab... method getTransactionTimeout (line 116) | public int getTransactionTimeout() throws XAException { method isSameRM (line 120) | public boolean isSameRM(XAResource arg0) throws XAException { method prepare (line 124) | public int prepare(Xid arg0) throws XAException { method recover (line 128) | public Xid[] recover(int arg0) throws XAException { method rollback (line 143) | public void rollback(Xid arg0) throws XAException { method setTransactionTimeout (line 147) | public boolean setTransactionTimeout(int arg0) throws XAException { method start (line 151) | public void start(Xid arg0, int arg1) throws XAException { method getDelegate (line 155) | public XAResource getDelegate() { method setDelegate (line 159) | public void setDelegate(XAResource delegate) { method getIdentifier (line 163) | public String getIdentifier() { method setIdentifier (line 167) | public void setIdentifier(String identifier) { method getRecoverXid (line 171) | public Xid getRecoverXid() { method setRecoverXid (line 175) | public void setRecoverXid(Xid recoverXid) { method getManaged (line 179) | public Object getManaged() { method setManaged (line 183) | public void setManaged(Object managed) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/resource/LocalXAResourceDescriptor.java class LocalXAResourceDescriptor (line 27) | public class LocalXAResourceDescriptor implements XAResourceDescriptor { method isTransactionCommitted (line 33) | public boolean isTransactionCommitted(Xid xid) throws IllegalStateExce... method toString (line 51) | public String toString() { method setTransactionTimeoutQuietly (line 55) | public void setTransactionTimeoutQuietly(int timeout) { method commit (line 63) | public void commit(Xid arg0, boolean arg1) throws XAException { method end (line 70) | public void end(Xid arg0, int arg1) throws XAException { method forget (line 77) | public void forget(Xid arg0) throws XAException { method getTransactionTimeout (line 84) | public int getTransactionTimeout() throws XAException { method isSameRM (line 91) | public boolean isSameRM(XAResource xares) throws XAException { method prepare (line 107) | public int prepare(Xid arg0) throws XAException { method recover (line 114) | public Xid[] recover(int arg0) throws XAException { method rollback (line 121) | public void rollback(Xid arg0) throws XAException { method setTransactionTimeout (line 128) | public boolean setTransactionTimeout(int arg0) throws XAException { method start (line 135) | public void start(Xid arg0, int arg1) throws XAException { method isLoggingRequired (line 142) | public boolean isLoggingRequired() { method setLoggingRequired (line 146) | public void setLoggingRequired(boolean loggingRequired) { method getIdentifier (line 150) | public String getIdentifier() { method setIdentifier (line 154) | public void setIdentifier(String identifier) { method getDelegate (line 158) | public XAResource getDelegate() { method setDelegate (line 162) | public void setDelegate(LocalXAResource delegate) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/resource/RemoteResourceDescriptor.java class RemoteResourceDescriptor (line 30) | public class RemoteResourceDescriptor implements XAResourceDescriptor { method setIdentifier (line 36) | public void setIdentifier(String identifier) { method getIdentifier (line 40) | public String getIdentifier() { method getRemoteAddr (line 51) | public RemoteAddr getRemoteAddr() { method getRemoteNode (line 55) | public RemoteNode getRemoteNode() { method getRemoteSvc (line 59) | public RemoteSvc getRemoteSvc() { method isTransactionCommitted (line 63) | public boolean isTransactionCommitted(Xid xid) throws IllegalStateExce... method toString (line 67) | public String toString() { method setTransactionTimeoutQuietly (line 71) | public void setTransactionTimeoutQuietly(int timeout) { method commit (line 74) | public void commit(Xid arg0, boolean arg1) throws XAException { method end (line 78) | public void end(Xid arg0, int arg1) throws XAException { method forget (line 82) | public void forget(Xid arg0) throws XAException { method getTransactionTimeout (line 86) | public int getTransactionTimeout() throws XAException { method isSameRM (line 90) | public boolean isSameRM(XAResource xares) throws XAException { method prepare (line 111) | public int prepare(Xid arg0) throws XAException { method recover (line 115) | public Xid[] recover(int arg0) throws XAException { method rollback (line 119) | public void rollback(Xid arg0) throws XAException { method setTransactionTimeout (line 123) | public boolean setTransactionTimeout(int arg0) throws XAException { method start (line 127) | public void start(Xid arg0, int arg1) throws XAException { method getDelegate (line 131) | public RemoteCoordinator getDelegate() { method setDelegate (line 135) | public void setDelegate(RemoteCoordinator delegate) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/supports/resource/UnidentifiedResourceDescriptor.java class UnidentifiedResourceDescriptor (line 24) | public class UnidentifiedResourceDescriptor implements XAResourceDescrip... method isTransactionCommitted (line 29) | public boolean isTransactionCommitted(Xid xid) throws IllegalStateExce... method toString (line 33) | public String toString() { method setTransactionTimeoutQuietly (line 37) | public void setTransactionTimeoutQuietly(int timeout) { method commit (line 45) | public void commit(Xid arg0, boolean arg1) throws XAException { method end (line 52) | public void end(Xid arg0, int arg1) throws XAException { method forget (line 59) | public void forget(Xid arg0) throws XAException { method getTransactionTimeout (line 66) | public int getTransactionTimeout() throws XAException { method isSameRM (line 73) | public boolean isSameRM(XAResource arg0) throws XAException { method prepare (line 80) | public int prepare(Xid arg0) throws XAException { method recover (line 87) | public Xid[] recover(int arg0) throws XAException { method rollback (line 94) | public void rollback(Xid arg0) throws XAException { method setTransactionTimeout (line 101) | public boolean setTransactionTimeout(int arg0) throws XAException { method start (line 108) | public void start(Xid arg0, int arg1) throws XAException { method getIdentifier (line 115) | public String getIdentifier() { method setIdentifier (line 119) | public void setIdentifier(String identifier) { method getDelegate (line 123) | public XAResource getDelegate() { method setDelegate (line 127) | public void setDelegate(XAResource delegate) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/work/TransactionWork.java class TransactionWork (line 27) | public class TransactionWork implements Work, TransactionBeanFactoryAware { method run (line 38) | public void run() { method fireGlobalRecovery (line 77) | private void fireGlobalRecovery() { method fireBranchRecovery (line 88) | private void fireBranchRecovery() { method waitForMillis (line 99) | private void waitForMillis(long millis) { method release (line 107) | public void release() { method currentActive (line 111) | protected boolean currentActive() { method getDelayOfStoping (line 115) | public long getDelayOfStoping() { method setDelayOfStoping (line 119) | public void setDelayOfStoping(long delayOfStoping) { method getRecoveryInterval (line 123) | public long getRecoveryInterval() { method setRecoveryInterval (line 127) | public void setRecoveryInterval(long recoveryInterval) { method getBeanFactory (line 131) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 135) | public void setBeanFactory(TransactionBeanFactory tbf) { FILE: bytejta-core/src/main/java/org/bytesoft/bytejta/xa/XidFactoryImpl.java class XidFactoryImpl (line 30) | public class XidFactoryImpl implements XidFactory { method getHardwareAddress (line 43) | private static byte[] getHardwareAddress() { method createGlobalXid (line 79) | public TransactionXid createGlobalXid() { method createGlobalXid (line 91) | public TransactionXid createGlobalXid(byte[] globalTransactionId) { method createBranchXid (line 102) | public TransactionXid createBranchXid(TransactionXid globalXid) { method createBranchXid (line 125) | public TransactionXid createBranchXid(TransactionXid globalXid, byte[]... method generateUniqueKey (line 146) | public byte[] generateUniqueKey() { FILE: bytejta-core/src/main/java/org/bytesoft/common/utils/ByteUtils.java class ByteUtils (line 18) | public class ByteUtils { method byteArrayToShort (line 19) | public static short byteArrayToShort(final byte[] buf) { method byteArrayToInt (line 23) | public static int byteArrayToInt(final byte[] buf) { method byteArrayToLong (line 27) | public static long byteArrayToLong(final byte[] buf) { method byteArrayToLong (line 31) | public static long byteArrayToLong(final byte[] buf, final int start) { method longToByteArray (line 47) | public static byte[] longToByteArray(final long value) { method byteArrayToInt (line 60) | public static int byteArrayToInt(final byte[] buf, final int start) { method intToByteArray (line 71) | public static byte[] intToByteArray(final int value) { method byteArrayToShort (line 80) | public static short byteArrayToShort(final byte[] buf, final int start) { method shortToByteArray (line 89) | public static byte[] shortToByteArray(final short value) { method byteArrayToString (line 96) | public static String byteArrayToString(final byte[] bytes, final int s... method byteArrayToString (line 106) | public static String byteArrayToString(final byte[] bytes) { method stringToByteArray (line 110) | public static byte[] stringToByteArray(String str) { method indexOf (line 129) | private static int indexOf(char chr) { FILE: bytejta-core/src/main/java/org/bytesoft/common/utils/CommonUtils.java class CommonUtils (line 38) | public class CommonUtils { method getRemoteAddr (line 41) | public static RemoteAddr getRemoteAddr(String identifier) { method getRemoteNode (line 57) | public static RemoteNode getRemoteNode(String identifier) { method getRemoteSvc (line 74) | public static RemoteSvc getRemoteSvc(RemoteNode remoteNode) { method getRemoteSvc (line 82) | public static RemoteSvc getRemoteSvc(String identifier) { method getApplication (line 87) | public static String getApplication(String identifier) { method getInstanceKey (line 96) | public static String getInstanceKey(String identifier) { method applicationEquals (line 105) | public static boolean applicationEquals(String source, String target) { method instanceKeyEquals (line 115) | public static boolean instanceKeyEquals(String source, String target) { method equals (line 129) | public static boolean equals(Object o1, Object o2) { method closeQuietly (line 133) | public static void closeQuietly(Closeable closeable) { method getInetAddress (line 137) | public static String getInetAddress() { class InetAddrComparator (line 181) | private static class InetAddrComparator implements Comparator clazz) { method deserializeClass (line 234) | public static Class deserializeClass(String classDesc) { method deserializeClass (line 254) | public static Class deserializeClass(final char character) { method serializeMethod (line 277) | public static String serializeMethod(Method method) { method deserializeMethod (line 292) | public static Method deserializeMethod(Class interfaceClass, String... FILE: bytejta-core/src/main/java/org/bytesoft/transaction/CommitRequiredException.java class CommitRequiredException (line 20) | public class CommitRequiredException extends SystemException { method CommitRequiredException (line 23) | public CommitRequiredException() { method CommitRequiredException (line 27) | public CommitRequiredException(String s) { method CommitRequiredException (line 31) | public CommitRequiredException(int errcode) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/RemoteSystemException.java class RemoteSystemException (line 22) | public class RemoteSystemException extends SystemException { method RemoteSystemException (line 25) | public RemoteSystemException() { method RemoteSystemException (line 29) | public RemoteSystemException(String s) { method RemoteSystemException (line 33) | public RemoteSystemException(int errcode) { method initCause (line 37) | public Throwable initCause(Throwable cause) { method getRemoteException (line 44) | public RemoteException getRemoteException() { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/RollbackRequiredException.java class RollbackRequiredException (line 20) | public class RollbackRequiredException extends SystemException { method RollbackRequiredException (line 23) | public RollbackRequiredException() { method RollbackRequiredException (line 27) | public RollbackRequiredException(String s) { method RollbackRequiredException (line 31) | public RollbackRequiredException(int errcode) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/Transaction.java type Transaction (line 30) | public interface Transaction extends javax.transaction.Transaction, Tran... method fireBeforeTransactionCompletion (line 32) | public void fireBeforeTransactionCompletion() throws RollbackRequiredE... method fireBeforeTransactionCompletionQuietly (line 34) | public void fireBeforeTransactionCompletionQuietly(); method fireAfterTransactionCompletion (line 36) | public void fireAfterTransactionCompletion(); method isLocalTransaction (line 38) | public boolean isLocalTransaction(); method isMarkedRollbackOnly (line 40) | public boolean isMarkedRollbackOnly(); method setRollbackOnlyQuietly (line 42) | public void setRollbackOnlyQuietly(); method getTransactionStatus (line 44) | public int getTransactionStatus(); method setTransactionStatus (line 46) | public void setTransactionStatus(int status); method resume (line 48) | public void resume() throws SystemException; method suspend (line 50) | public void suspend() throws SystemException; method isTiming (line 52) | public boolean isTiming(); method setTransactionTimeout (line 54) | public void setTransactionTimeout(int seconds); method registerTransactionListener (line 56) | public void registerTransactionListener(TransactionListener listener); method registerTransactionResourceListener (line 58) | public void registerTransactionResourceListener(TransactionResourceLis... method getTransactionalExtra (line 60) | public TransactionExtra getTransactionalExtra(); method setTransactionalExtra (line 62) | public void setTransactionalExtra(TransactionExtra transactionalExtra); method getResourceDescriptor (line 64) | public XAResourceDescriptor getResourceDescriptor(String beanName); method getRemoteCoordinator (line 66) | public XAResourceDescriptor getRemoteCoordinator(RemoteSvc remoteSvc); method getRemoteCoordinator (line 68) | public XAResourceDescriptor getRemoteCoordinator(String application); method getTransactionContext (line 70) | public TransactionContext getTransactionContext(); method getTransactionArchive (line 72) | public TransactionArchive getTransactionArchive(); method participantPrepare (line 74) | public int participantPrepare() throws RollbackRequiredException, Comm... method participantCommit (line 76) | public void participantCommit(boolean opc) throws RollbackException, H... method participantRollback (line 79) | public void participantRollback() throws IllegalStateException, Rollba... method forget (line 81) | public void forget() throws SystemException; method forgetQuietly (line 83) | public void forgetQuietly(); method recover (line 85) | public void recover() throws SystemException; method recoveryCommit (line 87) | public void recoveryCommit() throws CommitRequiredException, SystemExc... method recoveryRollback (line 89) | public void recoveryRollback() throws RollbackRequiredException, Syste... method getCreatedAt (line 91) | public Exception getCreatedAt(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/TransactionBeanFactory.java type TransactionBeanFactory (line 25) | public interface TransactionBeanFactory { method getTransactionLock (line 27) | public TransactionLock getTransactionLock(); method getTransactionManager (line 29) | public TransactionManager getTransactionManager(); method getXidFactory (line 31) | public XidFactory getXidFactory(); method getTransactionTimer (line 33) | public TransactionTimer getTransactionTimer(); method getTransactionRepository (line 35) | public TransactionRepository getTransactionRepository(); method getTransactionInterceptor (line 37) | public TransactionInterceptor getTransactionInterceptor(); method getTransactionRecovery (line 39) | public TransactionRecovery getTransactionRecovery(); method getNativeParticipant (line 41) | public TransactionParticipant getNativeParticipant(); method getTransactionLogger (line 43) | public TransactionLogger getTransactionLogger(); method getArchiveDeserializer (line 45) | public ArchiveDeserializer getArchiveDeserializer(); method getResourceDeserializer (line 47) | public XAResourceDeserializer getResourceDeserializer(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/TransactionContext.java class TransactionContext (line 22) | public class TransactionContext implements Serializable, Cloneable { method clone (line 37) | public TransactionContext clone() { method getRecoveredTimes (line 47) | public int getRecoveredTimes() { method setRecoveredTimes (line 51) | public void setRecoveredTimes(int recoveredTimes) { method isCoordinator (line 55) | public boolean isCoordinator() { method setCoordinator (line 59) | public void setCoordinator(boolean coordinator) { method isRecoveried (line 63) | public boolean isRecoveried() { method setRecoveried (line 67) | public void setRecoveried(boolean recoveried) { method getXid (line 71) | public TransactionXid getXid() { method setXid (line 75) | public void setXid(TransactionXid xid) { method getCreatedTime (line 79) | public long getCreatedTime() { method setCreatedTime (line 83) | public void setCreatedTime(long createdTime) { method getExpiredTime (line 87) | public long getExpiredTime() { method setExpiredTime (line 91) | public void setExpiredTime(long expiredTime) { method getConfigFlags (line 95) | public long getConfigFlags() { method setConfigFlags (line 99) | public void setConfigFlags(long configFlags) { method isPropagated (line 103) | public boolean isPropagated() { method setPropagated (line 107) | public void setPropagated(boolean propagated) { method getPropagatedBy (line 111) | public Object getPropagatedBy() { method setPropagatedBy (line 115) | public void setPropagatedBy(Object propagatedBy) { method isRollbackOnly (line 119) | public boolean isRollbackOnly() { method setRollbackOnly (line 123) | public void setRollbackOnly(boolean rollbackOnly) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/TransactionException.java class TransactionException (line 18) | public class TransactionException extends RuntimeException { method TransactionException (line 24) | public TransactionException(int errcode) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/TransactionLock.java type TransactionLock (line 20) | public interface TransactionLock { method lockTransaction (line 22) | public boolean lockTransaction(TransactionXid transactionXid, String i... method unlockTransaction (line 24) | public void unlockTransaction(TransactionXid transactionXid, String id... FILE: bytejta-core/src/main/java/org/bytesoft/transaction/TransactionManager.java type TransactionManager (line 20) | public interface TransactionManager extends javax.transaction.Transactio... method getTimeoutSeconds (line 22) | public int getTimeoutSeconds(); method setTimeoutSeconds (line 24) | public void setTimeoutSeconds(int timeoutSeconds); method associateThread (line 26) | public void associateThread(Transaction transaction); method desociateThread (line 28) | public Transaction desociateThread(); method getTransaction (line 30) | public Transaction getTransaction(Thread thread); method getTransactionQuietly (line 32) | public Transaction getTransactionQuietly(); method getTransaction (line 34) | public Transaction getTransaction() throws SystemException; method suspend (line 36) | public Transaction suspend() throws SystemException; method setRollbackOnlyQuietly (line 38) | public void setRollbackOnlyQuietly(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/TransactionParticipant.java type TransactionParticipant (line 22) | public interface TransactionParticipant extends XAResource { method end (line 24) | public Transaction end(TransactionContext transactionContext, int flag... method forgetQuietly (line 26) | public void forgetQuietly(Xid xid); method start (line 28) | public Transaction start(TransactionContext transactionContext, int fl... FILE: bytejta-core/src/main/java/org/bytesoft/transaction/TransactionRecovery.java type TransactionRecovery (line 20) | public interface TransactionRecovery { method reconstruct (line 22) | public Transaction reconstruct(TransactionArchive archive); method timingRecover (line 24) | public void timingRecover(); method startRecovery (line 26) | public void startRecovery(); method branchRecover (line 28) | public void branchRecover(); method isInitialized (line 30) | public boolean isInitialized(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/TransactionRepository.java type TransactionRepository (line 22) | public interface TransactionRepository { method putTransaction (line 25) | public void putTransaction(TransactionXid xid, Transaction transaction); method getTransaction (line 27) | public Transaction getTransaction(TransactionXid xid); method removeTransaction (line 29) | public Transaction removeTransaction(TransactionXid xid); method putErrorTransaction (line 32) | public void putErrorTransaction(TransactionXid xid, Transaction transa... method getErrorTransaction (line 34) | public Transaction getErrorTransaction(TransactionXid xid); method removeErrorTransaction (line 36) | public Transaction removeErrorTransaction(TransactionXid xid); method getErrorTransactionList (line 38) | public List getErrorTransactionList(); method getActiveTransactionList (line 40) | public List getActiveTransactionList(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/adapter/ResourceAdapterImpl.java class ResourceAdapterImpl (line 35) | public class ResourceAdapterImpl implements ResourceAdapter { method start (line 41) | public void start(BootstrapContext ctx) throws ResourceAdapterInternal... method stop (line 57) | public void stop() { method endpointActivation (line 68) | public void endpointActivation(MessageEndpointFactory endpointFactory,... method endpointDeactivation (line 71) | public void endpointDeactivation(MessageEndpointFactory endpointFactor... method getXAResources (line 74) | public XAResource[] getXAResources(ActivationSpec[] specs) throws Reso... method getWorkList (line 78) | public List getWorkList() { method setWorkList (line 82) | public void setWorkList(List workList) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/archive/TransactionArchive.java class TransactionArchive (line 23) | public class TransactionArchive { method getRecoveredTimes (line 39) | public int getRecoveredTimes() { method setRecoveredTimes (line 43) | public void setRecoveredTimes(int recoveredTimes) { method getRecoveredAt (line 47) | public long getRecoveredAt() { method setRecoveredAt (line 51) | public void setRecoveredAt(long recoveredAt) { method getEndpoint (line 55) | public String getEndpoint() { method setEndpoint (line 59) | public void setEndpoint(String endpoint) { method getXid (line 63) | public Xid getXid() { method setXid (line 67) | public void setXid(Xid xid) { method getStatus (line 71) | public int getStatus() { method setStatus (line 75) | public void setStatus(int status) { method getVote (line 79) | public int getVote() { method setVote (line 83) | public void setVote(int vote) { method isCoordinator (line 87) | public boolean isCoordinator() { method setCoordinator (line 91) | public void setCoordinator(boolean coordinator) { method getPropagatedBy (line 95) | public Object getPropagatedBy() { method setPropagatedBy (line 99) | public void setPropagatedBy(Object propagatedBy) { method getNativeResources (line 103) | public List getNativeResources() { method getRemoteResources (line 107) | public List getRemoteResources() { method getOptimizedResource (line 111) | public XAResourceArchive getOptimizedResource() { method setOptimizedResource (line 115) | public void setOptimizedResource(XAResourceArchive optimizedResource) { method getTransactionStrategyType (line 119) | public int getTransactionStrategyType() { method setTransactionStrategyType (line 123) | public void setTransactionStrategyType(int transactionStrategyType) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/archive/XAResourceArchive.java class XAResourceArchive (line 26) | public class XAResourceArchive implements XAResource { method commit (line 46) | public void commit(Xid ignore, boolean onePhase) throws XAException { method end (line 58) | public void end(Xid ignore, int flags) throws XAException { method forget (line 62) | public void forget(Xid ignore) throws XAException { method forgetQuietly (line 66) | public void forgetQuietly(Xid ignore) { method getTransactionTimeout (line 74) | public int getTransactionTimeout() throws XAException { method isSameRM (line 78) | public boolean isSameRM(XAResource xares) throws XAException { method prepare (line 87) | public int prepare(Xid ignore) throws XAException { method recover (line 96) | public Xid[] recover(int flag) throws XAException { method rollback (line 100) | public void rollback(Xid ignore) throws XAException { method setTransactionTimeout (line 114) | public boolean setTransactionTimeout(int seconds) throws XAException { method start (line 118) | public void start(Xid ignore, int flags) throws XAException { method toString (line 122) | public String toString() { method getStickiness (line 126) | public XAResourceDescriptor getStickiness() { method setStickiness (line 130) | public void setStickiness(XAResourceDescriptor stickiness) { method getDescriptor (line 134) | public XAResourceDescriptor getDescriptor() { method setDescriptor (line 138) | public void setDescriptor(XAResourceDescriptor descriptor) { method isSuspended (line 142) | public boolean isSuspended() { method setSuspended (line 146) | public void setSuspended(boolean suspended) { method isDelisted (line 150) | public boolean isDelisted() { method setDelisted (line 154) | public void setDelisted(boolean delisted) { method getXid (line 158) | public Xid getXid() { method setXid (line 162) | public void setXid(Xid xid) { method getVote (line 166) | public int getVote() { method setVote (line 170) | public void setVote(int vote) { method isCompleted (line 174) | public boolean isCompleted() { method setCompleted (line 178) | public void setCompleted(boolean completed) { method isCommitted (line 182) | public boolean isCommitted() { method setCommitted (line 186) | public void setCommitted(boolean committed) { method isRolledback (line 190) | public boolean isRolledback() { method setRolledback (line 194) | public void setRolledback(boolean rolledback) { method isReadonly (line 198) | public boolean isReadonly() { method setReadonly (line 202) | public void setReadonly(boolean readonly) { method isHeuristic (line 206) | public boolean isHeuristic() { method setHeuristic (line 210) | public void setHeuristic(boolean heuristic) { method isRecovered (line 214) | public boolean isRecovered() { method setRecovered (line 218) | public void setRecovered(boolean recovered) { method isIdentified (line 222) | public boolean isIdentified() { method setIdentified (line 226) | public void setIdentified(boolean identified) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/aware/TransactionBeanFactoryAware.java type TransactionBeanFactoryAware (line 20) | public interface TransactionBeanFactoryAware { method getBeanFactory (line 23) | public TransactionBeanFactory getBeanFactory(); method setBeanFactory (line 25) | public void setBeanFactory(TransactionBeanFactory tbf); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/aware/TransactionDebuggable.java type TransactionDebuggable (line 18) | public interface TransactionDebuggable { method isDebuggingEnabled (line 20) | public boolean isDebuggingEnabled(); method setDebuggingEnabled (line 22) | public void setDebuggingEnabled(boolean debuggingEnabled); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/aware/TransactionEndpointAware.java type TransactionEndpointAware (line 18) | public interface TransactionEndpointAware { method getEndpoint (line 21) | public String getEndpoint(); method setEndpoint (line 23) | public void setEndpoint(String identifier); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/cmd/CommandDispatcher.java type CommandDispatcher (line 20) | public interface CommandDispatcher { method dispatch (line 22) | public Object dispatch(Callable callable) throws Exception; method dispatch (line 24) | public void dispatch(Runnable runnable) throws Exception; FILE: bytejta-core/src/main/java/org/bytesoft/transaction/internal/SynchronizationImpl.java class SynchronizationImpl (line 24) | public class SynchronizationImpl implements Synchronization { method SynchronizationImpl (line 31) | public SynchronizationImpl(Synchronization sync) { method beforeCompletion (line 41) | public void beforeCompletion() { method afterCompletion (line 53) | public void afterCompletion(int status) { method toString (line 65) | public String toString() { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/internal/SynchronizationList.java class SynchronizationList (line 26) | public class SynchronizationList implements Synchronization { method registerSynchronizationQuietly (line 33) | public void registerSynchronizationQuietly(Synchronization sync) { method beforeCompletion (line 38) | public synchronized void beforeCompletion() { method afterCompletion (line 54) | public synchronized void afterCompletion(int status) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/internal/TransactionListenerList.java class TransactionListenerList (line 27) | public class TransactionListenerList extends TransactionListenerAdapter { method registerTransactionListener (line 32) | public void registerTransactionListener(TransactionListener listener) { method onPrepareStart (line 36) | public void onPrepareStart(TransactionXid xid) { method onPrepareSuccess (line 47) | public void onPrepareSuccess(TransactionXid xid) { method onPrepareFailure (line 58) | public void onPrepareFailure(TransactionXid xid) { method onCommitStart (line 69) | public void onCommitStart(TransactionXid xid) { method onCommitSuccess (line 80) | public void onCommitSuccess(TransactionXid xid) { method onCommitFailure (line 91) | public void onCommitFailure(TransactionXid xid) { method onCommitHeuristicMixed (line 102) | public void onCommitHeuristicMixed(TransactionXid xid) { method onCommitHeuristicRolledback (line 113) | public void onCommitHeuristicRolledback(TransactionXid xid) { method onRollbackStart (line 124) | public void onRollbackStart(TransactionXid xid) { method onRollbackSuccess (line 135) | public void onRollbackSuccess(TransactionXid xid) { method onRollbackFailure (line 146) | public void onRollbackFailure(TransactionXid xid) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/internal/TransactionResourceListenerList.java class TransactionResourceListenerList (line 28) | public class TransactionResourceListenerList implements TransactionResou... method registerTransactionResourceListener (line 33) | public void registerTransactionResourceListener(TransactionResourceLis... method onEnlistResource (line 37) | public void onEnlistResource(Xid xid, XAResource xares) { method onDelistResource (line 48) | public void onDelistResource(Xid xid, XAResource xares) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/logging/ArchiveDeserializer.java type ArchiveDeserializer (line 20) | public interface ArchiveDeserializer { method serialize (line 22) | public byte[] serialize(TransactionXid xid, Object archive); method deserialize (line 24) | public Object deserialize(TransactionXid xid, byte[] array); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/logging/LoggingFlushable.java type LoggingFlushable (line 18) | public interface LoggingFlushable { method flushImmediately (line 20) | public void flushImmediately(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/logging/TransactionLogger.java type TransactionLogger (line 22) | public interface TransactionLogger { method createTransaction (line 25) | public void createTransaction(TransactionArchive archive); method updateTransaction (line 27) | public void updateTransaction(TransactionArchive archive); method deleteTransaction (line 29) | public void deleteTransaction(TransactionArchive archive); method createResource (line 32) | public void createResource(XAResourceArchive archive); method updateResource (line 34) | public void updateResource(XAResourceArchive archive); method deleteResource (line 36) | public void deleteResource(XAResourceArchive archive); method createParticipant (line 39) | public void createParticipant(XAResourceArchive archive); method updateParticipant (line 41) | public void updateParticipant(XAResourceArchive archive); method deleteParticipant (line 43) | public void deleteParticipant(XAResourceArchive archive); method recover (line 46) | public void recover(TransactionRecoveryCallback callback); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/logging/store/VirtualLoggingKey.java class VirtualLoggingKey (line 7) | public class VirtualLoggingKey implements Xid { method hashCode (line 13) | public int hashCode() { method equals (line 21) | public boolean equals(Object obj) { method getFormatId (line 38) | public int getFormatId() { method getGlobalTransactionId (line 42) | public byte[] getGlobalTransactionId() { method setGlobalTransactionId (line 46) | public void setGlobalTransactionId(byte[] globalTransactionId) { method getBranchQualifier (line 50) | public byte[] getBranchQualifier() { method setBranchQualifier (line 54) | public void setBranchQualifier(byte[] branchQualifier) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/logging/store/VirtualLoggingListener.java type VirtualLoggingListener (line 18) | public interface VirtualLoggingListener { method recvOperation (line 20) | public void recvOperation(VirtualLoggingRecord action); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/logging/store/VirtualLoggingRecord.java class VirtualLoggingRecord (line 20) | public class VirtualLoggingRecord { method getOperator (line 27) | public int getOperator() { method setOperator (line 31) | public void setOperator(int operator) { method getIdentifier (line 35) | public Xid getIdentifier() { method setIdentifier (line 39) | public void setIdentifier(Xid identifier) { method getValue (line 43) | public byte[] getValue() { method setValue (line 47) | public void setValue(byte[] value) { method getContent (line 51) | public byte[] getContent() { method setContent (line 55) | public void setContent(byte[] content) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/logging/store/VirtualLoggingSystem.java type VirtualLoggingSystem (line 20) | public interface VirtualLoggingSystem { method create (line 25) | public void create(Xid xid, byte[] byteArray); method delete (line 27) | public void delete(Xid xid); method modify (line 29) | public void modify(Xid xid, byte[] byteArray); method traversal (line 31) | public void traversal(VirtualLoggingListener listener); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/logging/store/VirtualLoggingTrigger.java type VirtualLoggingTrigger (line 18) | public interface VirtualLoggingTrigger { method fireSwapImmediately (line 20) | public void fireSwapImmediately(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/recovery/TransactionRecoveryCallback.java type TransactionRecoveryCallback (line 20) | public interface TransactionRecoveryCallback { method recover (line 22) | public void recover(TransactionArchive archive); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/recovery/TransactionRecoveryListener.java type TransactionRecoveryListener (line 20) | public interface TransactionRecoveryListener { method onRecovery (line 22) | public void onRecovery(Transaction transaction); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/remote/RemoteAddr.java class RemoteAddr (line 22) | public class RemoteAddr implements Serializable { method hashCode (line 28) | public int hashCode() { method equals (line 35) | public boolean equals(Object obj) { method toString (line 47) | public String toString() { method getServerHost (line 51) | public String getServerHost() { method setServerHost (line 55) | public void setServerHost(String serverHost) { method getServerPort (line 59) | public int getServerPort() { method setServerPort (line 63) | public void setServerPort(int serverPort) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/remote/RemoteCoordinator.java type RemoteCoordinator (line 20) | public interface RemoteCoordinator extends TransactionParticipant { method getIdentifier (line 22) | public String getIdentifier(); method getRemoteAddr (line 24) | public RemoteAddr getRemoteAddr(); method getRemoteNode (line 26) | public RemoteNode getRemoteNode(); method getApplication (line 28) | public String getApplication(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/remote/RemoteNode.java class RemoteNode (line 20) | public class RemoteNode extends RemoteAddr { method hashCode (line 25) | public int hashCode() { method equals (line 33) | public boolean equals(Object obj) { method toString (line 46) | public String toString() { method getServiceKey (line 50) | public String getServiceKey() { method setServiceKey (line 54) | public void setServiceKey(String serviceKey) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/remote/RemoteSvc.java class RemoteSvc (line 20) | public class RemoteSvc extends RemoteAddr { method hashCode (line 25) | public int hashCode() { method equals (line 31) | public boolean equals(Object obj) { method toString (line 41) | public String toString() { method getServiceKey (line 45) | public String getServiceKey() { method setServiceKey (line 49) | public void setServiceKey(String serviceKey) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/resource/XATerminator.java type XATerminator (line 22) | public interface XATerminator extends javax.transaction.xa.XAResource { method getResourceArchives (line 24) | public List getResourceArchives(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/TransactionExtra.java type TransactionExtra (line 20) | public interface TransactionExtra { method getTransactionXid (line 22) | public TransactionXid getTransactionXid(); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/TransactionListener.java type TransactionListener (line 20) | public interface TransactionListener { method onPrepareStart (line 22) | public void onPrepareStart(TransactionXid xid); method onPrepareSuccess (line 24) | public void onPrepareSuccess(TransactionXid xid); method onPrepareFailure (line 26) | public void onPrepareFailure(TransactionXid xid); method onCommitStart (line 28) | public void onCommitStart(TransactionXid xid); method onCommitSuccess (line 30) | public void onCommitSuccess(TransactionXid xid); method onCommitFailure (line 32) | public void onCommitFailure(TransactionXid xid); method onCommitHeuristicMixed (line 34) | public void onCommitHeuristicMixed(TransactionXid xid); method onCommitHeuristicRolledback (line 36) | public void onCommitHeuristicRolledback(TransactionXid xid); method onRollbackStart (line 38) | public void onRollbackStart(TransactionXid xid); method onRollbackSuccess (line 40) | public void onRollbackSuccess(TransactionXid xid); method onRollbackFailure (line 42) | public void onRollbackFailure(TransactionXid xid); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/TransactionListenerAdapter.java class TransactionListenerAdapter (line 20) | public class TransactionListenerAdapter implements TransactionListener { method onPrepareStart (line 22) | public void onPrepareStart(TransactionXid xid) { method onPrepareSuccess (line 25) | public void onPrepareSuccess(TransactionXid xid) { method onPrepareFailure (line 28) | public void onPrepareFailure(TransactionXid xid) { method onCommitStart (line 31) | public void onCommitStart(TransactionXid xid) { method onCommitSuccess (line 34) | public void onCommitSuccess(TransactionXid xid) { method onCommitFailure (line 37) | public void onCommitFailure(TransactionXid xid) { method onCommitHeuristicMixed (line 40) | public void onCommitHeuristicMixed(TransactionXid xid) { method onCommitHeuristicRolledback (line 43) | public void onCommitHeuristicRolledback(TransactionXid xid) { method onRollbackStart (line 46) | public void onRollbackStart(TransactionXid xid) { method onRollbackSuccess (line 49) | public void onRollbackSuccess(TransactionXid xid) { method onRollbackFailure (line 52) | public void onRollbackFailure(TransactionXid xid) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/TransactionResourceListener.java type TransactionResourceListener (line 21) | public interface TransactionResourceListener { method onEnlistResource (line 23) | public void onEnlistResource(Xid xid, XAResource xares); method onDelistResource (line 25) | public void onDelistResource(Xid xid, XAResource xares); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/TransactionResourceListenerAdapter.java class TransactionResourceListenerAdapter (line 21) | public class TransactionResourceListenerAdapter implements TransactionRe... method onEnlistResource (line 23) | public void onEnlistResource(Xid xid, XAResource xares) { method onDelistResource (line 26) | public void onDelistResource(Xid xid, XAResource xares) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/TransactionStatistic.java type TransactionStatistic (line 20) | public interface TransactionStatistic { method fireBeginTransaction (line 31) | public void fireBeginTransaction(TransactionImpl transaction); method firePreparingTransaction (line 33) | public void firePreparingTransaction(TransactionImpl transaction); method firePreparedTransaction (line 35) | public void firePreparedTransaction(TransactionImpl transaction); method fireCommittingTransaction (line 37) | public void fireCommittingTransaction(TransactionImpl transaction); method fireCommittedTransaction (line 39) | public void fireCommittedTransaction(TransactionImpl transaction); method fireRollingBackTransaction (line 41) | public void fireRollingBackTransaction(TransactionImpl transaction); method fireRolledbackTransaction (line 43) | public void fireRolledbackTransaction(TransactionImpl transaction); method fireCompleteFailure (line 45) | public void fireCompleteFailure(TransactionImpl transaction); method fireCleanupTransaction (line 47) | public void fireCleanupTransaction(TransactionImpl transaction); method fireRecoverTransaction (line 49) | public void fireRecoverTransaction(TransactionImpl transaction); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/TransactionTimer.java type TransactionTimer (line 20) | public interface TransactionTimer { method timingExecution (line 22) | public void timingExecution(); method stopTiming (line 24) | public void stopTiming(Transaction tx); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/resource/XAResourceDescriptor.java type XAResourceDescriptor (line 21) | public interface XAResourceDescriptor extends XAResource { method setIdentifier (line 23) | public void setIdentifier(String identifier); method getIdentifier (line 25) | public String getIdentifier(); method getDelegate (line 27) | public XAResource getDelegate(); method setTransactionTimeoutQuietly (line 29) | public void setTransactionTimeoutQuietly(int timeout); method isTransactionCommitted (line 31) | public boolean isTransactionCommitted(Xid xid) throws IllegalStateExce... FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/rpc/TransactionInterceptor.java type TransactionInterceptor (line 18) | public interface TransactionInterceptor { method beforeSendRequest (line 20) | public void beforeSendRequest(TransactionRequest request) throws Illeg... method beforeSendResponse (line 22) | public void beforeSendResponse(TransactionResponse response) throws Il... method afterReceiveRequest (line 24) | public void afterReceiveRequest(TransactionRequest request) throws Ill... method afterReceiveResponse (line 26) | public void afterReceiveResponse(TransactionResponse response) throws ... FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/rpc/TransactionRequest.java type TransactionRequest (line 21) | public interface TransactionRequest { method getTargetTransactionCoordinator (line 23) | public RemoteCoordinator getTargetTransactionCoordinator(); method getTransactionContext (line 25) | public TransactionContext getTransactionContext(); method setTransactionContext (line 27) | public void setTransactionContext(TransactionContext transactionContext); method getHeader (line 29) | public Object getHeader(String name); method setHeader (line 31) | public void setHeader(String name, Object value); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/rpc/TransactionResponse.java type TransactionResponse (line 21) | public interface TransactionResponse { method isParticipantStickyRequired (line 23) | public boolean isParticipantStickyRequired(); method isParticipantRollbackOnly (line 25) | public boolean isParticipantRollbackOnly(); method getSourceTransactionCoordinator (line 27) | public RemoteCoordinator getSourceTransactionCoordinator(); method getTransactionContext (line 29) | public TransactionContext getTransactionContext(); method setTransactionContext (line 31) | public void setTransactionContext(TransactionContext transactionContext); method getHeader (line 33) | public Object getHeader(String name); method setHeader (line 35) | public void setHeader(String name, Object value); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/supports/serialize/XAResourceDeserializer.java type XAResourceDeserializer (line 20) | public interface XAResourceDeserializer { method deserialize (line 22) | public XAResourceDescriptor deserialize(String identifier); FILE: bytejta-core/src/main/java/org/bytesoft/transaction/work/SimpleWork.java class SimpleWork (line 22) | public class SimpleWork implements Runnable { method run (line 28) | public void run() { method setSource (line 34) | public void setSource(Object source) { method setWork (line 38) | public void setWork(Work work) { method setWorkListener (line 42) | public void setWorkListener(WorkListener workListener) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/work/SimpleWorkListener.java class SimpleWorkListener (line 28) | public class SimpleWorkListener implements WorkListener { method SimpleWorkListener (line 38) | public SimpleWorkListener(WorkListener workListener) { method waitForStart (line 42) | public long waitForStart() { method signalStarted (line 58) | public void signalStarted() { method workAccepted (line 67) | public void workAccepted(WorkEvent event) { method workCompleted (line 74) | public void workCompleted(WorkEvent event) { method workRejected (line 80) | public void workRejected(WorkEvent event) { method workStarted (line 86) | public void workStarted(WorkEvent event) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/work/SimpleWorkManager.java class SimpleWorkManager (line 35) | public class SimpleWorkManager implements WorkManager { method doWork (line 42) | public void doWork(Work work) throws WorkException { method doWork (line 46) | public void doWork(Work work, long startTimeout, ExecutionContext exec... method startWork (line 65) | public long startWork(Work work) throws WorkException { method startWork (line 69) | public long startWork(Work work, long startTimeout, ExecutionContext e... method scheduleWork (line 81) | public void scheduleWork(Work work) throws WorkException { method scheduleWork (line 85) | public void scheduleWork(Work work, long startTimeout, ExecutionContex... FILE: bytejta-core/src/main/java/org/bytesoft/transaction/xa/TransactionXid.java class TransactionXid (line 25) | public class TransactionXid implements Xid, Cloneable, Serializable { method TransactionXid (line 32) | public TransactionXid() { method TransactionXid (line 35) | public TransactionXid(int formatId, byte[] global) { method TransactionXid (line 39) | public TransactionXid(int formatId, byte[] global, byte[] branch) { method clone (line 63) | public TransactionXid clone() { method getFormatId (line 78) | public int getFormatId() { method hashCode (line 82) | public int hashCode() { method equals (line 90) | public boolean equals(Object obj) { method toString (line 109) | public String toString() { method getGlobalTransactionId (line 115) | public byte[] getGlobalTransactionId() { method setGlobalTransactionId (line 119) | public void setGlobalTransactionId(byte[] globalTransactionId) { method getBranchQualifier (line 123) | public byte[] getBranchQualifier() { method setBranchQualifier (line 127) | public void setBranchQualifier(byte[] branchQualifier) { method setFormatId (line 131) | public void setFormatId(int formatId) { FILE: bytejta-core/src/main/java/org/bytesoft/transaction/xa/XidFactory.java type XidFactory (line 18) | public interface XidFactory { method createGlobalXid (line 25) | public TransactionXid createGlobalXid(); method createGlobalXid (line 27) | public TransactionXid createGlobalXid(byte[] globalTransactionId); method createBranchXid (line 29) | public TransactionXid createBranchXid(TransactionXid globalXid); method createBranchXid (line 31) | public TransactionXid createBranchXid(TransactionXid globalXid, byte[]... FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/DubboRemoteCoordinator.java class DubboRemoteCoordinator (line 35) | public class DubboRemoteCoordinator implements InvocationHandler { method invoke (line 47) | public Object invoke(Object proxy, Method method, Object[] args) throw... method getParticipantsIdentifier (line 107) | private String getParticipantsIdentifier(Object proxy, Method method, ... method getParticipantsApplication (line 123) | private Object getParticipantsApplication(Object proxy, Method method,... method invokeForGeneric (line 162) | public Object invokeForGeneric(Object proxy, Method method, Object[] a... method invokeForSpecifiedDestination (line 176) | public Object invokeForSpecifiedDestination(Object proxy, Method metho... method toString (line 201) | public String toString() { method getInvocationContext (line 206) | public RemoteNode getInvocationContext() { method setInvocationContext (line 210) | public void setInvocationContext(RemoteNode invocationContext) { method getCoordinatorType (line 214) | public int getCoordinatorType() { method setCoordinatorType (line 218) | public void setCoordinatorType(int coordinatorType) { method getProxyCoordinator (line 222) | public RemoteCoordinator getProxyCoordinator() { method setProxyCoordinator (line 226) | public void setProxyCoordinator(RemoteCoordinator proxyCoordinator) { method getRemoteCoordinator (line 230) | public RemoteCoordinator getRemoteCoordinator() { method setRemoteCoordinator (line 234) | public void setRemoteCoordinator(RemoteCoordinator remoteCoordinator) { FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/InvocationContextRegistry.java class InvocationContextRegistry (line 23) | public final class InvocationContextRegistry { method InvocationContextRegistry (line 28) | private InvocationContextRegistry() { method getInstance (line 34) | public static InvocationContextRegistry getInstance() { method associateInvocationContext (line 38) | public void associateInvocationContext(RemoteNode context) { method desociateInvocationContext (line 42) | public RemoteNode desociateInvocationContext() { method getInvocationContext (line 46) | public RemoteNode getInvocationContext() { FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/TransactionBeanRegistry.java class TransactionBeanRegistry (line 35) | public class TransactionBeanRegistry implements TransactionBeanFactoryAw... method TransactionBeanRegistry (line 49) | private TransactionBeanRegistry() { method getInstance (line 55) | public static TransactionBeanRegistry getInstance() { method getConsumeCoordinator (line 59) | public RemoteCoordinator getConsumeCoordinator() { method doGetConsumeCoordinator (line 67) | private RemoteCoordinator doGetConsumeCoordinator() { method setConsumeCoordinator (line 85) | public void setConsumeCoordinator(RemoteCoordinator consumeCoordinator) { method getBean (line 100) | public T getBean(Class requiredType) { method setApplicationContext (line 108) | public void setApplicationContext(ApplicationContext applicationContex... method getEnvironment (line 112) | public Environment getEnvironment() { method setEnvironment (line 116) | public void setEnvironment(Environment environment) { method setBeanFactory (line 120) | public void setBeanFactory(TransactionBeanFactory tbf) { method getBeanFactory (line 124) | public TransactionBeanFactory getBeanFactory() { FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/config/DubboSupportConfiguration.java class DubboSupportConfiguration (line 38) | @PropertySource(value = "bytejta:connector.config", factory = ConnectorR... method annotationDrivenTransactionManager (line 49) | public PlatformTransactionManager annotationDrivenTransactionManager() { method getEnvironment (line 56) | public Environment getEnvironment() { method setEnvironment (line 60) | public void setEnvironment(Environment environment) { method getApplicationContext (line 64) | public ApplicationContext getApplicationContext() { method setApplicationContext (line 68) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/ext/ILoadBalancer.java type ILoadBalancer (line 26) | @SPI method select (line 29) | public Invoker select(List> invokers, URL url, Invoc... FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/internal/TransactionBeanConfigValidator.java class TransactionBeanConfigValidator (line 39) | public class TransactionBeanConfigValidator implements BeanPostProcessor... method postProcessBeforeInitialization (line 42) | public Object postProcessBeforeInitialization(Object bean, String bean... method postProcessAfterInitialization (line 46) | public Object postProcessAfterInitialization(Object bean, String beanN... method validateProtocolConfig (line 56) | private void validateProtocolConfig(String beanName, ProtocolConfig pr... method validateServiceBean (line 67) | private void validateServiceBean(String beanName, ServiceBean servi... method validateReferenceConfig (line 99) | private void validateReferenceConfig(String beanName, BeanDefinition b... method postProcessBeanFactory (line 164) | public void postProcessBeanFactory(ConfigurableListableBeanFactory bea... FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/internal/TransactionEndpointAutoInjector.java class TransactionEndpointAutoInjector (line 36) | public class TransactionEndpointAutoInjector implements InitializingBean... method afterPropertiesSet (line 41) | public void afterPropertiesSet() throws Exception { method postProcessBeforeInitialization (line 105) | public Object postProcessBeforeInitialization(Object bean, String bean... method postProcessAfterInitialization (line 114) | public Object postProcessAfterInitialization(Object bean, String beanN... method initializeEndpointIfNecessary (line 123) | private void initializeEndpointIfNecessary(TransactionEndpointAware aw... method setApplicationContext (line 159) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/internal/TransactionParticipantRegistrant.java class TransactionParticipantRegistrant (line 37) | public class TransactionParticipantRegistrant method afterSingletonsInstantiated (line 44) | public void afterSingletonsInstantiated() { method initializeForProvider (line 59) | public void initializeForProvider(RemoteCoordinator reference) throws ... method initializeForConsumer (line 121) | public void initializeForConsumer(TransactionBeanRegistry beanRegistry... method setBeanFactory (line 167) | public void setBeanFactory(BeanFactory beanFactory) throws BeansExcept... method getEndpoint (line 171) | public String getEndpoint() { method setEndpoint (line 175) | public void setEndpoint(String identifier) { FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/serialize/XAResourceDeserializerImpl.java class XAResourceDeserializerImpl (line 44) | public class XAResourceDeserializerImpl implements XAResourceDeserialize... method deserialize (line 51) | public XAResourceDescriptor deserialize(String identifier) { method initializePhysicalInstanceIfNecessary (line 86) | private void initializePhysicalInstanceIfNecessary(RemoteAddr remoteAd... method processInitPhysicalInstanceIfNecessary (line 102) | private void processInitPhysicalInstanceIfNecessary(RemoteAddr remoteA... method initializeRemoteParticipantIfNecessary (line 141) | private void initializeRemoteParticipantIfNecessary(final String syste... method processInitRemoteParticipantIfNecessary (line 155) | private void processInitRemoteParticipantIfNecessary(String applicatio... method getResourceDeserializer (line 193) | public XAResourceDeserializer getResourceDeserializer() { method setResourceDeserializer (line 197) | public void setResourceDeserializer(XAResourceDeserializer resourceDes... method setApplicationContext (line 201) | public void setApplicationContext(ApplicationContext applicationContex... method getApplicationContext (line 205) | public ApplicationContext getApplicationContext() { FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/spi/TransactionLoadBalance.java class TransactionLoadBalance (line 41) | public final class TransactionLoadBalance implements LoadBalance { method fireInitializeIfNecessary (line 46) | private void fireInitializeIfNecessary() { method initializeIfNecessary (line 52) | private synchronized void initializeIfNecessary() { method select (line 61) | public Invoker select(List> invokers, URL url, Invoc... method selectConfigedInvoker (line 71) | public Invoker selectConfigedInvoker(List> invokers,... method selectSpecificInvoker (line 127) | public Invoker selectSpecificInvoker(List> invokers,... FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/spi/TransactionLoadBalancer.java class TransactionLoadBalancer (line 28) | public class TransactionLoadBalancer implements ILoadBalancer { method select (line 31) | public Invoker select(List> invokers, URL url, Invoc... FILE: bytejta-supports-dubbo/src/main/java/org/bytesoft/bytejta/supports/dubbo/spi/TransactionServiceFilter.java class TransactionServiceFilter (line 73) | public class TransactionServiceFilter implements Filter { method invoke (line 82) | public Result invoke(Invoker invoker, Invocation invocation) throws... method providerInvoke (line 90) | public Result providerInvoke(Invoker invoker, Invocation invocation... method providerInvokeForKey (line 114) | public Result providerInvokeForKey(Invoker invoker, Invocation invo... method providerInvokeForJTA (line 134) | public Result providerInvokeForJTA(Invoker invoker, Invocation invo... method providerInvokeForSVC (line 201) | public Result providerInvokeForSVC(Invoker invoker, Invocation invo... method wrapResultForProvider (line 264) | public Result wrapResultForProvider(Invoker invoker, Invocation inv... method convertResultForProvider (line 280) | private Result convertResultForProvider(RpcResult result, String propa... method createErrorResultForProvider (line 300) | private Result createErrorResultForProvider(Throwable throwable, Strin... method beforeProviderInvokeForSVC (line 320) | private void beforeProviderInvokeForSVC(Invocation invocation, Transac... method afterProviderInvokeForSVC (line 356) | private void afterProviderInvokeForSVC(Invocation invocation, Transact... method consumerInvoke (line 375) | public Result consumerInvoke(Invoker invoker, Invocation invocation... method consumerInvokeForKey (line 399) | public Result consumerInvokeForKey(Invoker invoker, Invocation invo... method consumerInvokeForJTA (line 447) | public Result consumerInvokeForJTA(Invoker invoker, Invocation invo... method consumerInvokeForSVC (line 472) | public Result consumerInvokeForSVC(Invoker invoker, Invocation invo... method getParticipantByRemoteAddr (line 561) | private RemoteCoordinator getParticipantByRemoteAddr(Invoker invoke... method beforeConsumerInvokeForSVC (line 594) | private void beforeConsumerInvokeForSVC(Invocation invocation, Transac... method afterConsumerInvokeForSVC (line 620) | private void afterConsumerInvokeForSVC(Invocation invocation, Transact... method registerRemoteParticipantIfNecessary (line 654) | private void registerRemoteParticipantIfNecessary(String instanceId) { method initializePhysicalInstanceIfNecessary (line 666) | private void initializePhysicalInstanceIfNecessary(RemoteAddr remoteAd... method processInitPhysicalInstanceIfNecessary (line 684) | private void processInitPhysicalInstanceIfNecessary(RemoteAddr remoteA... class InvocationResult (line 723) | static class InvocationResult implements HessianHandle, Serializable { method isFailure (line 730) | public boolean isFailure() { method getValue (line 734) | public Object getValue() { method setValue (line 738) | public void setValue(Object value) { method setVariable (line 742) | public void setVariable(String key, Serializable value) { method getVariable (line 746) | public Serializable getVariable(String key) { method getError (line 750) | public Throwable getError() { method setError (line 754) | public void setError(Throwable error) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/SpringCloudBeanRegistry.java class SpringCloudBeanRegistry (line 35) | public final class SpringCloudBeanRegistry implements TransactionBeanFac... method SpringCloudBeanRegistry (line 45) | private SpringCloudBeanRegistry() { method getInstance (line 51) | public static SpringCloudBeanRegistry getInstance() { method getConsumeCoordinator (line 55) | public RemoteCoordinator getConsumeCoordinator(String identifier) { method getLoadBalancerInterceptor (line 96) | public TransactionLoadBalancerInterceptor getLoadBalancerInterceptor() { method setLoadBalancerInterceptor (line 100) | public void setLoadBalancerInterceptor(TransactionLoadBalancerIntercep... method removeLoadBalancerInterceptor (line 104) | public void removeLoadBalancerInterceptor() { method getRestTemplate (line 108) | public RestTemplate getRestTemplate() { method setRestTemplate (line 112) | public void setRestTemplate(RestTemplate restTemplate) { method setBeanFactory (line 116) | public void setBeanFactory(TransactionBeanFactory tbf) { method getBeanFactory (line 120) | public TransactionBeanFactory getBeanFactory() { method getEnvironment (line 124) | public Environment getEnvironment() { method setEnvironment (line 128) | public void setEnvironment(Environment environment) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/SpringCloudCoordinator.java class SpringCloudCoordinator (line 45) | public class SpringCloudCoordinator implements InvocationHandler { method invoke (line 52) | public Object invoke(Object proxy, Method method, Object[] args) throw... method invokeHttpPostRequest (line 96) | public Object invokeHttpPostRequest(Object proxy, Method method, Objec... method invokeTransactionRecover (line 160) | public Object invokeTransactionRecover(Object proxy, Method method, Ob... method serialize (line 223) | private String serialize(Serializable arg) throws IOException { method toString (line 238) | public String toString() { method getIdentifier (line 242) | public String getIdentifier() { method setIdentifier (line 246) | public void setIdentifier(String identifier) { method getEnvironment (line 250) | public Environment getEnvironment() { method setEnvironment (line 254) | public void setEnvironment(Environment environment) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/SpringCloudEndpointPostProcessor.java class SpringCloudEndpointPostProcessor (line 35) | public class SpringCloudEndpointPostProcessor method setEnvironment (line 43) | public void setEnvironment(Environment environment) { method postProcessBeanFactory (line 47) | public void postProcessBeanFactory(ConfigurableListableBeanFactory bea... method getBeanFactory (line 83) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 87) | public void setBeanFactory(TransactionBeanFactory beanFactory) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/config/SpringCloudConfiguration.java class SpringCloudConfiguration (line 79) | @PropertySource(value = "bytejta:loadbalancer.config", factory = Transac... method afterSingletonsInstantiated (line 96) | public void afterSingletonsInstantiated() /* Check if the rule is set ... method afterPropertiesSet (line 111) | public void afterPropertiesSet() throws Exception { method annotationDrivenTransactionManager (line 118) | public PlatformTransactionManager annotationDrivenTransactionManager() { method feignPostProcessor (line 126) | @org.springframework.context.annotation.Bean method hystrixPostProcessor (line 132) | @org.springframework.context.annotation.Bean method transactionFeignInterceptor (line 139) | @org.springframework.context.annotation.Bean method feignContract (line 146) | @org.springframework.boot.autoconfigure.condition.ConditionalOnMissing... method transactionFeignContract (line 152) | @org.springframework.context.annotation.Primary method feignDecoder (line 158) | @org.springframework.boot.autoconfigure.condition.ConditionalOnMissing... method transactionFeignDecoder (line 164) | @org.springframework.context.annotation.Primary method errorDecoder (line 173) | @org.springframework.boot.autoconfigure.condition.ConditionalOnMissing... method transactionErrorDecoder (line 179) | @org.springframework.context.annotation.Primary method transactionHandlerInterceptor (line 185) | @org.springframework.context.annotation.Bean method transactionRequestInterceptor (line 192) | @org.springframework.context.annotation.Bean method defaultRequestFactory (line 199) | @org.springframework.boot.autoconfigure.condition.ConditionalOnMissing... method transactionTemplate (line 206) | @org.springframework.context.annotation.Bean("transactionRestTemplate") method beanRegistry (line 213) | @DependsOn("transactionRestTemplate") method defaultRestTemplate (line 221) | @org.springframework.context.annotation.Primary method addInterceptors (line 230) | public void addInterceptors(InterceptorRegistry registry) { method postProcessBeanFactory (line 236) | public void postProcessBeanFactory(ConfigurableListableBeanFactory bea... method fireAfterPropertiesSet (line 260) | public void fireAfterPropertiesSet() { method getEndpoint (line 301) | public String getEndpoint() { method setEndpoint (line 305) | public void setEndpoint(String identifier) { method setEnvironment (line 309) | public void setEnvironment(Environment environment) { method setApplicationContext (line 313) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/controller/TransactionCoordinatorController.java class TransactionCoordinatorController (line 39) | @Controller method prepare (line 48) | @RequestMapping(value = "/org/bytesoft/bytejta/prepare/{xid}", method ... method commit (line 74) | @RequestMapping(value = "/org/bytesoft/bytejta/commit/{xid}/{opc}", me... method rollback (line 98) | @RequestMapping(value = "/org/bytesoft/bytejta/rollback/{xid}", method... method recover (line 121) | @RequestMapping(value = "/org/bytesoft/bytejta/recover/{flag}", method... method forget (line 142) | @RequestMapping(value = "/org/bytesoft/bytejta/forget/{xid}", method =... method getBeanFactory (line 165) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 169) | public void setBeanFactory(TransactionBeanFactory tbf) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/dbcp/CommonDBCPXADataSourceWrapper.java class CommonDBCPXADataSourceWrapper (line 27) | public class CommonDBCPXADataSourceWrapper implements XADataSourceWrapper { method wrapDataSource (line 31) | public DataSource wrapDataSource(XADataSource xaDataSource) throws Exc... FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/feign/TransactionClientRegistry.java class TransactionClientRegistry (line 21) | public class TransactionClientRegistry { method TransactionClientRegistry (line 26) | private TransactionClientRegistry() { method getInstance (line 32) | public static TransactionClientRegistry getInstance() { method registerClient (line 36) | public void registerClient(String name) { method unRegisterClient (line 40) | public void unRegisterClient(String name) { method containsClient (line 44) | public boolean containsClient(String name) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/feign/TransactionFeignBeanPostProcessor.java class TransactionFeignBeanPostProcessor (line 30) | public class TransactionFeignBeanPostProcessor implements BeanPostProces... method afterPropertiesSet (line 35) | public void afterPropertiesSet() throws Exception { method postProcessBeforeInitialization (line 41) | public Object postProcessBeforeInitialization(Object bean, String bean... method postProcessAfterInitialization (line 45) | public Object postProcessAfterInitialization(Object bean, String beanN... method createProxiedObject (line 97) | private Object createProxiedObject(Object origin) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/feign/TransactionFeignContract.java class TransactionFeignContract (line 28) | public class TransactionFeignContract implements feign.Contract, Initial... method TransactionFeignContract (line 32) | public TransactionFeignContract() { method TransactionFeignContract (line 35) | public TransactionFeignContract(feign.Contract contract) { method afterPropertiesSet (line 39) | public void afterPropertiesSet() throws Exception { method invokeAfterPropertiesSet (line 45) | public void invokeAfterPropertiesSet() throws Exception { method parseAndValidatateMetadata (line 68) | public List parseAndValidatateMetadata(Class target... method getDelegate (line 79) | public feign.Contract getDelegate() { method setDelegate (line 83) | public void setDelegate(feign.Contract delegate) { method setApplicationContext (line 87) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/feign/TransactionFeignDecoder.java class TransactionFeignDecoder (line 46) | public class TransactionFeignDecoder implements feign.codec.Decoder, Ini... method TransactionFeignDecoder (line 57) | public TransactionFeignDecoder() { method TransactionFeignDecoder (line 60) | public TransactionFeignDecoder(feign.codec.Decoder decoder) { method afterPropertiesSet (line 64) | public void afterPropertiesSet() throws Exception { method invokeAfterPropertiesSet (line 70) | public void invokeAfterPropertiesSet() throws Exception { method decode (line 93) | public Object decode(Response resp, Type type) throws IOException, Dec... method getHeaderValue (line 128) | private String getHeaderValue(Request req, String headerName) { method getHeaderValue (line 140) | private String getHeaderValue(Response resp, String headerName) { method getDelegate (line 152) | public feign.codec.Decoder getDelegate() { method setDelegate (line 156) | public void setDelegate(feign.codec.Decoder delegate) { method getObjectFactory (line 160) | public ObjectFactory getObjectFactory() { method setObjectFactory (line 164) | public void setObjectFactory(ObjectFactory obje... method setApplicationContext (line 168) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/feign/TransactionFeignErrorDecoder.java class TransactionFeignErrorDecoder (line 40) | public class TransactionFeignErrorDecoder implements feign.codec.ErrorDe... method TransactionFeignErrorDecoder (line 49) | public TransactionFeignErrorDecoder() { method TransactionFeignErrorDecoder (line 52) | public TransactionFeignErrorDecoder(feign.codec.ErrorDecoder decoder) { method afterPropertiesSet (line 56) | public void afterPropertiesSet() throws Exception { method invokeAfterPropertiesSet (line 62) | public void invokeAfterPropertiesSet() throws Exception { method decode (line 85) | public Exception decode(String methodKey, Response resp) { method getHeaderValue (line 121) | private String getHeaderValue(Request req, String headerName) { method getHeaderValue (line 133) | private String getHeaderValue(Response resp, String headerName) { method getDelegate (line 145) | public feign.codec.ErrorDecoder getDelegate() { method setDelegate (line 149) | public void setDelegate(feign.codec.ErrorDecoder delegate) { method setApplicationContext (line 153) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/feign/TransactionFeignHandler.java class TransactionFeignHandler (line 45) | public class TransactionFeignHandler implements InvocationHandler { method invoke (line 50) | public Object invoke(Object proxy, Method method, Object[] args) throw... method getDelegate (line 175) | public InvocationHandler getDelegate() { method setDelegate (line 179) | public void setDelegate(InvocationHandler delegate) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/feign/TransactionFeignInterceptor.java class TransactionFeignInterceptor (line 34) | public class TransactionFeignInterceptor method apply (line 42) | public void apply(feign.RequestTemplate template) { method getEndpoint (line 71) | public String getEndpoint() { method setEndpoint (line 75) | public void setEndpoint(String identifier) { method getApplicationContext (line 79) | public ApplicationContext getApplicationContext() { method setApplicationContext (line 83) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/hystrix/TransactionHystrixBeanPostProcessor.java class TransactionHystrixBeanPostProcessor (line 41) | public class TransactionHystrixBeanPostProcessor implements BeanPostProc... method afterPropertiesSet (line 56) | public void afterPropertiesSet() throws Exception { method postProcessBeforeInitialization (line 62) | public Object postProcessBeforeInitialization(Object bean, String bean... method postProcessAfterInitialization (line 66) | public Object postProcessAfterInitialization(Object bean, String beanN... method createProxiedObject (line 116) | @SuppressWarnings("unchecked") FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/hystrix/TransactionHystrixFallbackFactoryHandler.java class TransactionHystrixFallbackFactoryHandler (line 24) | public class TransactionHystrixFallbackFactoryHandler implements Invocat... method TransactionHystrixFallbackFactoryHandler (line 28) | public TransactionHystrixFallbackFactoryHandler(FallbackFactory fal... method invoke (line 33) | public Object invoke(Object proxy, Method method, Object[] args) throw... method getFallbackFactory (line 41) | public FallbackFactory getFallbackFactory() { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/hystrix/TransactionHystrixFallbackHandler.java class TransactionHystrixFallbackHandler (line 21) | public class TransactionHystrixFallbackHandler implements InvocationHand... method TransactionHystrixFallbackHandler (line 24) | public TransactionHystrixFallbackHandler(Object fallback) { method invoke (line 28) | public Object invoke(Object proxy, Method method, Object[] args) throw... method getFallback (line 35) | public Object getFallback() { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/hystrix/TransactionHystrixFeignHandler.java class TransactionHystrixFeignHandler (line 28) | public class TransactionHystrixFeignHandler implements InvocationHandler { method invoke (line 33) | public Object invoke(Object proxy, Method method, Object[] args) throw... method getDelegate (line 59) | public InvocationHandler getDelegate() { method setDelegate (line 63) | public void setDelegate(InvocationHandler delegate) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/hystrix/TransactionHystrixInvocation.java class TransactionHystrixInvocation (line 20) | public class TransactionHystrixInvocation { method getThread (line 26) | public Thread getThread() { method setThread (line 30) | public void setThread(Thread thread) { method getMethod (line 34) | public Method getMethod() { method setMethod (line 38) | public void setMethod(Method method) { method getArgs (line 42) | public Object[] getArgs() { method setArgs (line 46) | public void setArgs(Object[] args) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/hystrix/TransactionHystrixInvocationHandler.java type TransactionHystrixInvocationHandler (line 18) | public interface TransactionHystrixInvocationHandler { method invoke (line 20) | public Object invoke(TransactionHystrixInvocation invocation); FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/hystrix/TransactionHystrixMethodHandler.java class TransactionHystrixMethodHandler (line 46) | public class TransactionHystrixMethodHandler implements MethodHandler { method TransactionHystrixMethodHandler (line 51) | public TransactionHystrixMethodHandler(Map hand... method invoke (line 55) | public Object invoke(Object[] argv) throws Throwable { method getDispatch (line 188) | public Map getDispatch() { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/loadbalancer/TransactionLoadBalancerInterceptor.java type TransactionLoadBalancerInterceptor (line 22) | public interface TransactionLoadBalancerInterceptor { method beforeCompletion (line 24) | public List beforeCompletion(List servers); method afterCompletion (line 26) | public void afterCompletion(Server server); FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/loadbalancer/TransactionLoadBalancerRuleImpl.java class TransactionLoadBalancerRuleImpl (line 34) | public class TransactionLoadBalancerRuleImpl extends AbstractLoadBalance... method choose (line 42) | public Server choose(Object key) { method initWithNiwsConfig (line 95) | public void initWithNiwsConfig(IClientConfig clientConfig) { method getClientConfig (line 99) | public IClientConfig getClientConfig() { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/property/TransactionPropertySource.java class TransactionPropertySource (line 25) | public class TransactionPropertySource extends PropertySource { method TransactionPropertySource (line 29) | public TransactionPropertySource(String name, EncodedResource source) { method getProperty (line 57) | public Object getProperty(String name) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/property/TransactionPropertySourceFactory.java class TransactionPropertySourceFactory (line 24) | public class TransactionPropertySourceFactory implements PropertySourceF... method createPropertySource (line 26) | public PropertySource createPropertySource(String name, EncodedReso... FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/rule/TransactionRule.java type TransactionRule (line 24) | public interface TransactionRule extends IClientConfigAware { method chooseServer (line 26) | public Server chooseServer(Object key, List serverList); method chooseServer (line 28) | public Server chooseServer(Object key); method getLoadBalancer (line 30) | public ILoadBalancer getLoadBalancer(); method setLoadBalancer (line 32) | public void setLoadBalancer(ILoadBalancer loadBalancer); FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/rule/TransactionRuleImpl.java class TransactionRuleImpl (line 25) | public class TransactionRuleImpl implements TransactionRule { method initWithNiwsConfig (line 30) | public void initWithNiwsConfig(IClientConfig clientConfig) { method chooseServer (line 34) | public Server chooseServer(Object key, List serverList) { method chooseServer (line 44) | public Server chooseServer(Object key) { method getClientConfig (line 57) | public IClientConfig getClientConfig() { method getLoadBalancer (line 61) | public ILoadBalancer getLoadBalancer() { method setLoadBalancer (line 65) | public void setLoadBalancer(ILoadBalancer loadBalancer) { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/serialize/XAResourceDeserializerImpl.java class XAResourceDeserializerImpl (line 39) | public class XAResourceDeserializerImpl implements XAResourceDeserialize... method deserialize (line 47) | public XAResourceDescriptor deserialize(String identifier) { method getResourceDeserializer (line 90) | public XAResourceDeserializer getResourceDeserializer() { method setResourceDeserializer (line 94) | public void setResourceDeserializer(XAResourceDeserializer resourceDes... method setEnvironment (line 98) | public void setEnvironment(Environment environment) { method setApplicationContext (line 102) | public void setApplicationContext(ApplicationContext applicationContex... method getApplicationContext (line 106) | public ApplicationContext getApplicationContext() { FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/web/TransactionHandlerInterceptor.java class TransactionHandlerInterceptor (line 45) | public class TransactionHandlerInterceptor implements HandlerInterceptor... method preHandle (line 54) | public boolean preHandle(HttpServletRequest request, HttpServletRespon... method postHandle (line 108) | public void postHandle(HttpServletRequest request, HttpServletResponse... method afterCompletion (line 112) | public void afterCompletion(HttpServletRequest request, HttpServletRes... method getEndpoint (line 152) | public String getEndpoint() { method setEndpoint (line 156) | public void setEndpoint(String identifier) { method getApplicationContext (line 160) | public ApplicationContext getApplicationContext() { method setApplicationContext (line 164) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports-springcloud/src/main/java/org/bytesoft/bytejta/supports/springcloud/web/TransactionRequestInterceptor.java class TransactionRequestInterceptor (line 57) | public class TransactionRequestInterceptor method intercept (line 68) | public ClientHttpResponse intercept(final HttpRequest httpRequest, byt... method invokeBeforeSendRequest (line 191) | private void invokeBeforeSendRequest(HttpRequest httpRequest, String i... method invokeAfterRecvResponse (line 217) | private void invokeAfterRecvResponse(ClientHttpResponse httpResponse, ... method getApplicationContext (line 240) | public ApplicationContext getApplicationContext() { method setApplicationContext (line 244) | public void setApplicationContext(ApplicationContext applicationContex... method getEndpoint (line 248) | public String getEndpoint() { method setEndpoint (line 252) | public void setEndpoint(String identifier) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/boot/jdbc/DataSourceCciBuilder.java class DataSourceCciBuilder (line 40) | public class DataSourceCciBuilder { method DataSourceCciBuilder (line 46) | private DataSourceCciBuilder(XADataSource xaDataSourceInstance) { method create (line 53) | @SuppressWarnings("rawtypes") method build (line 58) | @SuppressWarnings("unchecked") method validateXADataSourceInstance (line 70) | private void validateXADataSourceInstance() { method bind (line 82) | private void bind(DataSource dataSource) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/boot/jdbc/DataSourceSpiBuilder.java class DataSourceSpiBuilder (line 34) | public class DataSourceSpiBuilder { method DataSourceSpiBuilder (line 43) | private DataSourceSpiBuilder(ClassLoader classLoader) { method create (line 47) | @SuppressWarnings("rawtypes") method create (line 52) | @SuppressWarnings("rawtypes") method build (line 57) | @SuppressWarnings("deprecation") method bind (line 65) | private void bind(XADataSource result) { method type (line 74) | public DataSourceSpiBuilder type(Class type) { method url (line 79) | public DataSourceSpiBuilder url(String url) { method username (line 84) | public DataSourceSpiBuilder username(String username) { method password (line 89) | public DataSourceSpiBuilder password(String password) { method getType (line 94) | private Class getType() { method findType (line 103) | @SuppressWarnings("unchecked") FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/internal/RemoteCoordinatorRegistry.java class RemoteCoordinatorRegistry (line 28) | public class RemoteCoordinatorRegistry { method putInvocationDef (line 41) | public void putInvocationDef(InvocationDef invocationDef, RemoteNode r... method getRemoteNodeByInvocationDef (line 45) | public RemoteNode getRemoteNodeByInvocationDef(InvocationDef invocatio... method containsInvocationDef (line 49) | public boolean containsInvocationDef(InvocationDef invocationDef) { method removetInvocationDef (line 53) | public void removetInvocationDef(InvocationDef invocationDef) { method putPhysicalInstance (line 57) | public void putPhysicalInstance(RemoteAddr remoteAddr, RemoteCoordinat... method getPhysicalInstance (line 61) | public RemoteCoordinator getPhysicalInstance(RemoteAddr remoteAddr) { method containsPhysicalInstance (line 65) | public boolean containsPhysicalInstance(RemoteAddr remoteAddr) { method removePhysicalInstance (line 69) | public void removePhysicalInstance(RemoteAddr remoteAddr) { method putRemoteNode (line 73) | public void putRemoteNode(RemoteAddr remoteAddr, RemoteNode remoteNode) { method getRemoteNode (line 77) | public RemoteNode getRemoteNode(RemoteAddr remoteAddr) { method containsRemoteNode (line 81) | public boolean containsRemoteNode(RemoteAddr remoteAddr) { method removeRemoteNode (line 85) | public void removeRemoteNode(RemoteAddr remoteAddr) { method putParticipant (line 89) | public void putParticipant(String application, RemoteCoordinator parti... method containsParticipant (line 93) | public boolean containsParticipant(String application) { method getParticipant (line 97) | public RemoteCoordinator getParticipant(String application) { method removeParticipant (line 101) | public void removeParticipant(String application) { method RemoteCoordinatorRegistry (line 105) | private RemoteCoordinatorRegistry() { method getInstance (line 111) | public static RemoteCoordinatorRegistry getInstance() { class InvocationDef (line 115) | public static class InvocationDef { method hashCode (line 120) | public int hashCode() { method equals (line 128) | public boolean equals(Object obj) { method getInterfaceClass (line 141) | public Class getInterfaceClass() { method setInterfaceClass (line 145) | public void setInterfaceClass(Class interfaceClass) { method getMethodName (line 149) | public String getMethodName() { method setMethodName (line 153) | public void setMethodName(String methodName) { method getParameterTypes (line 157) | public Class[] getParameterTypes() { method setParameterTypes (line 161) | public void setParameterTypes(Class[] parameterTypes) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/internal/TransactionCommandDispatcher.java class TransactionCommandDispatcher (line 39) | public class TransactionCommandDispatcher method dispatch (line 60) | public void dispatch(Runnable runnable) throws Exception { method dispatch (line 71) | public Object dispatch(Callable callable) throws Exception { method checkExecutionPermission (line 83) | private void checkExecutionPermission() { method takeLeadership (line 91) | public void takeLeadership(CuratorFramework client) throws Exception { method hasLeadership (line 106) | public boolean hasLeadership() { method stateChanged (line 114) | public void stateChanged(CuratorFramework client, ConnectionState newS... method afterSingletonsInstantiated (line 128) | public void afterSingletonsInstantiated() { method createPersistentPathIfNecessary (line 142) | private void createPersistentPathIfNecessary(String path) throws Excep... method getWorkDirectory (line 151) | public String getWorkDirectory() { method setWorkDirectory (line 155) | public void setWorkDirectory(String workDirectory) { class WorkImpl (line 159) | class WorkImpl implements Work { method WorkImpl (line 167) | public WorkImpl(Callable callable) { method WorkImpl (line 172) | public WorkImpl(Runnable runnable) { method waitForResultIfNecessary (line 177) | public Object waitForResultIfNecessary() throws Exception { method waitForResult (line 185) | public Object waitForResult() throws Exception { method run (line 204) | public void run() { method executeCallable (line 212) | private void executeCallable() { method executeRunnable (line 228) | private void executeRunnable() { method release (line 236) | public void release() { method getResult (line 239) | public Object getResult() { method setResult (line 243) | public void setResult(Object result) { method getError (line 247) | public Boolean getError() { method setError (line 251) | public void setError(Boolean error) { method getCuratorFramework (line 257) | public CuratorFramework getCuratorFramework() { method setCuratorFramework (line 261) | public void setCuratorFramework(CuratorFramework curatorFramework) { method getApplication (line 265) | private String getApplication() { method getEndpoint (line 269) | public String getEndpoint() { method setEndpoint (line 273) | public void setEndpoint(String identifier) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/jdbc/LocalXADataSource.java class LocalXADataSource (line 35) | public class LocalXADataSource /* extends TransactionListenerAdapter */ method getConnection (line 45) | public Connection getConnection() throws SQLException { method getConnection (line 88) | public Connection getConnection(String username, String password) thro... method isWrapperFor (line 131) | public boolean isWrapperFor(Class iface) { method unwrap (line 140) | @SuppressWarnings("unchecked") method getXAConnection (line 150) | public LocalXAConnection getXAConnection() throws SQLException { method getXAConnection (line 157) | public LocalXAConnection getXAConnection(String user, String passwd) t... method getParentLogger (line 164) | public Logger getParentLogger() throws SQLFeatureNotSupportedException { method setBeanName (line 168) | public void setBeanName(String name) { method getLogWriter (line 172) | public PrintWriter getLogWriter() { method setLogWriter (line 176) | public void setLogWriter(PrintWriter logWriter) { method getLoginTimeout (line 180) | public int getLoginTimeout() { method setLoginTimeout (line 184) | public void setLoginTimeout(int loginTimeout) { method getDataSource (line 188) | public DataSource getDataSource() { method setDataSource (line 192) | public void setDataSource(DataSource dataSource) { method getTransactionManager (line 201) | public TransactionManager getTransactionManager() { method setTransactionManager (line 205) | public void setTransactionManager(TransactionManager transactionManage... FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/jpa/hibernate/HibernateJtaPlatform.java class HibernateJtaPlatform (line 22) | public class HibernateJtaPlatform extends AbstractJtaPlatform { method locateTransactionManager (line 25) | protected javax.transaction.TransactionManager locateTransactionManage... method locateUserTransaction (line 30) | protected javax.transaction.UserTransaction locateUserTransaction() { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/ManagedConnectionFactoryHandler.java class ManagedConnectionFactoryHandler (line 28) | public class ManagedConnectionFactoryHandler implements InvocationHandler { method ManagedConnectionFactoryHandler (line 33) | public ManagedConnectionFactoryHandler(Object xads) { method invoke (line 37) | public Object invoke(Object proxy, Method method, Object[] args) throw... method getDelegate (line 111) | public Object getDelegate() { method getIdentifier (line 115) | public String getIdentifier() { method setIdentifier (line 119) | public void setIdentifier(String identifier) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/ManagedConnectionHandler.java class ManagedConnectionHandler (line 29) | public class ManagedConnectionHandler implements InvocationHandler { method ManagedConnectionHandler (line 34) | public ManagedConnectionHandler(Object managed) { method invoke (line 38) | public Object invoke(Object proxy, Method method, Object[] args) throw... method getIdentifier (line 93) | public String getIdentifier() { method setIdentifier (line 97) | public void setIdentifier(String identifier) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/ManagedXASessionHandler.java class ManagedXASessionHandler (line 26) | public class ManagedXASessionHandler implements InvocationHandler { method ManagedXASessionHandler (line 31) | public ManagedXASessionHandler(Object managed) { method invoke (line 35) | public Object invoke(Object proxy, Method method, Object[] args) throw... method getIdentifier (line 62) | public String getIdentifier() { method setIdentifier (line 66) | public void setIdentifier(String identifier) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/jdbc/CallableStatementImpl.java class CallableStatementImpl (line 43) | public class CallableStatementImpl implements CallableStatement { method unwrap (line 47) | public T unwrap(Class iface) throws SQLException { method executeQuery (line 51) | public ResultSet executeQuery(String sql) throws SQLException { method executeQuery (line 56) | public ResultSet executeQuery() throws SQLException { method registerOutParameter (line 61) | public void registerOutParameter(int parameterIndex, int sqlType) thro... method isWrapperFor (line 65) | public boolean isWrapperFor(Class iface) throws SQLException { method executeUpdate (line 69) | public int executeUpdate(String sql) throws SQLException { method executeUpdate (line 74) | public int executeUpdate() throws SQLException { method setNull (line 79) | public void setNull(int parameterIndex, int sqlType) throws SQLExcepti... method close (line 83) | public void close() throws SQLException { method registerOutParameter (line 87) | public void registerOutParameter(int parameterIndex, int sqlType, int ... method getMaxFieldSize (line 91) | public int getMaxFieldSize() throws SQLException { method setBoolean (line 95) | public void setBoolean(int parameterIndex, boolean x) throws SQLExcept... method setByte (line 99) | public void setByte(int parameterIndex, byte x) throws SQLException { method setMaxFieldSize (line 103) | public void setMaxFieldSize(int max) throws SQLException { method wasNull (line 107) | public boolean wasNull() throws SQLException { method setShort (line 111) | public void setShort(int parameterIndex, short x) throws SQLException { method getString (line 115) | public String getString(int parameterIndex) throws SQLException { method getMaxRows (line 119) | public int getMaxRows() throws SQLException { method setInt (line 123) | public void setInt(int parameterIndex, int x) throws SQLException { method setMaxRows (line 127) | public void setMaxRows(int max) throws SQLException { method setLong (line 131) | public void setLong(int parameterIndex, long x) throws SQLException { method getBoolean (line 135) | public boolean getBoolean(int parameterIndex) throws SQLException { method setFloat (line 139) | public void setFloat(int parameterIndex, float x) throws SQLException { method setEscapeProcessing (line 143) | public void setEscapeProcessing(boolean enable) throws SQLException { method getByte (line 147) | public byte getByte(int parameterIndex) throws SQLException { method setDouble (line 151) | public void setDouble(int parameterIndex, double x) throws SQLException { method getShort (line 155) | public short getShort(int parameterIndex) throws SQLException { method getQueryTimeout (line 159) | public int getQueryTimeout() throws SQLException { method setBigDecimal (line 163) | public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQL... method getInt (line 167) | public int getInt(int parameterIndex) throws SQLException { method setQueryTimeout (line 171) | public void setQueryTimeout(int seconds) throws SQLException { method setString (line 175) | public void setString(int parameterIndex, String x) throws SQLException { method getLong (line 179) | public long getLong(int parameterIndex) throws SQLException { method setBytes (line 183) | public void setBytes(int parameterIndex, byte[] x) throws SQLException { method getFloat (line 187) | public float getFloat(int parameterIndex) throws SQLException { method cancel (line 191) | public void cancel() throws SQLException { method getDouble (line 195) | public double getDouble(int parameterIndex) throws SQLException { method setDate (line 199) | public void setDate(int parameterIndex, Date x) throws SQLException { method getWarnings (line 203) | public SQLWarning getWarnings() throws SQLException { method getBigDecimal (line 207) | @SuppressWarnings("deprecation") method setTime (line 212) | public void setTime(int parameterIndex, Time x) throws SQLException { method setTimestamp (line 216) | public void setTimestamp(int parameterIndex, Timestamp x) throws SQLEx... method clearWarnings (line 220) | public void clearWarnings() throws SQLException { method getBytes (line 224) | public byte[] getBytes(int parameterIndex) throws SQLException { method setCursorName (line 228) | public void setCursorName(String name) throws SQLException { method setAsciiStream (line 232) | public void setAsciiStream(int parameterIndex, InputStream x, int leng... method getDate (line 236) | public Date getDate(int parameterIndex) throws SQLException { method getTime (line 240) | public Time getTime(int parameterIndex) throws SQLException { method setUnicodeStream (line 244) | @SuppressWarnings("deprecation") method execute (line 249) | public boolean execute(String sql) throws SQLException { method getTimestamp (line 254) | public Timestamp getTimestamp(int parameterIndex) throws SQLException { method getObject (line 258) | public Object getObject(int parameterIndex) throws SQLException { method setBinaryStream (line 262) | public void setBinaryStream(int parameterIndex, InputStream x, int len... method getResultSet (line 266) | public ResultSet getResultSet() throws SQLException { method getBigDecimal (line 270) | public BigDecimal getBigDecimal(int parameterIndex) throws SQLException { method getUpdateCount (line 274) | public int getUpdateCount() throws SQLException { method clearParameters (line 278) | public void clearParameters() throws SQLException { method getObject (line 282) | public Object getObject(int parameterIndex, Map> map)... method getMoreResults (line 286) | public boolean getMoreResults() throws SQLException { method setObject (line 290) | public void setObject(int parameterIndex, Object x, int targetSqlType)... method setFetchDirection (line 294) | public void setFetchDirection(int direction) throws SQLException { method getRef (line 298) | public Ref getRef(int parameterIndex) throws SQLException { method setObject (line 302) | public void setObject(int parameterIndex, Object x) throws SQLException { method getFetchDirection (line 306) | public int getFetchDirection() throws SQLException { method getBlob (line 310) | public Blob getBlob(int parameterIndex) throws SQLException { method setFetchSize (line 314) | public void setFetchSize(int rows) throws SQLException { method getClob (line 318) | public Clob getClob(int parameterIndex) throws SQLException { method getFetchSize (line 322) | public int getFetchSize() throws SQLException { method execute (line 326) | public boolean execute() throws SQLException { method getArray (line 331) | public Array getArray(int parameterIndex) throws SQLException { method getResultSetConcurrency (line 335) | public int getResultSetConcurrency() throws SQLException { method getDate (line 339) | public Date getDate(int parameterIndex, Calendar cal) throws SQLExcept... method getResultSetType (line 343) | public int getResultSetType() throws SQLException { method addBatch (line 347) | public void addBatch(String sql) throws SQLException { method addBatch (line 351) | public void addBatch() throws SQLException { method setCharacterStream (line 355) | public void setCharacterStream(int parameterIndex, Reader reader, int ... method getTime (line 359) | public Time getTime(int parameterIndex, Calendar cal) throws SQLExcept... method clearBatch (line 363) | public void clearBatch() throws SQLException { method executeBatch (line 367) | public int[] executeBatch() throws SQLException { method getTimestamp (line 372) | public Timestamp getTimestamp(int parameterIndex, Calendar cal) throws... method setRef (line 376) | public void setRef(int parameterIndex, Ref x) throws SQLException { method setBlob (line 380) | public void setBlob(int parameterIndex, Blob x) throws SQLException { method registerOutParameter (line 384) | public void registerOutParameter(int parameterIndex, int sqlType, Stri... method setClob (line 388) | public void setClob(int parameterIndex, Clob x) throws SQLException { method setArray (line 392) | public void setArray(int parameterIndex, Array x) throws SQLException { method getConnection (line 396) | public Connection getConnection() throws SQLException { method getMetaData (line 400) | public ResultSetMetaData getMetaData() throws SQLException { method registerOutParameter (line 404) | public void registerOutParameter(String parameterName, int sqlType) th... method setDate (line 408) | public void setDate(int parameterIndex, Date x, Calendar cal) throws S... method getMoreResults (line 412) | public boolean getMoreResults(int current) throws SQLException { method registerOutParameter (line 416) | public void registerOutParameter(String parameterName, int sqlType, in... method setTime (line 420) | public void setTime(int parameterIndex, Time x, Calendar cal) throws S... method getGeneratedKeys (line 424) | public ResultSet getGeneratedKeys() throws SQLException { method setTimestamp (line 428) | public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal... method registerOutParameter (line 432) | public void registerOutParameter(String parameterName, int sqlType, St... method executeUpdate (line 436) | public int executeUpdate(String sql, int autoGeneratedKeys) throws SQL... method setNull (line 441) | public void setNull(int parameterIndex, int sqlType, String typeName) ... method getURL (line 445) | public URL getURL(int parameterIndex) throws SQLException { method executeUpdate (line 449) | public int executeUpdate(String sql, int[] columnIndexes) throws SQLEx... method setURL (line 454) | public void setURL(int parameterIndex, URL x) throws SQLException { method setURL (line 458) | public void setURL(String parameterName, URL val) throws SQLException { method getParameterMetaData (line 462) | public ParameterMetaData getParameterMetaData() throws SQLException { method setNull (line 466) | public void setNull(String parameterName, int sqlType) throws SQLExcep... method setRowId (line 470) | public void setRowId(int parameterIndex, RowId x) throws SQLException { method executeUpdate (line 474) | public int executeUpdate(String sql, String[] columnNames) throws SQLE... method setBoolean (line 479) | public void setBoolean(String parameterName, boolean x) throws SQLExce... method setNString (line 483) | public void setNString(int parameterIndex, String value) throws SQLExc... method setByte (line 487) | public void setByte(String parameterName, byte x) throws SQLException { method setShort (line 491) | public void setShort(String parameterName, short x) throws SQLException { method setNCharacterStream (line 495) | public void setNCharacterStream(int parameterIndex, Reader value, long... method execute (line 499) | public boolean execute(String sql, int autoGeneratedKeys) throws SQLEx... method setInt (line 504) | public void setInt(String parameterName, int x) throws SQLException { method setNClob (line 508) | public void setNClob(int parameterIndex, NClob value) throws SQLExcept... method setLong (line 512) | public void setLong(String parameterName, long x) throws SQLException { method setFloat (line 516) | public void setFloat(String parameterName, float x) throws SQLException { method setClob (line 520) | public void setClob(int parameterIndex, Reader reader, long length) th... method setDouble (line 524) | public void setDouble(String parameterName, double x) throws SQLExcept... method execute (line 528) | public boolean execute(String sql, int[] columnIndexes) throws SQLExce... method setBigDecimal (line 533) | public void setBigDecimal(String parameterName, BigDecimal x) throws S... method setBlob (line 537) | public void setBlob(int parameterIndex, InputStream inputStream, long ... method setString (line 541) | public void setString(String parameterName, String x) throws SQLExcept... method setNClob (line 545) | public void setNClob(int parameterIndex, Reader reader, long length) t... method setBytes (line 549) | public void setBytes(String parameterName, byte[] x) throws SQLExcepti... method setDate (line 553) | public void setDate(String parameterName, Date x) throws SQLException { method execute (line 557) | public boolean execute(String sql, String[] columnNames) throws SQLExc... method setSQLXML (line 562) | public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQL... method setTime (line 566) | public void setTime(String parameterName, Time x) throws SQLException { method setTimestamp (line 570) | public void setTimestamp(String parameterName, Timestamp x) throws SQL... method setObject (line 574) | public void setObject(int parameterIndex, Object x, int targetSqlType,... method setAsciiStream (line 578) | public void setAsciiStream(String parameterName, InputStream x, int le... method getResultSetHoldability (line 582) | public int getResultSetHoldability() throws SQLException { method isClosed (line 586) | public boolean isClosed() throws SQLException { method setBinaryStream (line 590) | public void setBinaryStream(String parameterName, InputStream x, int l... method setPoolable (line 594) | public void setPoolable(boolean poolable) throws SQLException { method setAsciiStream (line 598) | public void setAsciiStream(int parameterIndex, InputStream x, long len... method setObject (line 602) | public void setObject(String parameterName, Object x, int targetSqlTyp... method isPoolable (line 606) | public boolean isPoolable() throws SQLException { method closeOnCompletion (line 610) | public void closeOnCompletion() throws SQLException { method setBinaryStream (line 614) | public void setBinaryStream(int parameterIndex, InputStream x, long le... method isCloseOnCompletion (line 618) | public boolean isCloseOnCompletion() throws SQLException { method setObject (line 622) | public void setObject(String parameterName, Object x, int targetSqlTyp... method setCharacterStream (line 626) | public void setCharacterStream(int parameterIndex, Reader reader, long... method getLargeUpdateCount (line 630) | public long getLargeUpdateCount() throws SQLException { method setObject (line 634) | public void setObject(String parameterName, Object x) throws SQLExcept... method setLargeMaxRows (line 638) | public void setLargeMaxRows(long max) throws SQLException { method setAsciiStream (line 642) | public void setAsciiStream(int parameterIndex, InputStream x) throws S... method getLargeMaxRows (line 646) | public long getLargeMaxRows() throws SQLException { method setBinaryStream (line 650) | public void setBinaryStream(int parameterIndex, InputStream x) throws ... method executeLargeBatch (line 654) | public long[] executeLargeBatch() throws SQLException { method setCharacterStream (line 659) | public void setCharacterStream(String parameterName, Reader reader, in... method setCharacterStream (line 663) | public void setCharacterStream(int parameterIndex, Reader reader) thro... method setDate (line 667) | public void setDate(String parameterName, Date x, Calendar cal) throws... method setNCharacterStream (line 671) | public void setNCharacterStream(int parameterIndex, Reader value) thro... method setTime (line 675) | public void setTime(String parameterName, Time x, Calendar cal) throws... method executeLargeUpdate (line 679) | public long executeLargeUpdate(String sql) throws SQLException { method setClob (line 684) | public void setClob(int parameterIndex, Reader reader) throws SQLExcep... method setTimestamp (line 688) | public void setTimestamp(String parameterName, Timestamp x, Calendar c... method executeLargeUpdate (line 692) | public long executeLargeUpdate(String sql, int autoGeneratedKeys) thro... method setNull (line 697) | public void setNull(String parameterName, int sqlType, String typeName... method setBlob (line 701) | public void setBlob(int parameterIndex, InputStream inputStream) throw... method setNClob (line 705) | public void setNClob(int parameterIndex, Reader reader) throws SQLExce... method getString (line 709) | public String getString(String parameterName) throws SQLException { method executeLargeUpdate (line 713) | public long executeLargeUpdate(String sql, int[] columnIndexes) throws... method getBoolean (line 718) | public boolean getBoolean(String parameterName) throws SQLException { method setObject (line 722) | public void setObject(int parameterIndex, Object x, SQLType targetSqlT... method getByte (line 726) | public byte getByte(String parameterName) throws SQLException { method getShort (line 730) | public short getShort(String parameterName) throws SQLException { method executeLargeUpdate (line 734) | public long executeLargeUpdate(String sql, String[] columnNames) throw... method getInt (line 739) | public int getInt(String parameterName) throws SQLException { method getLong (line 743) | public long getLong(String parameterName) throws SQLException { method setObject (line 747) | public void setObject(int parameterIndex, Object x, SQLType targetSqlT... method getFloat (line 751) | public float getFloat(String parameterName) throws SQLException { method executeLargeUpdate (line 755) | public long executeLargeUpdate() throws SQLException { method getDouble (line 760) | public double getDouble(String parameterName) throws SQLException { method getBytes (line 764) | public byte[] getBytes(String parameterName) throws SQLException { method getDate (line 768) | public Date getDate(String parameterName) throws SQLException { method getTime (line 772) | public Time getTime(String parameterName) throws SQLException { method getTimestamp (line 776) | public Timestamp getTimestamp(String parameterName) throws SQLException { method getObject (line 780) | public Object getObject(String parameterName) throws SQLException { method getBigDecimal (line 784) | public BigDecimal getBigDecimal(String parameterName) throws SQLExcept... method getObject (line 788) | public Object getObject(String parameterName, Map> ma... method getRef (line 792) | public Ref getRef(String parameterName) throws SQLException { method getBlob (line 796) | public Blob getBlob(String parameterName) throws SQLException { method getClob (line 800) | public Clob getClob(String parameterName) throws SQLException { method getArray (line 804) | public Array getArray(String parameterName) throws SQLException { method getDate (line 808) | public Date getDate(String parameterName, Calendar cal) throws SQLExce... method getTime (line 812) | public Time getTime(String parameterName, Calendar cal) throws SQLExce... method getTimestamp (line 816) | public Timestamp getTimestamp(String parameterName, Calendar cal) thro... method getURL (line 820) | public URL getURL(String parameterName) throws SQLException { method getRowId (line 824) | public RowId getRowId(int parameterIndex) throws SQLException { method getRowId (line 828) | public RowId getRowId(String parameterName) throws SQLException { method setRowId (line 832) | public void setRowId(String parameterName, RowId x) throws SQLException { method setNString (line 836) | public void setNString(String parameterName, String value) throws SQLE... method setNCharacterStream (line 840) | public void setNCharacterStream(String parameterName, Reader value, lo... method setNClob (line 844) | public void setNClob(String parameterName, NClob value) throws SQLExce... method setClob (line 848) | public void setClob(String parameterName, Reader reader, long length) ... method setBlob (line 852) | public void setBlob(String parameterName, InputStream inputStream, lon... method setNClob (line 856) | public void setNClob(String parameterName, Reader reader, long length)... method getNClob (line 860) | public NClob getNClob(int parameterIndex) throws SQLException { method getNClob (line 864) | public NClob getNClob(String parameterName) throws SQLException { method setSQLXML (line 868) | public void setSQLXML(String parameterName, SQLXML xmlObject) throws S... method getSQLXML (line 872) | public SQLXML getSQLXML(int parameterIndex) throws SQLException { method getSQLXML (line 876) | public SQLXML getSQLXML(String parameterName) throws SQLException { method getNString (line 880) | public String getNString(int parameterIndex) throws SQLException { method getNString (line 884) | public String getNString(String parameterName) throws SQLException { method getNCharacterStream (line 888) | public Reader getNCharacterStream(int parameterIndex) throws SQLExcept... method getNCharacterStream (line 892) | public Reader getNCharacterStream(String parameterName) throws SQLExce... method getCharacterStream (line 896) | public Reader getCharacterStream(int parameterIndex) throws SQLExcepti... method getCharacterStream (line 900) | public Reader getCharacterStream(String parameterName) throws SQLExcep... method setBlob (line 904) | public void setBlob(String parameterName, Blob x) throws SQLException { method setClob (line 908) | public void setClob(String parameterName, Clob x) throws SQLException { method setAsciiStream (line 912) | public void setAsciiStream(String parameterName, InputStream x, long l... method setBinaryStream (line 916) | public void setBinaryStream(String parameterName, InputStream x, long ... method setCharacterStream (line 920) | public void setCharacterStream(String parameterName, Reader reader, lo... method setAsciiStream (line 924) | public void setAsciiStream(String parameterName, InputStream x) throws... method setBinaryStream (line 928) | public void setBinaryStream(String parameterName, InputStream x) throw... method setCharacterStream (line 932) | public void setCharacterStream(String parameterName, Reader reader) th... method setNCharacterStream (line 936) | public void setNCharacterStream(String parameterName, Reader value) th... method setClob (line 940) | public void setClob(String parameterName, Reader reader) throws SQLExc... method setBlob (line 944) | public void setBlob(String parameterName, InputStream inputStream) thr... method setNClob (line 948) | public void setNClob(String parameterName, Reader reader) throws SQLEx... method getObject (line 952) | public T getObject(int parameterIndex, Class type) throws SQLEx... method getObject (line 956) | public T getObject(String parameterName, Class type) throws SQL... method setObject (line 960) | public void setObject(String parameterName, Object x, SQLType targetSq... method setObject (line 964) | public void setObject(String parameterName, Object x, SQLType targetSq... method registerOutParameter (line 968) | public void registerOutParameter(int parameterIndex, SQLType sqlType) ... method registerOutParameter (line 972) | public void registerOutParameter(int parameterIndex, SQLType sqlType, ... method registerOutParameter (line 976) | public void registerOutParameter(int parameterIndex, SQLType sqlType, ... method registerOutParameter (line 980) | public void registerOutParameter(String parameterName, SQLType sqlType... method registerOutParameter (line 984) | public void registerOutParameter(String parameterName, SQLType sqlType... method registerOutParameter (line 988) | public void registerOutParameter(String parameterName, SQLType sqlType... method setConnection (line 992) | public void setConnection(ConnectionImpl connection) { method getDelegate (line 996) | public CallableStatement getDelegate() { method setDelegate (line 1000) | public void setDelegate(CallableStatement delegate) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/jdbc/ConnectionImpl.java class ConnectionImpl (line 44) | public class ConnectionImpl implements Connection { method unwrap (line 49) | public T unwrap(Class iface) throws SQLException { method isWrapperFor (line 53) | public boolean isWrapperFor(Class iface) throws SQLException { method createStatement (line 57) | public Statement createStatement() throws SQLException { method prepareStatement (line 66) | public PreparedStatement prepareStatement(String sql) throws SQLExcept... method prepareCall (line 75) | public CallableStatement prepareCall(String sql) throws SQLException { method nativeSQL (line 84) | public String nativeSQL(String sql) throws SQLException { method setAutoCommit (line 88) | public void setAutoCommit(boolean autoCommit) throws SQLException { method getAutoCommit (line 92) | public boolean getAutoCommit() throws SQLException { method commit (line 96) | public void commit() throws SQLException { method rollback (line 100) | public void rollback() throws SQLException { method close (line 104) | public void close() throws SQLException { method isClosed (line 109) | public boolean isClosed() throws SQLException { method getMetaData (line 113) | public DatabaseMetaData getMetaData() throws SQLException { method setReadOnly (line 120) | public void setReadOnly(boolean readOnly) throws SQLException { method isReadOnly (line 124) | public boolean isReadOnly() throws SQLException { method setCatalog (line 128) | public void setCatalog(String catalog) throws SQLException { method getCatalog (line 132) | public String getCatalog() throws SQLException { method setTransactionIsolation (line 136) | public void setTransactionIsolation(int level) throws SQLException { method getTransactionIsolation (line 140) | public int getTransactionIsolation() throws SQLException { method getWarnings (line 144) | public SQLWarning getWarnings() throws SQLException { method clearWarnings (line 148) | public void clearWarnings() throws SQLException { method createStatement (line 152) | public Statement createStatement(int resultSetType, int resultSetConcu... method prepareStatement (line 161) | public PreparedStatement prepareStatement(String sql, int resultSetTyp... method prepareCall (line 170) | public CallableStatement prepareCall(String sql, int resultSetType, in... method getTypeMap (line 179) | public Map> getTypeMap() throws SQLException { method setTypeMap (line 183) | public void setTypeMap(Map> map) throws SQLException { method setHoldability (line 187) | public void setHoldability(int holdability) throws SQLException { method getHoldability (line 191) | public int getHoldability() throws SQLException { method setSavepoint (line 195) | public Savepoint setSavepoint() throws SQLException { method setSavepoint (line 199) | public Savepoint setSavepoint(String name) throws SQLException { method rollback (line 203) | public void rollback(Savepoint savepoint) throws SQLException { method releaseSavepoint (line 207) | public void releaseSavepoint(Savepoint savepoint) throws SQLException { method createStatement (line 211) | public Statement createStatement(int resultSetType, int resultSetConcu... method prepareStatement (line 221) | public PreparedStatement prepareStatement(String sql, int resultSetTyp... method prepareCall (line 231) | public CallableStatement prepareCall(String sql, int resultSetType, in... method prepareStatement (line 241) | public PreparedStatement prepareStatement(String sql, int autoGenerate... method prepareStatement (line 250) | public PreparedStatement prepareStatement(String sql, int[] columnInde... method prepareStatement (line 259) | public PreparedStatement prepareStatement(String sql, String[] columnN... method createClob (line 268) | public Clob createClob() throws SQLException { method createBlob (line 272) | public Blob createBlob() throws SQLException { method createNClob (line 276) | public NClob createNClob() throws SQLException { method createSQLXML (line 280) | public SQLXML createSQLXML() throws SQLException { method isValid (line 284) | public boolean isValid(int timeout) throws SQLException { method setClientInfo (line 288) | public void setClientInfo(String name, String value) throws SQLClientI... method setClientInfo (line 292) | public void setClientInfo(Properties properties) throws SQLClientInfoE... method getClientInfo (line 296) | public String getClientInfo(String name) throws SQLException { method getClientInfo (line 300) | public Properties getClientInfo() throws SQLException { method createArrayOf (line 304) | public Array createArrayOf(String typeName, Object[] elements) throws ... method createStruct (line 308) | public Struct createStruct(String typeName, Object[] attributes) throw... method setSchema (line 312) | public void setSchema(String schema) throws SQLException { method getSchema (line 316) | public String getSchema() throws SQLException { method abort (line 320) | public void abort(Executor executor) throws SQLException { method setNetworkTimeout (line 324) | public void setNetworkTimeout(Executor executor, int milliseconds) thr... method getNetworkTimeout (line 328) | public int getNetworkTimeout() throws SQLException { method checkTransactionStatusIfNecessary (line 332) | public void checkTransactionStatusIfNecessary() throws SQLException { method getManagedConnection (line 349) | public XAConnectionImpl getManagedConnection() { method setManagedConnection (line 353) | public void setManagedConnection(XAConnectionImpl managedConnection) { method getDelegate (line 357) | public Connection getDelegate() { method setDelegate (line 361) | public void setDelegate(Connection delegate) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/jdbc/DatabaseMetaDataImpl.java class DatabaseMetaDataImpl (line 24) | public class DatabaseMetaDataImpl implements DatabaseMetaData { method unwrap (line 28) | public T unwrap(Class iface) throws SQLException { method isWrapperFor (line 32) | public boolean isWrapperFor(Class iface) throws SQLException { method allProceduresAreCallable (line 36) | public boolean allProceduresAreCallable() throws SQLException { method allTablesAreSelectable (line 40) | public boolean allTablesAreSelectable() throws SQLException { method getURL (line 44) | public String getURL() throws SQLException { method getUserName (line 48) | public String getUserName() throws SQLException { method isReadOnly (line 52) | public boolean isReadOnly() throws SQLException { method nullsAreSortedHigh (line 56) | public boolean nullsAreSortedHigh() throws SQLException { method nullsAreSortedLow (line 60) | public boolean nullsAreSortedLow() throws SQLException { method nullsAreSortedAtStart (line 64) | public boolean nullsAreSortedAtStart() throws SQLException { method nullsAreSortedAtEnd (line 68) | public boolean nullsAreSortedAtEnd() throws SQLException { method getDatabaseProductName (line 72) | public String getDatabaseProductName() throws SQLException { method getDatabaseProductVersion (line 76) | public String getDatabaseProductVersion() throws SQLException { method getDriverName (line 80) | public String getDriverName() throws SQLException { method getDriverVersion (line 84) | public String getDriverVersion() throws SQLException { method getDriverMajorVersion (line 88) | public int getDriverMajorVersion() { method getDriverMinorVersion (line 92) | public int getDriverMinorVersion() { method usesLocalFiles (line 96) | public boolean usesLocalFiles() throws SQLException { method usesLocalFilePerTable (line 100) | public boolean usesLocalFilePerTable() throws SQLException { method supportsMixedCaseIdentifiers (line 104) | public boolean supportsMixedCaseIdentifiers() throws SQLException { method storesUpperCaseIdentifiers (line 108) | public boolean storesUpperCaseIdentifiers() throws SQLException { method storesLowerCaseIdentifiers (line 112) | public boolean storesLowerCaseIdentifiers() throws SQLException { method storesMixedCaseIdentifiers (line 116) | public boolean storesMixedCaseIdentifiers() throws SQLException { method supportsMixedCaseQuotedIdentifiers (line 120) | public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException { method storesUpperCaseQuotedIdentifiers (line 124) | public boolean storesUpperCaseQuotedIdentifiers() throws SQLException { method storesLowerCaseQuotedIdentifiers (line 128) | public boolean storesLowerCaseQuotedIdentifiers() throws SQLException { method storesMixedCaseQuotedIdentifiers (line 132) | public boolean storesMixedCaseQuotedIdentifiers() throws SQLException { method getIdentifierQuoteString (line 136) | public String getIdentifierQuoteString() throws SQLException { method getSQLKeywords (line 140) | public String getSQLKeywords() throws SQLException { method getNumericFunctions (line 144) | public String getNumericFunctions() throws SQLException { method getStringFunctions (line 148) | public String getStringFunctions() throws SQLException { method getSystemFunctions (line 152) | public String getSystemFunctions() throws SQLException { method getTimeDateFunctions (line 156) | public String getTimeDateFunctions() throws SQLException { method getSearchStringEscape (line 160) | public String getSearchStringEscape() throws SQLException { method getExtraNameCharacters (line 164) | public String getExtraNameCharacters() throws SQLException { method supportsAlterTableWithAddColumn (line 168) | public boolean supportsAlterTableWithAddColumn() throws SQLException { method supportsAlterTableWithDropColumn (line 172) | public boolean supportsAlterTableWithDropColumn() throws SQLException { method supportsColumnAliasing (line 176) | public boolean supportsColumnAliasing() throws SQLException { method nullPlusNonNullIsNull (line 180) | public boolean nullPlusNonNullIsNull() throws SQLException { method supportsConvert (line 184) | public boolean supportsConvert() throws SQLException { method supportsConvert (line 188) | public boolean supportsConvert(int fromType, int toType) throws SQLExc... method supportsTableCorrelationNames (line 192) | public boolean supportsTableCorrelationNames() throws SQLException { method supportsDifferentTableCorrelationNames (line 196) | public boolean supportsDifferentTableCorrelationNames() throws SQLExce... method supportsExpressionsInOrderBy (line 200) | public boolean supportsExpressionsInOrderBy() throws SQLException { method supportsOrderByUnrelated (line 204) | public boolean supportsOrderByUnrelated() throws SQLException { method supportsGroupBy (line 208) | public boolean supportsGroupBy() throws SQLException { method supportsGroupByUnrelated (line 212) | public boolean supportsGroupByUnrelated() throws SQLException { method supportsGroupByBeyondSelect (line 216) | public boolean supportsGroupByBeyondSelect() throws SQLException { method supportsLikeEscapeClause (line 220) | public boolean supportsLikeEscapeClause() throws SQLException { method supportsMultipleResultSets (line 224) | public boolean supportsMultipleResultSets() throws SQLException { method supportsMultipleTransactions (line 228) | public boolean supportsMultipleTransactions() throws SQLException { method supportsNonNullableColumns (line 232) | public boolean supportsNonNullableColumns() throws SQLException { method supportsMinimumSQLGrammar (line 236) | public boolean supportsMinimumSQLGrammar() throws SQLException { method supportsCoreSQLGrammar (line 240) | public boolean supportsCoreSQLGrammar() throws SQLException { method supportsExtendedSQLGrammar (line 244) | public boolean supportsExtendedSQLGrammar() throws SQLException { method supportsANSI92EntryLevelSQL (line 248) | public boolean supportsANSI92EntryLevelSQL() throws SQLException { method supportsANSI92IntermediateSQL (line 252) | public boolean supportsANSI92IntermediateSQL() throws SQLException { method supportsANSI92FullSQL (line 256) | public boolean supportsANSI92FullSQL() throws SQLException { method supportsIntegrityEnhancementFacility (line 260) | public boolean supportsIntegrityEnhancementFacility() throws SQLExcept... method supportsOuterJoins (line 264) | public boolean supportsOuterJoins() throws SQLException { method supportsFullOuterJoins (line 268) | public boolean supportsFullOuterJoins() throws SQLException { method supportsLimitedOuterJoins (line 272) | public boolean supportsLimitedOuterJoins() throws SQLException { method getSchemaTerm (line 276) | public String getSchemaTerm() throws SQLException { method getProcedureTerm (line 280) | public String getProcedureTerm() throws SQLException { method getCatalogTerm (line 284) | public String getCatalogTerm() throws SQLException { method isCatalogAtStart (line 288) | public boolean isCatalogAtStart() throws SQLException { method getCatalogSeparator (line 292) | public String getCatalogSeparator() throws SQLException { method supportsSchemasInDataManipulation (line 296) | public boolean supportsSchemasInDataManipulation() throws SQLException { method supportsSchemasInProcedureCalls (line 300) | public boolean supportsSchemasInProcedureCalls() throws SQLException { method supportsSchemasInTableDefinitions (line 304) | public boolean supportsSchemasInTableDefinitions() throws SQLException { method supportsSchemasInIndexDefinitions (line 308) | public boolean supportsSchemasInIndexDefinitions() throws SQLException { method supportsSchemasInPrivilegeDefinitions (line 312) | public boolean supportsSchemasInPrivilegeDefinitions() throws SQLExcep... method supportsCatalogsInDataManipulation (line 316) | public boolean supportsCatalogsInDataManipulation() throws SQLException { method supportsCatalogsInProcedureCalls (line 320) | public boolean supportsCatalogsInProcedureCalls() throws SQLException { method supportsCatalogsInTableDefinitions (line 324) | public boolean supportsCatalogsInTableDefinitions() throws SQLException { method supportsCatalogsInIndexDefinitions (line 328) | public boolean supportsCatalogsInIndexDefinitions() throws SQLException { method supportsCatalogsInPrivilegeDefinitions (line 332) | public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLExce... method supportsPositionedDelete (line 336) | public boolean supportsPositionedDelete() throws SQLException { method supportsPositionedUpdate (line 340) | public boolean supportsPositionedUpdate() throws SQLException { method supportsSelectForUpdate (line 344) | public boolean supportsSelectForUpdate() throws SQLException { method supportsStoredProcedures (line 348) | public boolean supportsStoredProcedures() throws SQLException { method supportsSubqueriesInComparisons (line 352) | public boolean supportsSubqueriesInComparisons() throws SQLException { method supportsSubqueriesInExists (line 356) | public boolean supportsSubqueriesInExists() throws SQLException { method supportsSubqueriesInIns (line 360) | public boolean supportsSubqueriesInIns() throws SQLException { method supportsSubqueriesInQuantifieds (line 364) | public boolean supportsSubqueriesInQuantifieds() throws SQLException { method supportsCorrelatedSubqueries (line 368) | public boolean supportsCorrelatedSubqueries() throws SQLException { method supportsUnion (line 372) | public boolean supportsUnion() throws SQLException { method supportsUnionAll (line 376) | public boolean supportsUnionAll() throws SQLException { method supportsOpenCursorsAcrossCommit (line 380) | public boolean supportsOpenCursorsAcrossCommit() throws SQLException { method supportsOpenCursorsAcrossRollback (line 384) | public boolean supportsOpenCursorsAcrossRollback() throws SQLException { method supportsOpenStatementsAcrossCommit (line 388) | public boolean supportsOpenStatementsAcrossCommit() throws SQLException { method supportsOpenStatementsAcrossRollback (line 392) | public boolean supportsOpenStatementsAcrossRollback() throws SQLExcept... method getMaxBinaryLiteralLength (line 396) | public int getMaxBinaryLiteralLength() throws SQLException { method getMaxCharLiteralLength (line 400) | public int getMaxCharLiteralLength() throws SQLException { method getMaxColumnNameLength (line 404) | public int getMaxColumnNameLength() throws SQLException { method getMaxColumnsInGroupBy (line 408) | public int getMaxColumnsInGroupBy() throws SQLException { method getMaxColumnsInIndex (line 412) | public int getMaxColumnsInIndex() throws SQLException { method getMaxColumnsInOrderBy (line 416) | public int getMaxColumnsInOrderBy() throws SQLException { method getMaxColumnsInSelect (line 420) | public int getMaxColumnsInSelect() throws SQLException { method getMaxColumnsInTable (line 424) | public int getMaxColumnsInTable() throws SQLException { method getMaxConnections (line 428) | public int getMaxConnections() throws SQLException { method getMaxCursorNameLength (line 432) | public int getMaxCursorNameLength() throws SQLException { method getMaxIndexLength (line 436) | public int getMaxIndexLength() throws SQLException { method getMaxSchemaNameLength (line 440) | public int getMaxSchemaNameLength() throws SQLException { method getMaxProcedureNameLength (line 444) | public int getMaxProcedureNameLength() throws SQLException { method getMaxCatalogNameLength (line 448) | public int getMaxCatalogNameLength() throws SQLException { method getMaxRowSize (line 452) | public int getMaxRowSize() throws SQLException { method doesMaxRowSizeIncludeBlobs (line 456) | public boolean doesMaxRowSizeIncludeBlobs() throws SQLException { method getMaxStatementLength (line 460) | public int getMaxStatementLength() throws SQLException { method getMaxStatements (line 464) | public int getMaxStatements() throws SQLException { method getMaxTableNameLength (line 468) | public int getMaxTableNameLength() throws SQLException { method getMaxTablesInSelect (line 472) | public int getMaxTablesInSelect() throws SQLException { method getMaxUserNameLength (line 476) | public int getMaxUserNameLength() throws SQLException { method getDefaultTransactionIsolation (line 480) | public int getDefaultTransactionIsolation() throws SQLException { method supportsTransactions (line 484) | public boolean supportsTransactions() throws SQLException { method supportsTransactionIsolationLevel (line 488) | public boolean supportsTransactionIsolationLevel(int level) throws SQL... method supportsDataDefinitionAndDataManipulationTransactions (line 492) | public boolean supportsDataDefinitionAndDataManipulationTransactions()... method supportsDataManipulationTransactionsOnly (line 496) | public boolean supportsDataManipulationTransactionsOnly() throws SQLEx... method dataDefinitionCausesTransactionCommit (line 500) | public boolean dataDefinitionCausesTransactionCommit() throws SQLExcep... method dataDefinitionIgnoredInTransactions (line 504) | public boolean dataDefinitionIgnoredInTransactions() throws SQLExcepti... method getProcedures (line 508) | public ResultSet getProcedures(String catalog, String schemaPattern, S... method getProcedureColumns (line 512) | public ResultSet getProcedureColumns(String catalog, String schemaPatt... method getTables (line 517) | public ResultSet getTables(String catalog, String schemaPattern, Strin... method getSchemas (line 522) | public ResultSet getSchemas() throws SQLException { method getCatalogs (line 526) | public ResultSet getCatalogs() throws SQLException { method getTableTypes (line 530) | public ResultSet getTableTypes() throws SQLException { method getColumns (line 534) | public ResultSet getColumns(String catalog, String schemaPattern, Stri... method getColumnPrivileges (line 539) | public ResultSet getColumnPrivileges(String catalog, String schema, St... method getTablePrivileges (line 544) | public ResultSet getTablePrivileges(String catalog, String schemaPatte... method getBestRowIdentifier (line 548) | public ResultSet getBestRowIdentifier(String catalog, String schema, S... method getVersionColumns (line 553) | public ResultSet getVersionColumns(String catalog, String schema, Stri... method getPrimaryKeys (line 557) | public ResultSet getPrimaryKeys(String catalog, String schema, String ... method getImportedKeys (line 561) | public ResultSet getImportedKeys(String catalog, String schema, String... method getExportedKeys (line 565) | public ResultSet getExportedKeys(String catalog, String schema, String... method getCrossReference (line 569) | public ResultSet getCrossReference(String parentCatalog, String parent... method getTypeInfo (line 575) | public ResultSet getTypeInfo() throws SQLException { method getIndexInfo (line 579) | public ResultSet getIndexInfo(String catalog, String schema, String ta... method supportsResultSetType (line 584) | public boolean supportsResultSetType(int type) throws SQLException { method supportsResultSetConcurrency (line 588) | public boolean supportsResultSetConcurrency(int type, int concurrency)... method ownUpdatesAreVisible (line 592) | public boolean ownUpdatesAreVisible(int type) throws SQLException { method ownDeletesAreVisible (line 596) | public boolean ownDeletesAreVisible(int type) throws SQLException { method ownInsertsAreVisible (line 600) | public boolean ownInsertsAreVisible(int type) throws SQLException { method othersUpdatesAreVisible (line 604) | public boolean othersUpdatesAreVisible(int type) throws SQLException { method othersDeletesAreVisible (line 608) | public boolean othersDeletesAreVisible(int type) throws SQLException { method othersInsertsAreVisible (line 612) | public boolean othersInsertsAreVisible(int type) throws SQLException { method updatesAreDetected (line 616) | public boolean updatesAreDetected(int type) throws SQLException { method deletesAreDetected (line 620) | public boolean deletesAreDetected(int type) throws SQLException { method insertsAreDetected (line 624) | public boolean insertsAreDetected(int type) throws SQLException { method supportsBatchUpdates (line 628) | public boolean supportsBatchUpdates() throws SQLException { method getUDTs (line 632) | public ResultSet getUDTs(String catalog, String schemaPattern, String ... method getConnection (line 636) | public Connection getConnection() throws SQLException { method supportsSavepoints (line 640) | public boolean supportsSavepoints() throws SQLException { method supportsNamedParameters (line 644) | public boolean supportsNamedParameters() throws SQLException { method supportsMultipleOpenResults (line 648) | public boolean supportsMultipleOpenResults() throws SQLException { method supportsGetGeneratedKeys (line 652) | public boolean supportsGetGeneratedKeys() throws SQLException { method getSuperTypes (line 656) | public ResultSet getSuperTypes(String catalog, String schemaPattern, S... method getSuperTables (line 660) | public ResultSet getSuperTables(String catalog, String schemaPattern, ... method getAttributes (line 664) | public ResultSet getAttributes(String catalog, String schemaPattern, S... method supportsResultSetHoldability (line 669) | public boolean supportsResultSetHoldability(int holdability) throws SQ... method getResultSetHoldability (line 673) | public int getResultSetHoldability() throws SQLException { method getDatabaseMajorVersion (line 677) | public int getDatabaseMajorVersion() throws SQLException { method getDatabaseMinorVersion (line 681) | public int getDatabaseMinorVersion() throws SQLException { method getJDBCMajorVersion (line 685) | public int getJDBCMajorVersion() throws SQLException { method getJDBCMinorVersion (line 689) | public int getJDBCMinorVersion() throws SQLException { method getSQLStateType (line 693) | public int getSQLStateType() throws SQLException { method locatorsUpdateCopy (line 697) | public boolean locatorsUpdateCopy() throws SQLException { method supportsStatementPooling (line 701) | public boolean supportsStatementPooling() throws SQLException { method getRowIdLifetime (line 705) | public RowIdLifetime getRowIdLifetime() throws SQLException { method getSchemas (line 709) | public ResultSet getSchemas(String catalog, String schemaPattern) thro... method supportsStoredFunctionsUsingCallSyntax (line 713) | public boolean supportsStoredFunctionsUsingCallSyntax() throws SQLExce... method autoCommitFailureClosesAllResultSets (line 717) | public boolean autoCommitFailureClosesAllResultSets() throws SQLExcept... method getClientInfoProperties (line 721) | public ResultSet getClientInfoProperties() throws SQLException { method getFunctions (line 725) | public ResultSet getFunctions(String catalog, String schemaPattern, St... method getFunctionColumns (line 729) | public ResultSet getFunctionColumns(String catalog, String schemaPatte... method getPseudoColumns (line 734) | public ResultSet getPseudoColumns(String catalog, String schemaPattern... method generatedKeyAlwaysReturned (line 739) | public boolean generatedKeyAlwaysReturned() throws SQLException { method getMaxLogicalLobSize (line 743) | public long getMaxLogicalLobSize() throws SQLException { method supportsRefCursors (line 747) | public boolean supportsRefCursors() throws SQLException { method setConnection (line 751) | public void setConnection(Connection connection) { method getDelegate (line 755) | public DatabaseMetaData getDelegate() { method setDelegate (line 759) | public void setDelegate(DatabaseMetaData delegate) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/jdbc/PreparedStatementImpl.java class PreparedStatementImpl (line 42) | public class PreparedStatementImpl implements PreparedStatement { method unwrap (line 46) | public T unwrap(Class iface) throws SQLException { method executeQuery (line 50) | public ResultSet executeQuery(String sql) throws SQLException { method executeQuery (line 55) | public ResultSet executeQuery() throws SQLException { method isWrapperFor (line 60) | public boolean isWrapperFor(Class iface) throws SQLException { method executeUpdate (line 64) | public int executeUpdate(String sql) throws SQLException { method executeUpdate (line 69) | public int executeUpdate() throws SQLException { method setNull (line 74) | public void setNull(int parameterIndex, int sqlType) throws SQLExcepti... method close (line 78) | public void close() throws SQLException { method getMaxFieldSize (line 82) | public int getMaxFieldSize() throws SQLException { method setBoolean (line 86) | public void setBoolean(int parameterIndex, boolean x) throws SQLExcept... method setByte (line 90) | public void setByte(int parameterIndex, byte x) throws SQLException { method setMaxFieldSize (line 94) | public void setMaxFieldSize(int max) throws SQLException { method setShort (line 98) | public void setShort(int parameterIndex, short x) throws SQLException { method getMaxRows (line 102) | public int getMaxRows() throws SQLException { method setInt (line 106) | public void setInt(int parameterIndex, int x) throws SQLException { method setMaxRows (line 110) | public void setMaxRows(int max) throws SQLException { method setLong (line 114) | public void setLong(int parameterIndex, long x) throws SQLException { method setFloat (line 118) | public void setFloat(int parameterIndex, float x) throws SQLException { method setEscapeProcessing (line 122) | public void setEscapeProcessing(boolean enable) throws SQLException { method setDouble (line 126) | public void setDouble(int parameterIndex, double x) throws SQLException { method getQueryTimeout (line 130) | public int getQueryTimeout() throws SQLException { method setBigDecimal (line 134) | public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQL... method setQueryTimeout (line 138) | public void setQueryTimeout(int seconds) throws SQLException { method setString (line 142) | public void setString(int parameterIndex, String x) throws SQLException { method setBytes (line 146) | public void setBytes(int parameterIndex, byte[] x) throws SQLException { method cancel (line 150) | public void cancel() throws SQLException { method setDate (line 154) | public void setDate(int parameterIndex, Date x) throws SQLException { method getWarnings (line 158) | public SQLWarning getWarnings() throws SQLException { method setTime (line 162) | public void setTime(int parameterIndex, Time x) throws SQLException { method setTimestamp (line 166) | public void setTimestamp(int parameterIndex, Timestamp x) throws SQLEx... method clearWarnings (line 170) | public void clearWarnings() throws SQLException { method setCursorName (line 174) | public void setCursorName(String name) throws SQLException { method setAsciiStream (line 178) | public void setAsciiStream(int parameterIndex, InputStream x, int leng... method setUnicodeStream (line 182) | @SuppressWarnings("deprecation") method execute (line 187) | public boolean execute(String sql) throws SQLException { method setBinaryStream (line 192) | public void setBinaryStream(int parameterIndex, InputStream x, int len... method getResultSet (line 196) | public ResultSet getResultSet() throws SQLException { method getUpdateCount (line 200) | public int getUpdateCount() throws SQLException { method clearParameters (line 204) | public void clearParameters() throws SQLException { method getMoreResults (line 208) | public boolean getMoreResults() throws SQLException { method setObject (line 212) | public void setObject(int parameterIndex, Object x, int targetSqlType)... method setFetchDirection (line 216) | public void setFetchDirection(int direction) throws SQLException { method setObject (line 220) | public void setObject(int parameterIndex, Object x) throws SQLException { method getFetchDirection (line 224) | public int getFetchDirection() throws SQLException { method setFetchSize (line 228) | public void setFetchSize(int rows) throws SQLException { method getFetchSize (line 232) | public int getFetchSize() throws SQLException { method execute (line 236) | public boolean execute() throws SQLException { method getResultSetConcurrency (line 241) | public int getResultSetConcurrency() throws SQLException { method getResultSetType (line 245) | public int getResultSetType() throws SQLException { method addBatch (line 249) | public void addBatch(String sql) throws SQLException { method addBatch (line 253) | public void addBatch() throws SQLException { method setCharacterStream (line 257) | public void setCharacterStream(int parameterIndex, Reader reader, int ... method clearBatch (line 261) | public void clearBatch() throws SQLException { method executeBatch (line 265) | public int[] executeBatch() throws SQLException { method setRef (line 270) | public void setRef(int parameterIndex, Ref x) throws SQLException { method setBlob (line 274) | public void setBlob(int parameterIndex, Blob x) throws SQLException { method setClob (line 278) | public void setClob(int parameterIndex, Clob x) throws SQLException { method setArray (line 282) | public void setArray(int parameterIndex, Array x) throws SQLException { method getConnection (line 286) | public Connection getConnection() throws SQLException { method getMetaData (line 290) | public ResultSetMetaData getMetaData() throws SQLException { method setDate (line 294) | public void setDate(int parameterIndex, Date x, Calendar cal) throws S... method getMoreResults (line 298) | public boolean getMoreResults(int current) throws SQLException { method setTime (line 302) | public void setTime(int parameterIndex, Time x, Calendar cal) throws S... method getGeneratedKeys (line 306) | public ResultSet getGeneratedKeys() throws SQLException { method setTimestamp (line 310) | public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal... method executeUpdate (line 314) | public int executeUpdate(String sql, int autoGeneratedKeys) throws SQL... method setNull (line 319) | public void setNull(int parameterIndex, int sqlType, String typeName) ... method executeUpdate (line 323) | public int executeUpdate(String sql, int[] columnIndexes) throws SQLEx... method setURL (line 328) | public void setURL(int parameterIndex, URL x) throws SQLException { method getParameterMetaData (line 332) | public ParameterMetaData getParameterMetaData() throws SQLException { method setRowId (line 336) | public void setRowId(int parameterIndex, RowId x) throws SQLException { method executeUpdate (line 340) | public int executeUpdate(String sql, String[] columnNames) throws SQLE... method setNString (line 345) | public void setNString(int parameterIndex, String value) throws SQLExc... method setNCharacterStream (line 349) | public void setNCharacterStream(int parameterIndex, Reader value, long... method execute (line 353) | public boolean execute(String sql, int autoGeneratedKeys) throws SQLEx... method setNClob (line 358) | public void setNClob(int parameterIndex, NClob value) throws SQLExcept... method setClob (line 362) | public void setClob(int parameterIndex, Reader reader, long length) th... method execute (line 366) | public boolean execute(String sql, int[] columnIndexes) throws SQLExce... method setBlob (line 371) | public void setBlob(int parameterIndex, InputStream inputStream, long ... method setNClob (line 375) | public void setNClob(int parameterIndex, Reader reader, long length) t... method execute (line 379) | public boolean execute(String sql, String[] columnNames) throws SQLExc... method setSQLXML (line 384) | public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQL... method setObject (line 388) | public void setObject(int parameterIndex, Object x, int targetSqlType,... method getResultSetHoldability (line 392) | public int getResultSetHoldability() throws SQLException { method isClosed (line 396) | public boolean isClosed() throws SQLException { method setPoolable (line 400) | public void setPoolable(boolean poolable) throws SQLException { method setAsciiStream (line 404) | public void setAsciiStream(int parameterIndex, InputStream x, long len... method isPoolable (line 408) | public boolean isPoolable() throws SQLException { method closeOnCompletion (line 412) | public void closeOnCompletion() throws SQLException { method setBinaryStream (line 416) | public void setBinaryStream(int parameterIndex, InputStream x, long le... method isCloseOnCompletion (line 420) | public boolean isCloseOnCompletion() throws SQLException { method setCharacterStream (line 424) | public void setCharacterStream(int parameterIndex, Reader reader, long... method setAsciiStream (line 428) | public void setAsciiStream(int parameterIndex, InputStream x) throws S... method setBinaryStream (line 432) | public void setBinaryStream(int parameterIndex, InputStream x) throws ... method setCharacterStream (line 436) | public void setCharacterStream(int parameterIndex, Reader reader) thro... method setNCharacterStream (line 440) | public void setNCharacterStream(int parameterIndex, Reader value) thro... method setClob (line 444) | public void setClob(int parameterIndex, Reader reader) throws SQLExcep... method setBlob (line 448) | public void setBlob(int parameterIndex, InputStream inputStream) throw... method setNClob (line 452) | public void setNClob(int parameterIndex, Reader reader) throws SQLExce... method getLargeUpdateCount (line 456) | public long getLargeUpdateCount() throws SQLException { method setLargeMaxRows (line 460) | public void setLargeMaxRows(long max) throws SQLException { method getLargeMaxRows (line 464) | public long getLargeMaxRows() throws SQLException { method executeLargeBatch (line 468) | public long[] executeLargeBatch() throws SQLException { method executeLargeUpdate (line 473) | public long executeLargeUpdate(String sql) throws SQLException { method executeLargeUpdate (line 478) | public long executeLargeUpdate(String sql, int autoGeneratedKeys) thro... method executeLargeUpdate (line 483) | public long executeLargeUpdate(String sql, int[] columnIndexes) throws... method setObject (line 488) | public void setObject(int parameterIndex, Object x, SQLType targetSqlT... method executeLargeUpdate (line 492) | public long executeLargeUpdate(String sql, String[] columnNames) throw... method setObject (line 497) | public void setObject(int parameterIndex, Object x, SQLType targetSqlT... method executeLargeUpdate (line 501) | public long executeLargeUpdate() throws SQLException { method setConnection (line 506) | public void setConnection(ConnectionImpl connection) { method getDelegate (line 510) | public PreparedStatement getDelegate() { method setDelegate (line 514) | public void setDelegate(PreparedStatement delegate) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/jdbc/StatementImpl.java class StatementImpl (line 24) | public class StatementImpl implements Statement { method unwrap (line 28) | public T unwrap(Class iface) throws SQLException { method executeQuery (line 32) | public ResultSet executeQuery(String sql) throws SQLException { method isWrapperFor (line 37) | public boolean isWrapperFor(Class iface) throws SQLException { method executeUpdate (line 41) | public int executeUpdate(String sql) throws SQLException { method close (line 46) | public void close() throws SQLException { method getMaxFieldSize (line 50) | public int getMaxFieldSize() throws SQLException { method setMaxFieldSize (line 54) | public void setMaxFieldSize(int max) throws SQLException { method getMaxRows (line 58) | public int getMaxRows() throws SQLException { method setMaxRows (line 62) | public void setMaxRows(int max) throws SQLException { method setEscapeProcessing (line 66) | public void setEscapeProcessing(boolean enable) throws SQLException { method getQueryTimeout (line 70) | public int getQueryTimeout() throws SQLException { method setQueryTimeout (line 74) | public void setQueryTimeout(int seconds) throws SQLException { method cancel (line 78) | public void cancel() throws SQLException { method getWarnings (line 82) | public SQLWarning getWarnings() throws SQLException { method clearWarnings (line 86) | public void clearWarnings() throws SQLException { method setCursorName (line 90) | public void setCursorName(String name) throws SQLException { method execute (line 94) | public boolean execute(String sql) throws SQLException { method getResultSet (line 99) | public ResultSet getResultSet() throws SQLException { method getUpdateCount (line 103) | public int getUpdateCount() throws SQLException { method getMoreResults (line 107) | public boolean getMoreResults() throws SQLException { method setFetchDirection (line 111) | public void setFetchDirection(int direction) throws SQLException { method getFetchDirection (line 115) | public int getFetchDirection() throws SQLException { method setFetchSize (line 119) | public void setFetchSize(int rows) throws SQLException { method getFetchSize (line 123) | public int getFetchSize() throws SQLException { method getResultSetConcurrency (line 127) | public int getResultSetConcurrency() throws SQLException { method getResultSetType (line 131) | public int getResultSetType() throws SQLException { method addBatch (line 135) | public void addBatch(String sql) throws SQLException { method clearBatch (line 139) | public void clearBatch() throws SQLException { method executeBatch (line 143) | public int[] executeBatch() throws SQLException { method getConnection (line 148) | public Connection getConnection() throws SQLException { method getMoreResults (line 152) | public boolean getMoreResults(int current) throws SQLException { method getGeneratedKeys (line 156) | public ResultSet getGeneratedKeys() throws SQLException { method executeUpdate (line 160) | public int executeUpdate(String sql, int autoGeneratedKeys) throws SQL... method executeUpdate (line 165) | public int executeUpdate(String sql, int[] columnIndexes) throws SQLEx... method executeUpdate (line 170) | public int executeUpdate(String sql, String[] columnNames) throws SQLE... method execute (line 175) | public boolean execute(String sql, int autoGeneratedKeys) throws SQLEx... method execute (line 180) | public boolean execute(String sql, int[] columnIndexes) throws SQLExce... method execute (line 185) | public boolean execute(String sql, String[] columnNames) throws SQLExc... method getResultSetHoldability (line 190) | public int getResultSetHoldability() throws SQLException { method isClosed (line 194) | public boolean isClosed() throws SQLException { method setPoolable (line 198) | public void setPoolable(boolean poolable) throws SQLException { method isPoolable (line 202) | public boolean isPoolable() throws SQLException { method closeOnCompletion (line 206) | public void closeOnCompletion() throws SQLException { method isCloseOnCompletion (line 210) | public boolean isCloseOnCompletion() throws SQLException { method getLargeUpdateCount (line 214) | public long getLargeUpdateCount() throws SQLException { method setLargeMaxRows (line 218) | public void setLargeMaxRows(long max) throws SQLException { method getLargeMaxRows (line 222) | public long getLargeMaxRows() throws SQLException { method executeLargeBatch (line 226) | public long[] executeLargeBatch() throws SQLException { method executeLargeUpdate (line 231) | public long executeLargeUpdate(String sql) throws SQLException { method executeLargeUpdate (line 236) | public long executeLargeUpdate(String sql, int autoGeneratedKeys) thro... method executeLargeUpdate (line 241) | public long executeLargeUpdate(String sql, int[] columnIndexes) throws... method executeLargeUpdate (line 246) | public long executeLargeUpdate(String sql, String[] columnNames) throw... method setConnection (line 251) | public void setConnection(ConnectionImpl connection) { method getDelegate (line 255) | public Statement getDelegate() { method setDelegate (line 259) | public void setDelegate(Statement delegate) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/jdbc/XAConnectionImpl.java class XAConnectionImpl (line 37) | public class XAConnectionImpl implements XAConnection, ConnectionEventLi... method statementClosed (line 48) | public void statementClosed(StatementEvent event) { method statementErrorOccurred (line 63) | public void statementErrorOccurred(StatementEvent event) { method connectionClosed (line 78) | public void connectionClosed(ConnectionEvent event) { method connectionErrorOccurred (line 92) | public void connectionErrorOccurred(ConnectionEvent event) { method getConnection (line 106) | public Connection getConnection() throws SQLException { method addConnectionEventListener (line 116) | public void addConnectionEventListener(ConnectionEventListener listene... method removeConnectionEventListener (line 120) | public void removeConnectionEventListener(ConnectionEventListener list... method addStatementEventListener (line 124) | public void addStatementEventListener(StatementEventListener listener) { method removeStatementEventListener (line 128) | public void removeStatementEventListener(StatementEventListener listen... method getXAResource (line 132) | public XAResource getXAResource() throws SQLException { method initXAResourceIfNecessary (line 140) | private synchronized void initXAResourceIfNecessary() throws SQLExcept... method close (line 154) | public void close() throws SQLException { method getIdentifier (line 161) | public String getIdentifier() { method setIdentifier (line 165) | public void setIdentifier(String identifier) { method getDelegate (line 169) | public XAConnection getDelegate() { method setDelegate (line 173) | public void setDelegate(XAConnection delegate) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/jdbc/XADataSourceImpl.java class XADataSourceImpl (line 28) | public class XADataSourceImpl implements XADataSource, BeanNameAware { method getLogWriter (line 32) | public PrintWriter getLogWriter() throws SQLException { method setLogWriter (line 36) | public void setLogWriter(PrintWriter out) throws SQLException { method setLoginTimeout (line 40) | public void setLoginTimeout(int seconds) throws SQLException { method getLoginTimeout (line 44) | public int getLoginTimeout() throws SQLException { method getParentLogger (line 48) | public Logger getParentLogger() throws SQLFeatureNotSupportedException { method getXAConnection (line 52) | public XAConnection getXAConnection() throws SQLException { method getXAConnection (line 65) | public XAConnection getXAConnection(String user, String password) thro... method setBeanName (line 78) | public void setBeanName(String name) { method getIdentifier (line 82) | public String getIdentifier() { method setIdentifier (line 86) | public void setIdentifier(String identifier) { method getXaDataSource (line 90) | public XADataSource getXaDataSource() { method setXaDataSource (line 94) | public void setXaDataSource(XADataSource xaDataSource) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/resource/properties/ConnectorResourcePropertySource.java class ConnectorResourcePropertySource (line 26) | public class ConnectorResourcePropertySource extends PropertySource getAliases() { method createPropertySource (line 37) | public PropertySource createPropertySource(String name, EncodedReso... FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/rpc/TransactionInterceptorImpl.java class TransactionInterceptorImpl (line 38) | public class TransactionInterceptorImpl implements TransactionIntercepto... method beforeSendRequest (line 44) | public void beforeSendRequest(TransactionRequest request) throws Illeg... method beforeSendResponse (line 80) | public void beforeSendResponse(TransactionResponse response) throws Il... method afterReceiveRequest (line 103) | public void afterReceiveRequest(TransactionRequest request) throws Ill... method afterReceiveResponse (line 120) | public void afterReceiveResponse(TransactionResponse response) throws ... method getBeanFactory (line 155) | public TransactionBeanFactory getBeanFactory() { method setBeanFactory (line 159) | public void setBeanFactory(TransactionBeanFactory tbf) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/rpc/TransactionRequestImpl.java class TransactionRequestImpl (line 25) | public class TransactionRequestImpl implements TransactionRequest { method getHeader (line 34) | public Object getHeader(String name) { method setHeader (line 38) | public void setHeader(String name, Object value) { method getTargetTransactionCoordinator (line 42) | public RemoteCoordinator getTargetTransactionCoordinator() { method setTargetTransactionCoordinator (line 46) | public void setTargetTransactionCoordinator(RemoteCoordinator remoteCo... method getTransactionContext (line 50) | public TransactionContext getTransactionContext() { method setTransactionContext (line 54) | public void setTransactionContext(TransactionContext transactionContex... method isParticipantEnlistFlag (line 58) | public boolean isParticipantEnlistFlag() { method setParticipantEnlistFlag (line 62) | public void setParticipantEnlistFlag(boolean participantEnlistFlag) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/rpc/TransactionResponseImpl.java class TransactionResponseImpl (line 25) | public class TransactionResponseImpl implements TransactionResponse { method getHeader (line 38) | public Object getHeader(String name) { method setHeader (line 42) | public void setHeader(String name, Object value) { method getSourceTransactionCoordinator (line 46) | public RemoteCoordinator getSourceTransactionCoordinator() { method setSourceTransactionCoordinator (line 50) | public void setSourceTransactionCoordinator(RemoteCoordinator remoteCo... method getTransactionContext (line 54) | public TransactionContext getTransactionContext() { method setTransactionContext (line 58) | public void setTransactionContext(TransactionContext transactionContex... method isParticipantRollbackOnly (line 62) | public boolean isParticipantRollbackOnly() { method setParticipantRollbackOnly (line 66) | public void setParticipantRollbackOnly(boolean participantRollbackOnly) { method isParticipantStickyRequired (line 70) | public boolean isParticipantStickyRequired() { method setParticipantStickyRequired (line 74) | public void setParticipantStickyRequired(boolean participantStickyRequ... method isParticipantDelistFlag (line 78) | public boolean isParticipantDelistFlag() { method setParticipantDelistFlag (line 82) | public void setParticipantDelistFlag(boolean participantDelistFlag) { method isParticipantEnlistFlag (line 86) | public boolean isParticipantEnlistFlag() { method setParticipantEnlistFlag (line 90) | public void setParticipantEnlistFlag(boolean participantEnlistFlag) { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/serialize/XAResourceDeserializerImpl.java class XAResourceDeserializerImpl (line 41) | public class XAResourceDeserializerImpl implements XAResourceDeserialize... method deserialize (line 47) | public XAResourceDescriptor deserialize(String identifier) { method deserializeResource (line 74) | private XAResourceDescriptor deserializeResource(String identifier, Ob... method closeQuietly (line 186) | protected void closeQuietly(javax.resource.cci.Connection closeable) { method closeQuietly (line 196) | protected void closeQuietly(java.sql.Connection closeable) { method closeQuietly (line 206) | protected void closeQuietly(javax.jms.Session closeable) { method setApplicationContext (line 216) | public void setApplicationContext(ApplicationContext applicationContex... method getApplicationContext (line 220) | public ApplicationContext getApplicationContext() { FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/spring/ManagedConnectionFactoryPostProcessor.java class ManagedConnectionFactoryPostProcessor (line 41) | public class ManagedConnectionFactoryPostProcessor method afterSingletonsInstantiated (line 47) | public void afterSingletonsInstantiated() { method initializeTransactionManagerIfNecessary (line 57) | private void initializeTransactionManagerIfNecessary(LocalXADataSource... method postProcessBeforeInitialization (line 65) | public Object postProcessBeforeInitialization(Object bean, String bean... method postProcessAfterInitialization (line 69) | public Object postProcessAfterInitialization(Object bean, String beanN... method wrapManagedConnectionFactoryIfNecessary (line 73) | private Object wrapManagedConnectionFactoryIfNecessary(Object bean, St... method hasAlreadyBeenWrappedBySelf (line 109) | private boolean hasAlreadyBeenWrappedBySelf(Object bean) { method getOrder (line 122) | public int getOrder() { method setApplicationContext (line 126) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/spring/TransactionBeanFactoryAutoInjector.java class TransactionBeanFactoryAutoInjector (line 32) | @org.springframework.core.annotation.Order(org.springframework.core.Orde... method afterSingletonsInstantiated (line 39) | public void afterSingletonsInstantiated() { method postProcessBeforeInitialization (line 51) | public Object postProcessBeforeInitialization(Object bean, String bean... method postProcessAfterInitialization (line 55) | public Object postProcessAfterInitialization(Object bean, String beanN... method initializeTransactionBeanFactoryIfNecessary (line 63) | private void initializeTransactionBeanFactoryIfNecessary(TransactionBe... method getOrder (line 71) | public int getOrder() { method setApplicationContext (line 75) | public void setApplicationContext(ApplicationContext applicationContex... FILE: bytejta-supports/src/main/java/org/bytesoft/bytejta/supports/spring/TransactionDebuggablePostProcessor.java class TransactionDebuggablePostProcessor (line 25) | public class TransactionDebuggablePostProcessor implements BeanPostProce... method postProcessBeforeInitialization (line 30) | public Object postProcessBeforeInitialization(Object bean, String bean... method postProcessAfterInitialization (line 35) | public Object postProcessAfterInitialization(Object bean, String beanN... method setDebuggableIfNecessary (line 40) | private void setDebuggableIfNecessary(Object bean) { method setEnvironment (line 48) | public void setEnvironment(Environment environment) {