Modifier and Type | Method and Description |
---|---|
String |
AbstractActivityCollector.processInformation(String processor,
String type,
Object info,
Map<String,Object> headers,
ActivityType actType)
This method processes the information associated with the
supplied type, and returns the representation of that
information that should be included with the activity
event.
|
String |
ActivityCollector.processInformation(String processor,
String type,
Object info,
Map<String,Object> headers,
ActivityType actType)
This method processes the information associated with the
supplied type, and returns the representation of that
information that should be included with the activity
event.
|
void |
AbstractActivityCollector.record(ActivityType actType)
This method records the supplied activity type.
|
void |
ActivityCollector.record(ActivityType actType)
This method records the supplied activity type.
|
void |
AbstractActivityCollector.validate(ActivityType actType)
This method validates the supplied activity type.
|
void |
ActivityCollector.validate(ActivityType actType)
This method validates the supplied activity type.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
ActivityUnit.getActivityTypes()
This method gets the activity types.
|
Modifier and Type | Method and Description |
---|---|
static ActivityTypeId |
ActivityTypeId.createId(ActivityType at)
This method creates an id associated with the
supplied activity type.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityUnit.setActivityTypes(List<ActivityType> activityTypes)
This method sets the activity types.
|
Constructor and Description |
---|
ActivityType(ActivityType act)
The copy constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomActivity
This activity type represents a custom activity.
|
class |
LogMessage
This activity type represents a log message.
|
Modifier and Type | Class and Description |
---|---|
class |
BPMActivityType
This activity type represents a BPM actvity.
|
class |
ProcessCompleted
This activity type represents a process completed event.
|
class |
ProcessStarted
This activity type represents a process started event.
|
class |
ProcessVariableSet
This activity type represents a process variable being set.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageExchange
This activity type represents a message exchange.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageReceived
This activity type represents a received message.
|
class |
MessageSent
This activity type represents a sent message.
|
class |
MOMActivityType
This activity type represents a MOM activity type.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestReceived
This activity type represents a received request.
|
class |
RequestSent
This activity type represents a sent request.
|
class |
ResponseReceived
This activity type represents a received request.
|
class |
ResponseSent
This activity type represents a sent request.
|
class |
RPCActivityType
This activity type represents a RPC activity.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ScriptEvaluator.evaluate(Object information,
ActivityType activityType)
This method evaluates the supplied information to
initialize the supplied activity type.
|
String |
TypeProcessor.process(Object information,
Map<String,Object> headers,
ActivityType actType)
This method processes the supplied information to extract the
context and property details for association with the supplied
activity type.
|
void |
TypeProcessor.PropertyEvaluator.process(Object information,
Map<String,Object> headers,
ActivityType actType)
This method processes the supplied information to extract the
property details for association with the supplied
activity type.
|
void |
TypeProcessor.ContextEvaluator.process(Object information,
Map<String,Object> headers,
ActivityType actType)
This method processes the supplied information to extract the
context details for association with the supplied
activity type.
|
String |
InformationProcessor.process(String type,
Object info,
Map<String,Object> headers,
ActivityType actType)
This method processes supplied information to
extract relevant details, and then return an
appropriate representation of that information
for public distribution.
|
String |
AbstractInformationProcessorManager.process(String processor,
String type,
Object info,
Map<String,Object> headers,
ActivityType actType)
This method processes supplied information to
extract relevant details, and then return an
appropriate representation of that information
for public distribution.
|
String |
InformationProcessorManager.process(String processor,
String type,
Object info,
Map<String,Object> headers,
ActivityType actType)
This method processes supplied information to
extract relevant details, and then return an
appropriate representation of that information
for public distribution.
|
String |
SerializeInformationTransformer.transform(Object information,
Map<String,Object> headers,
ActivityType activityType)
This method transforms the supplied information and
returns the textual representation of the result.
|
String |
InformationTransformer.transform(Object information,
Map<String,Object> headers,
ActivityType activityType)
This method transforms the supplied information and
returns the textual representation of the result.
|
Modifier and Type | Method and Description |
---|---|
void |
MVELScriptEvaluator.evaluate(Object information,
ActivityType activityType)
This method evaluates the supplied information to
initialize the supplied activity type.
|
String |
MVELInformationTransformer.transform(Object information,
Map<String,Object> headers,
ActivityType activityType)
This method transforms the supplied information and
returns the textual representation of the result.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
ActivityServer.getActivityTypes(Context context)
This method retrieves a set of activity events associated
with the supplied context value.
|
List<ActivityType> |
ActivityStore.getActivityTypes(Context context)
This method retrieves a set of activity events associated
with the supplied context value.
|
List<ActivityType> |
ActivityServer.getActivityTypes(Context context,
long from,
long to)
This method retrieves a set of activity events associated
with the supplied context value and time range.
|
List<ActivityType> |
ActivityStore.getActivityTypes(Context context,
long from,
long to)
This method retrieves a set of activity events associated
with the supplied context value and date/time range.
|
List<ActivityType> |
ActivityServer.query(QuerySpec query)
Deprecated.
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
|
List<ActivityType> |
ActivityStore.query(QuerySpec query)
Deprecated.
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
JMSActivityServer.getActivityTypes(Context context)
This method retrieves a set of activity events associated
with the supplied context value.
|
List<ActivityType> |
JMSActivityServer.getActivityTypes(Context context,
long from,
long to)
This method retrieves a set of activity events associated
with the supplied context value and time range.
|
List<ActivityType> |
JMSActivityServer.query(QuerySpec query)
This method retrieves a set of activity events associated
with the supplied query.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
RESTActivityServer.getActivityTypes(Context context)
This method retrieves a set of activity events associated
with the supplied context value.
|
List<ActivityType> |
RESTActivityServer.getActivityTypes(Context context,
long from,
long to)
This method retrieves a set of activity events associated
with the supplied context value and time range.
|
protected List<ActivityType> |
RESTActivityServer.getActivityTypes(URL queryUrl)
This method retrieves the activity types associated with the supplied
query URL.
|
List<ActivityType> |
RESTActivityServer.query(QuerySpec query)
This method retrieves a set of activity events associated
with the supplied query.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
ElasticsearchActivityStore.getActivityTypes(Context context) |
List<ActivityType> |
ElasticsearchActivityStore.getActivityTypes(Context context,
long from,
long to) |
List<ActivityType> |
ElasticsearchActivityStore.query(QuerySpec query)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
JPAActivityStore.getActivityTypes(Context context)
This method retrieves a set of activity events associated
with the supplied context value.
|
List<ActivityType> |
JPAActivityStore.getActivityTypes(Context context,
long from,
long to)
This method retrieves a set of activity events associated
with the supplied context value and date/time range.
|
List<ActivityType> |
JPAActivityStore.query(QuerySpec query)
This method queries the persistent store for activity events
that satisfy the supplied query.
|
List<ActivityType> |
JPAActivityStore.query(String query)
This method performs the query associated with the supplied query
expression, returning the results as a list of activity types.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
MemActivityStore.getActivityTypes(Context context)
This method retrieves a set of activity events associated
with the supplied context value.
|
List<ActivityType> |
MemActivityStore.getActivityTypes(Context context,
long from,
long to)
This method retrieves a set of activity events associated
with the supplied context value and date/time range.
|
List<ActivityType> |
MemActivityStore.query(QuerySpec query)
This method queries the persistent store for activity events
that satisfy the supplied query.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
MemActivityStore.evaluate(ActivityType activity,
QuerySpec query)
This method evaluates whether the supplied activity
passes the supplied predicate.
|
Modifier and Type | Method and Description |
---|---|
static List<ActivityType> |
ActivityUtil.deserializeActivityTypeList(byte[] act)
This method deserializes an ActivityType event list from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ActivityUtil.serializeActivityTypeList(List<ActivityType> activities)
This method serializes an ActivityType event list into a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityValidatorManager.validate(ActivityType actType)
This method supplies the activity event to
the set of validators registered with the manager.
|
void |
ActivityValidator.validate(ActivityType actType)
This method validates the intercepted activity event.
|
void |
AbstractActivityValidatorManager.validate(ActivityType actType)
This method supplies the activity event to
the set of validators registered with the manager.
|
Modifier and Type | Method and Description |
---|---|
ActivityType |
CallTraceServiceImpl.ActivityUnitCursor.next()
This method returns the current activity type and
moves the cursor to the next entry.
|
ActivityType |
CallTraceServiceImpl.ActivityUnitCursor.peek()
This method peeks at the next activity type.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
CallTraceServiceImpl.ActivityUnitCursor.getActivityTypes()
This method returns the list of remaining activity
types that have not yet been visited using the
cursor.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
CallTraceServiceImpl.checkForLinkedAU(ActivityType cur,
CallTraceServiceImpl.CTState state,
ActivityUnit au,
List<ActivityUnit> topLevel)
This method checks whether there is a linked context.
|
protected static Task |
CallTraceServiceImpl.createTask(ActivityType at)
This method returns a task associated with the supplied
activity event.
|
protected static TraceNode.Status |
CallTraceServiceImpl.getStatus(ActivityType at)
This method determines the status for the supplied
activity type.
|
protected void |
CallTraceServiceImpl.loadActivityUnits(CallTraceServiceImpl.CTState state,
Context context,
ActivityType actType)
This method loads activity units associated with the supplied
correlation key.
|
protected static boolean |
CallTraceServiceImpl.shouldPostpone(CallTraceServiceImpl.CTState state,
ActivityUnit au,
List<ActivityUnit> topLevel,
ActivityType cur)
This method identifies whether processing should be postponed
based on the current activity type.
|
Modifier and Type | Method and Description |
---|---|
String |
TaskDescriptor.getDescription(ActivityType at)
This method returns the description for
the supplied activity type.
|
String |
LogMessageTaskDescriptor.getDescription(ActivityType at)
This method returns the description for
the supplied activity type.
|
String |
DefaultTaskDescriptor.getDescription(ActivityType at)
This method returns the description for
the supplied activity type.
|
static TaskDescriptor |
TaskDescriptorFactory.getTaskDescriptor(ActivityType at)
This method returns a task descriptor appropriate for the
supplied activity type.
|
boolean |
TaskDescriptor.isSupported(ActivityType at)
This method determines if the descriptor
supports the specified activity type.
|
boolean |
LogMessageTaskDescriptor.isSupported(ActivityType at)
This method determines if the descriptor
supports the specified activity type.
|
boolean |
DefaultTaskDescriptor.isSupported(ActivityType at)
This method determines if the descriptor
supports the specified activity type.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultActivityReporter.report(ActivityType actType)
This method reports the activity event to the
collector.
|
void |
ActivityReporter.report(ActivityType actType)
This method reports the activity event to the
collector.
|
void |
ActivityValidator.validate(ActivityType actType)
This method validates the activity event.
|
void |
DefaultActivityValidator.validate(ActivityType actType)
This method validates the activity event.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.