Uses of Class
org.kuali.common.jdbc.threads.SqlBucket

Packages that use SqlBucket
org.kuali.common.jdbc   
org.kuali.common.jdbc.listener   
org.kuali.common.jdbc.threads   
 

Uses of SqlBucket in org.kuali.common.jdbc
 

Methods in org.kuali.common.jdbc that return types with arguments of type SqlBucket
protected  List<SqlBucket> DefaultJdbcService.getSqlBuckets(JdbcContext context)
          Deprecated.  
 

Methods in org.kuali.common.jdbc with parameters of type SqlBucket
protected  JdbcContext DefaultJdbcService.getJdbcContext(JdbcContext original, SqlBucket bucket, SqlListener listener)
          Deprecated.  
 

Method parameters in org.kuali.common.jdbc with type arguments of type SqlBucket
protected  List<SqlBucketContext> DefaultJdbcService.getSqlBucketContexts(List<SqlBucket> buckets, JdbcContext context, SqlListener listener)
          Deprecated.  
 

Uses of SqlBucket in org.kuali.common.jdbc.listener
 

Methods in org.kuali.common.jdbc.listener that return types with arguments of type SqlBucket
 List<SqlBucket> BucketEvent.getBuckets()
          Deprecated.  
 

Method parameters in org.kuali.common.jdbc.listener with type arguments of type SqlBucket
 void BucketEvent.setBuckets(List<SqlBucket> buckets)
          Deprecated.  
 

Constructor parameters in org.kuali.common.jdbc.listener with type arguments of type SqlBucket
BucketEvent(JdbcContext context, List<SqlBucket> buckets)
          Deprecated.  
 

Uses of SqlBucket in org.kuali.common.jdbc.threads
 

Methods in org.kuali.common.jdbc.threads that return SqlBucket
 SqlBucket SqlBucketContext.getBucket()
          Deprecated.  
 

Methods in org.kuali.common.jdbc.threads with parameters of type SqlBucket
 int SqlBucket.compareTo(SqlBucket other)
          Deprecated.  
 void SqlBucketContext.setBucket(SqlBucket bucket)
          Deprecated.  
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.