Serialized Form
-
Package org.jbpm.executor
-
Class org.jbpm.executor.AsyncJobException extends RuntimeException implements Serializable
- serialVersionUID:
- 3657806705802679562L
-
Class org.jbpm.executor.ExecutorNotStartedException extends RuntimeException implements Serializable
- serialVersionUID:
- 3730819450280396L
-
-
Package org.jbpm.executor.entities
-
Class org.jbpm.executor.entities.ErrorInfo extends Object implements Serializable
- serialVersionUID:
- 1548071325967795108L
-
Serialized Fields
-
id
Long id
-
message
String message
-
MESSAGE_LOG_LENGTH
int MESSAGE_LOG_LENGTH
-
requestInfo
RequestInfo requestInfo
-
stacktrace
String stacktrace
-
STACKTRACE_LOG_LENGTH
int STACKTRACE_LOG_LENGTH
-
time
Date time
-
-
Class org.jbpm.executor.entities.RequestInfo extends Object implements Serializable
- serialVersionUID:
- 5823083735663566537L
-
Serialized Fields
-
commandName
String commandName
-
deploymentId
String deploymentId
-
errorInfo
List<ErrorInfo> errorInfo
-
executions
int executions
-
id
Long id
-
key
String key
-
message
String message
-
owner
String owner
-
priority
int priority
-
processInstanceId
Long processInstanceId
-
requestData
byte[] requestData
-
responseData
byte[] responseData
-
retries
int retries
-
status
org.kie.api.executor.STATUS status
-
time
Date time
-
-
-
Package org.jbpm.executor.impl.event
-
Class org.jbpm.executor.impl.event.ExecutorEventSupportImpl extends org.drools.core.event.AbstractEventSupport<AsynchronousJobListener> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-