Package | Description |
---|---|
com.tibco.amf.admin.api.amx.host |
The
host package defines the service and data objects for managing Hosts. |
com.tibco.amf.admin.api.amx.node |
The
node package defines the service and data objects for managing Nodes. |
com.tibco.amf.admin.api.amx.resinstance |
The
resinstance package defines the service and data objects for managing Resource Instances. |
com.tibco.amf.admin.api.core.exception |
The
core.exception package defines the exception types that the ActiveMatrix Administrator APIs can throw. |
com.tibco.amf.admin.api.core.types |
The
core.type package defines a number of common data objects which are used throughout the API |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
SingletonHostDesc.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
SingletonHostDesc.setMessage(ResultMessage message) |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
NodeSummaryDesc.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
NodeSummaryDesc.setMessage(ResultMessage message) |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
ResourceInstanceSummaryDesc.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceInstanceSummaryDesc.setMessage(ResultMessage message) |
Modifier and Type | Method and Description |
---|---|
static AdminFaultDetail |
AdminFaultDetail.addDetail(ResultMessage result,
java.lang.String detailMessage,
java.lang.String messageType)
Add a new detail to the specified result message.
|
static AdminFaultDetail |
AdminFaultDetail.addDetail(ResultMessage result,
java.lang.String detailMessage,
java.lang.String[] causes,
java.lang.String messageType) |
static AdminFaultDetail |
AdminFaultDetail.addDetail(ResultMessage result,
java.lang.String detailMessage,
java.lang.String cause,
java.lang.String messageType) |
static AdminFaultDetail |
AdminFaultDetail.addDetail(ResultMessage result,
java.lang.String detailMessage,
java.lang.String messageType,
java.lang.String recommendation,
BaseFixer fixer)
Add a new detail to the specified result message.
|
static AdminFaultDetail |
AdminFaultDetail.addDetail(ResultMessage result,
java.lang.String detailMessage,
java.lang.Throwable exception)
Add a new detail to the specified result message.
|
static AdminFaultDetail |
AdminFaultDetail.addDetailAndFixer(ResultMessage result,
java.lang.String detailMessage,
java.lang.String messageType,
BaseFixer fixer) |
static AdminFaultDetail |
AdminFaultDetail.addWarnDetail(ResultMessage result,
java.lang.String detailMessage)
Add a new detail to the specified result message.
|
Modifier and Type | Method and Description |
---|---|
static ResultMessage |
ResultMessage.createErrorMsg(java.lang.String summary,
EntityIdentifier id) |
static ResultMessage |
ResultMessage.createErrorMsg(java.lang.String summary,
EntityIdentifier id,
AdminException exception) |
static ResultMessage |
ResultMessage.createErrorMsg(java.lang.String summary,
EntityIdentifier id,
java.lang.Throwable exception) |
static ResultMessage |
ResultMessage.createErrorMsg(java.lang.Throwable e,
EntityIdentifier id) |
static ResultMessage |
ResultMessage.createSuccessMsg(java.lang.String summary,
EntityIdentifier id) |
static ResultMessage |
ResultMessage.createWarnMsg(java.lang.String summary,
EntityIdentifier id) |
Modifier and Type | Method and Description |
---|---|
void |
ResultMessage.mergeResult(ResultMessage result) |