Uses of Class
org.infinispan.loaders.s3.S3ConnectionException

Packages that use S3ConnectionException
org.infinispan.loaders.s3 This package contains a CacheStore implementation based on persisting to Amazon's S3 service. 
org.infinispan.loaders.s3.jclouds A bridge between Infinispan and JClouds - a fast S3 communication library. 
 

Uses of S3ConnectionException in org.infinispan.loaders.s3
 

Methods in org.infinispan.loaders.s3 that throw S3ConnectionException
 void S3Bucket.clear()
          removes all Infinispan buckets from the S3 bucket
 void S3Connection.connect(S3CacheStoreConfig config, Marshaller m)
           
 void S3Connection.copyBucket(String sourceBucket, String destinationBucket)
           
 void S3Connection.destroyBucket(String name)
           
 Bucket S3Bucket.get(String key)
           
 C S3Connection.getConnection()
           
 void S3Bucket.insert(Bucket object)
          Adds the Infinispan bucket into the S3 Bucket at location Bucket.getBucketName()
 Set<String> S3Bucket.keySet()
           
 void S3Bucket.remove(String key)
          Removes the Infinispan bucket from the S3 Bucket at location key
 Set<Bucket> S3Bucket.values()
           
 B S3Connection.verifyOrCreateBucket(String bucketName)
           
 

Uses of S3ConnectionException in org.infinispan.loaders.s3.jclouds
 

Methods in org.infinispan.loaders.s3.jclouds that throw S3ConnectionException
 void JCloudsBucket.clear()
          removes all Infinispan buckets from the S3 bucket
 void JCloudsConnection.connect(S3CacheStoreConfig config, Marshaller m)
          
 void JCloudsConnection.copyBucket(String sourceBucket, String destinationBucket)
          
 void JCloudsConnection.destroyBucket(String name)
           
 Bucket JCloudsBucket.get(String key)
          
 org.jclouds.aws.s3.S3Connection JCloudsConnection.getConnection()
           
 void JCloudsBucket.insert(Bucket b)
          Adds the Infinispan bucket into the S3 Bucket at location Bucket.getBucketName()
 Set<String> JCloudsBucket.keySet()
          
 void JCloudsBucket.remove(String key)
          Removes the Infinispan bucket from the S3 Bucket at location key
protected  void JCloudsBucket.safeClose(InputStream stream)
           
 Set<Bucket> JCloudsBucket.values()
           
 org.jclouds.aws.s3.domain.S3Bucket JCloudsConnection.verifyOrCreateBucket(String bucketName)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.