public class LinearAsset
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MXLogger |
linearLogger |
| Constructor and Description |
|---|
LinearAsset(LinearClientSession session,
DataSetInfo setInfo,
DataBean appBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
DataSet |
getDataSet(java.lang.String id) |
void |
loadData() |
com.ibm.json.java.JSONObject |
toJSON() |
public static MXLogger linearLogger
public LinearAsset(LinearClientSession session, DataSetInfo setInfo, DataBean appBean) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic void loadData()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic DataSet getDataSet(java.lang.String id)
public com.ibm.json.java.JSONObject toJSON()
public void cleanup()