Package | Description |
---|---|
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.amx.status |
The
amx.status package defines data objects that represent state of an AMX object or an action performed on that object. |
com.tibco.amf.admin.api.core.fixer |
The
core.fixer package defines complementary objects that accompany exceptions (or soap faults). |
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 |
---|---|
ResourceInstanceSummaryDesc[] |
ResourceInstanceService.getAllInstancesForObject(EntityDesc ownerId,
java.lang.String riType)
Gets the resource instance tree description collection for a given entity descriptor and a given Resource Instance Type.
|
Modifier and Type | Method and Description |
---|---|
EntityDesc |
TaskResultDesc.getRelatedEntity() |
Modifier and Type | Method and Description |
---|---|
void |
TaskResultDesc.setRelatedEntity(EntityDesc relatedEntity) |
Modifier and Type | Method and Description |
---|---|
EntityDesc |
MissingSVarFixer.getTargetObject() |
EntityDesc |
MissingJNDIFixer.getTargetObject() |
Modifier and Type | Method and Description |
---|---|
void |
MissingSVarFixer.setTargetObject(EntityDesc targetObject) |
void |
MissingJNDIFixer.setTargetObject(EntityDesc targetObject) |
Constructor and Description |
---|
MissingJNDIFixer(java.lang.String jndiName,
EntityDesc targetObject) |
MissingJNDIFixer(java.lang.String jndiName,
EntityDesc targetObject,
java.lang.String jndiType) |
MissingJNDIFixer(java.lang.String jndiName,
EntityDesc targetObject,
java.lang.String jndiType,
java.lang.String jndiTypeDisplayName) |
MissingSVarFixer(java.lang.String svarName,
EntityDesc targetObject) |
Modifier and Type | Method and Description |
---|---|
EntityDesc |
DependenciesPerEntity.getEntityDesc() |
Modifier and Type | Method and Description |
---|---|
void |
ResultMessage.appendDependenciesToEntity(EntityDesc desc,
long[] dependencies) |
boolean |
EntityDesc.equals(EntityDesc desc) |
DependenciesPerEntity |
ResultMessage.getDependenciesPerEntity(EntityDesc desc) |
void |
ResultMessage.setDependenciesPerEntity(EntityDesc desc,
long[] dependencies) |
void |
DependenciesPerEntity.setEntityDesc(EntityDesc entityDesc) |
Constructor and Description |
---|
DependenciesPerEntity(EntityDesc entityDesc,
long[] dependencies) |