Modifier and Type | Method and Description |
---|---|
Set<Context> |
ActivityUnit.contexts()
This method gets all the context instances associated
with the activity unit and its contained activity
types.
|
Set<Context> |
ActivityType.getContext()
This method gets the context.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityType.setContext(Set<Context> context)
This method sets the context.
|
Constructor and Description |
---|
Context(Context context)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
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)
This method retrieves a set of activity events associated
with the supplied context value.
|
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.getActivityTypes(Context context,
long from,
long to)
This method retrieves a set of activity events associated
with the supplied context value and time range.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
ElasticsearchActivityStore.getActivityTypes(Context context) |
List<ActivityType> |
ElasticsearchActivityStore.getActivityTypes(Context context,
long from,
long to) |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Context> |
ResponseTime.getContext()
This method gets the context.
|
List<Context> |
ServiceDefinition.getContext()
This method gets the context.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseTime.setContext(List<Context> context)
This method sets the context.
|
void |
ServiceDefinition.setContext(List<Context> context)
This method sets the context.
|
Modifier and Type | Method and Description |
---|---|
Set<Context> |
Situation.getContext()
This method gets the context.
|
Modifier and Type | Method and Description |
---|---|
void |
Situation.setContext(Set<Context> context)
This method sets the context.
|
Modifier and Type | Method and Description |
---|---|
CallTrace |
CallTraceService.createCallTrace(Context context)
This method creates a call trace associated with the
supplied context.
|
CallTrace |
CallTraceServiceImpl.createCallTrace(Context context)
This method creates a call trace associated with the
supplied correlation value.
|
List<ActivityUnit> |
CallTraceServiceImpl.CTState.getActivityUnits(Context context)
This method returns the list of activity units containing
the specified context.
|
void |
CallTraceServiceImpl.CTState.initialized(Context context)
This method indicates that the supplied context
has now been initialized.
|
boolean |
CallTraceServiceImpl.CTState.isContextInitialized(Context context)
This method determines whether the supplied context
is already initialized.
|
boolean |
CallTraceServiceImpl.CTState.isLinkProcessed(Context context)
This method determines if the supplied link
context has been processed.
|
void |
CallTraceServiceImpl.CTState.linkProcessed(Context context)
This method records the fact that the link has been processed.
|
protected void |
CallTraceServiceImpl.loadActivityUnits(CallTraceServiceImpl.CTState state,
Context context,
ActivityType actType)
This method loads activity units associated with the supplied
correlation key.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.