org.jclouds.cloudstack.functions
Class ParseTypedAsyncJob

java.lang.Object
  extended by org.jclouds.cloudstack.functions.ParseTypedAsyncJob
All Implemented Interfaces:
com.google.common.base.Function<AsyncJob<Map<String,JsonBall>>,AsyncJob<?>>

@Singleton
public class ParseTypedAsyncJob
extends Object
implements com.google.common.base.Function<AsyncJob<Map<String,JsonBall>>,AsyncJob<?>>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
ParseTypedAsyncJob(Json json)
           
 
Method Summary
 AsyncJob<?> apply(AsyncJob<Map<String,JsonBall>> toParse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

logger

protected Logger logger
Constructor Detail

ParseTypedAsyncJob

@Inject
public ParseTypedAsyncJob(Json json)
Method Detail

apply

public AsyncJob<?> apply(AsyncJob<Map<String,JsonBall>> toParse)
Specified by:
apply in interface com.google.common.base.Function<AsyncJob<Map<String,JsonBall>>,AsyncJob<?>>


Copyright © 2009-2012 jclouds. All Rights Reserved.