A C D E F G I L N O P T U V

A

AbstractFlowLogData - Class in org.ow2.petals.commons.logger
 

C

Constants - Class in org.ow2.petals.commons
 
Constants() - Constructor for class org.ow2.petals.commons.Constants
 
ConsumeFlowStepBeginLogData - Class in org.ow2.petals.commons.logger
 
ConsumeFlowStepBeginLogData(String, String, String, String, String, String) - Constructor for class org.ow2.petals.commons.logger.ConsumeFlowStepBeginLogData
 

D

DUMP_FILE_PATH_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.Constants
 
DumpFileGenerator - Class in org.ow2.petals.commons.dump
 
DumpFileGenerator() - Constructor for class org.ow2.petals.commons.dump.DumpFileGenerator
 

E

ExceptionUtil - Class in org.ow2.petals.commons.exception
 
ExceptionUtil() - Constructor for class org.ow2.petals.commons.exception.ExceptionUtil
 

F

FLOW_ENDPOINT_NAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ConsumeFlowStepBeginLogData
 
FLOW_INSTANCE_ID_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.AbstractFlowLogData
 
FLOW_INTERFACE_NAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ConsumeFlowStepBeginLogData
 
FLOW_LOG_FILENAME - Static variable in class org.ow2.petals.commons.Constants
 
FLOW_LOG_SUBDIR - Static variable in class org.ow2.petals.commons.Constants
 
FLOW_OPERATION_NAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ConsumeFlowStepBeginLogData
 
FLOW_PREVIOUS_STEP_ID_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ProvideFlowStepBeginLogData
 
FLOW_SERVICE_NAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ConsumeFlowStepBeginLogData
 
FLOW_STEP_ENDPOINT_NAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ProvideFlowStepBeginLogData
 
FLOW_STEP_ID_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.AbstractFlowLogData
 
FLOW_STEP_INTERFACE_NAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ProvideFlowStepBeginLogData
 
FLOW_STEP_OPERATION_NAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ProvideFlowStepBeginLogData
 
FLOW_STEP_SERVICE_NAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.logger.ProvideFlowStepBeginLogData
 
FLOW_STEP_TRACE_CODE - Static variable in class org.ow2.petals.commons.logger.AbstractFlowLogData
 

G

getExtendedMessage(Exception) - Static method in class org.ow2.petals.commons.exception.ExceptionUtil
Get an extends error message, which is an aggregation of causes messages or types if the message is null.
getFlowAttributes() - Static method in class org.ow2.petals.commons.PetalsExecutionContext
 
getStackTrace(Throwable) - Static method in class org.ow2.petals.commons.exception.ExceptionUtil
Return the stacktrace as a string
getUniqueDumpFile() - Static method in class org.ow2.petals.commons.dump.DumpFileGenerator
Generate a File with an absolute path matching the following pattern:
- "${petals.home}/dump/yyyy.MM.dd-HH:mm:ss:SSS_uuid.log"
- Sample : /home/user/tools/petals/dump/1111.11.11-11:11:11:111_00000000-0000 -002a-0000-00000000002a.log

I

initFlowInstanceId() - Static method in class org.ow2.petals.commons.PetalsExecutionContext
Initialize the the value of : AbstractFlowLogData.FLOW_INSTANCE_ID_PROPERTY_NAME Constants.SUBDIR_PROPERTY_NAME Constants.FILENAME_PROPERTY_NAME

L

LOG_FILENAME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.Constants
 
LOG_SUBDIR_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.Constants
 

N

nextFlowStepId() - Static method in class org.ow2.petals.commons.PetalsExecutionContext
Set previous and current stepId in the ExecutionContext Only provider mode.

O

org.ow2.petals.commons - package org.ow2.petals.commons
 
org.ow2.petals.commons.dump - package org.ow2.petals.commons.dump
 
org.ow2.petals.commons.exception - package org.ow2.petals.commons.exception
 
org.ow2.petals.commons.logger - package org.ow2.petals.commons.logger
 

P

PETALS_FILEHANDLER_BASEDIR_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.Constants
 
PETALS_HOME_PROPERTY_NAME - Static variable in class org.ow2.petals.commons.Constants
 
PETALS_LOG_FILENAME - Static variable in class org.ow2.petals.commons.Constants
 
PETALS_LOG_SUBDIR - Static variable in class org.ow2.petals.commons.Constants
 
PetalsExecutionContext - Class in org.ow2.petals.commons
Helper for ExecutionContext.
PetalsExecutionContext() - Constructor for class org.ow2.petals.commons.PetalsExecutionContext
 
ProvideExtFlowStepBeginLogData - Class in org.ow2.petals.commons.logger
 
ProvideExtFlowStepBeginLogData(String, String) - Constructor for class org.ow2.petals.commons.logger.ProvideExtFlowStepBeginLogData
 
ProvideFlowStepBeginLogData - Class in org.ow2.petals.commons.logger
 
ProvideFlowStepBeginLogData(String, String, String, String, String, String, String) - Constructor for class org.ow2.petals.commons.logger.ProvideFlowStepBeginLogData
 
putDefaultProperties() - Static method in class org.ow2.petals.commons.PetalsExecutionContext
Set in the ExecutionContext, the default value of : Constants.SUBDIR_PROPERTY_NAME: [] Constants.FILENAME_PROPERTY_NAME: [petals.log]"
putFlowAttributes(FlowAttributes) - Static method in class org.ow2.petals.commons.PetalsExecutionContext
 
putFlowInstanceId(String) - Static method in class org.ow2.petals.commons.PetalsExecutionContext
Set in the ExecutionContext, the value of : Constants.FLOW_INSTANCE_ID_PROPERTY_NAME Constants.SUBDIR_PROPERTY_NAME Constants.FILENAME_PROPERTY_NAME
putFlowStepEndpointName(String) - Static method in class org.ow2.petals.commons.PetalsExecutionContext
 
putFlowStepId(String) - Static method in class org.ow2.petals.commons.PetalsExecutionContext
 
putFlowStepInterfaceName(QName) - Static method in class org.ow2.petals.commons.PetalsExecutionContext
 
putFlowStepOperationName(QName) - Static method in class org.ow2.petals.commons.PetalsExecutionContext
 
putFlowStepServiceName(QName) - Static method in class org.ow2.petals.commons.PetalsExecutionContext
 
putPetalsFileHandlerBaseDir(String) - Static method in class org.ow2.petals.commons.PetalsExecutionContext
 

T

toString() - Method in enum org.ow2.petals.commons.logger.TraceCode
 
TraceCode - Enum in org.ow2.petals.commons.logger
 

U

UUID_DOMAIN - Static variable in class org.ow2.petals.commons.Constants
 

V

valueOf(String) - Static method in enum org.ow2.petals.commons.logger.TraceCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.petals.commons.logger.TraceCode
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G I L N O P T U V

Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.