Spring Data Key-Value

org.springframework.data.keyvalue.riak.core
Class AbstractAsyncOperation<T>

java.lang.Object
  extended by org.springframework.data.keyvalue.riak.core.AbstractAsyncOperation<T>
All Implemented Interfaces:
Callable<T>, InitializingBean

public abstract class AbstractAsyncOperation<T>
extends Object
implements Callable<T>, InitializingBean

Author:
J. Brisbin

Field Summary
protected  RiakTemplate riakTemplate
           
 
Constructor Summary
protected AbstractAsyncOperation()
           
protected AbstractAsyncOperation(RiakTemplate riakTemplate)
           
 
Method Summary
 void afterPropertiesSet()
           
 RiakTemplate getRiakTemplate()
           
 void setRiakTemplate(RiakTemplate riakTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Field Detail

riakTemplate

protected RiakTemplate riakTemplate
Constructor Detail

AbstractAsyncOperation

protected AbstractAsyncOperation()

AbstractAsyncOperation

protected AbstractAsyncOperation(RiakTemplate riakTemplate)
Method Detail

getRiakTemplate

public RiakTemplate getRiakTemplate()

setRiakTemplate

public void setRiakTemplate(RiakTemplate riakTemplate)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception

Spring Data Key-Value

Copyright © 2010 SpringSource. All Rights Reserved.