|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLResult.TaskResult | |
---|---|
org.ow2.petals.microkernel.api.jbi.management |
Uses of XMLResult.TaskResult in org.ow2.petals.microkernel.api.jbi.management |
---|
Methods in org.ow2.petals.microkernel.api.jbi.management that return XMLResult.TaskResult | |
---|---|
static XMLResult.TaskResult |
XMLResult.TaskResult.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XMLResult.TaskResult[] |
XMLResult.TaskResult.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.ow2.petals.microkernel.api.jbi.management with parameters of type XMLResult.TaskResult | |
---|---|
void |
XMLResult.addFrameworkTaskResult(XMLResult.TaskResult taskResult,
XMLResult.CauseFramework causeFramework)
Add a framework task result to a xml management message |
void |
XMLResult.addFrameworkTaskResult(XMLResult.TaskResult taskResult,
XMLResult.MessageType messageType,
String message,
String[] messageParams,
String nestingLevel,
String exceptionMessage,
String[] exceptionMessageParams,
String stackStrace,
XMLResult.CauseFramework causeFramework)
Add a framework task result to a xml management message |
void |
XMLResult.addFrameworkTaskResult(XMLResult.TaskResult taskResult,
XMLResult.MessageType messageType,
String message,
String[] messageParams,
String nestingLevel,
String exceptionMessage,
String[] exceptionMessageParams,
XMLResult.CauseFramework causeFramework)
Add a framework task result to a xml management message |
void |
XMLResult.addFrameworkTaskResult(XMLResult.TaskResult taskResult,
XMLResult.MessageType messageType,
String message,
String[] messageParams,
XMLResult.CauseFramework causeFramework)
Add a framework task result to a xml management message |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |