com.octo.android.robospice.command
Class GetAllCacheKeysCommand

java.lang.Object
  extended by com.octo.android.robospice.SpiceManager.SpiceManagerCommand<List<Object>>
      extended by com.octo.android.robospice.command.GetAllCacheKeysCommand
All Implemented Interfaces:
Callable<List<Object>>

public class GetAllCacheKeysCommand
extends SpiceManager.SpiceManagerCommand<List<Object>>


Field Summary
 
Fields inherited from class com.octo.android.robospice.SpiceManager.SpiceManagerCommand
spiceManager
 
Constructor Summary
GetAllCacheKeysCommand(SpiceManager spiceManager, Class<?> clazz)
           
 
Method Summary
protected  List<Object> executeWhenBound(SpiceService spiceService)
           
 
Methods inherited from class com.octo.android.robospice.SpiceManager.SpiceManagerCommand
call, getException, isSuccessFull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllCacheKeysCommand

public GetAllCacheKeysCommand(SpiceManager spiceManager,
                              Class<?> clazz)
Method Detail

executeWhenBound

protected List<Object> executeWhenBound(SpiceService spiceService)
                                 throws CacheLoadingException,
                                        CacheCreationException
Specified by:
executeWhenBound in class SpiceManager.SpiceManagerCommand<List<Object>>
Throws:
CacheLoadingException
CacheCreationException


Copyright © 2012-2014. All Rights Reserved.