This project has retired. For details please refer to its Attic page.
JsonBean (Apache Oozie Core 3.2.0-incubating API)

org.apache.oozie.client.rest
Interface JsonBean

All Known Implementing Classes:
BundleJobBean, CoordinatorActionBean, CoordinatorJobBean, JsonBundleJob, JsonCoordinatorAction, JsonCoordinatorJob, JsonSLAEvent, JsonWorkflowAction, JsonWorkflowJob, SLAEventBean, WorkflowActionBean, WorkflowJobBean

public interface JsonBean

Inteface for beans that serialize into JSON.


Method Summary
 org.json.simple.JSONObject toJSONObject()
          Return the JSONObject for the bean.
 

Method Detail

toJSONObject

org.json.simple.JSONObject toJSONObject()
Return the JSONObject for the bean.

Returns:
the JSONObject for the bean.


Copyright © 2012 Apache Software Foundation. All Rights Reserved.