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.