Package | Description |
---|---|
org.ow2.petals.microkernel.api.jbi.management |
Modifier and Type | Method and Description |
---|---|
static XMLResult.CauseFramework |
XMLResult.CauseFramework.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLResult.CauseFramework[] |
XMLResult.CauseFramework.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2005-2016 Linagora. All Rights Reserved.