org.apache.oozie.client
Class OozieClient.ClientCallable<T>

java.lang.Object
  extended by org.apache.oozie.client.OozieClient.ClientCallable<T>
All Implemented Interfaces:
Callable<T>
Enclosing class:
OozieClient

protected abstract class OozieClient.ClientCallable<T>
extends Object
implements Callable<T>


Constructor Summary
OozieClient.ClientCallable(String method, Long protocolVersion, String collection, String resource, Map<String,String> params)
           
OozieClient.ClientCallable(String method, String collection, String resource, Map<String,String> params)
           
 
Method Summary
 T call()
           
protected abstract  T call(HttpURLConnection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OozieClient.ClientCallable

public OozieClient.ClientCallable(String method,
                                  String collection,
                                  String resource,
                                  Map<String,String> params)

OozieClient.ClientCallable

public OozieClient.ClientCallable(String method,
                                  Long protocolVersion,
                                  String collection,
                                  String resource,
                                  Map<String,String> params)
Method Detail

call

public T call()
       throws OozieClientException
Specified by:
call in interface Callable<T>
Throws:
OozieClientException

call

protected abstract T call(HttpURLConnection conn)
                   throws IOException,
                          OozieClientException
Throws:
IOException
OozieClientException


Copyright © 2013 Apache Software Foundation. All Rights Reserved.