org.kuali.common.aws.s3
Class BucketServiceExecutable

java.lang.Object
  extended by org.kuali.common.aws.s3.BucketServiceExecutable
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

public class BucketServiceExecutable
extends Object
implements org.kuali.common.util.execute.Executable


Constructor Summary
BucketServiceExecutable()
           
 
Method Summary
 void execute()
           
 ObjectListingsContext getContext()
           
 BucketService getService()
           
 void setContext(ObjectListingsContext context)
           
 void setService(BucketService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BucketServiceExecutable

public BucketServiceExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface org.kuali.common.util.execute.Executable

getService

public BucketService getService()

setService

public void setService(BucketService service)

getContext

public ObjectListingsContext getContext()

setContext

public void setContext(ObjectListingsContext context)


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.