static JsonParseResponse |
JsonParseResponseFactory.buildParser(ParseType type) |
Assign json parse response abstract object for type given
|
static JsonParseResponse |
DatasetParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
JobFileParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
JobParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
MemberParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
MvsConsoleParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
PropsParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
SystemInfoParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
SystemsParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
TsoParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
TsoStopParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
UnixFileParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
UnixZfsParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
ZosLogItemParseResponse.getInstance() |
Get singleton instance
|
static JsonParseResponse |
ZosLogReplyParseResponse.getInstance() |
Get singleton instance
|
JsonParseResponse |
DatasetParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
JobFileParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
JobParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
JsonParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
MemberParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
MvsConsoleParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
PropsParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
SystemInfoParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
SystemsParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
TsoParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
TsoStopParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
UnixFileParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
UnixZfsParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
ZosLogItemParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|
JsonParseResponse |
ZosLogReplyParseResponse.setJsonObject(org.json.simple.JSONObject data) |
Set the data to be parsed
|