org.apache.oozie.client
Interface BulkResponse


public interface BulkResponse

Bean that represents an Oozie application instance.


Method Summary
 CoordinatorAction getAction()
          Return the coordinator action comprising this bulk object
 BundleJob getBundle()
          Return the bundle comprising this bulk object
 CoordinatorJob getCoordinator()
          Return the coordinator comprising this bulk object
 

Method Detail

getCoordinator

CoordinatorJob getCoordinator()
Return the coordinator comprising this bulk object

Returns:
the coordinator.

getBundle

BundleJob getBundle()
Return the bundle comprising this bulk object

Returns:
the bundle job.

getAction

CoordinatorAction getAction()
Return the coordinator action comprising this bulk object

Returns:
the coordinator action.


Copyright © 2013 Apache Software Foundation. All Rights Reserved.