Package | Description |
---|---|
com.opencloud.rhino.facilities.sas |
Modifier and Type | Class and Description |
---|---|
class |
NullTrailImpl
This is public because package-private is classloader-package-private.
|
Modifier and Type | Field and Description |
---|---|
static Trail |
NullTrailImpl.NULL_TRAIL |
Modifier and Type | Method and Description |
---|---|
Trail |
SasFacility.copyOrCreateTrail(ActivityContextInterface fromActivity,
ActivityContextInterface toActivity)
Attach the Trail from
fromActivity to toActivity . |
Trail |
NullSasFacilityImpl.copyOrCreateTrail(ActivityContextInterface fromActivity,
ActivityContextInterface toActivity) |
static Trail |
InvokingTrailAccessor.getInvokingTrail()
Gets the InvokingTrail.
|
Trail |
SasFacility.getOrCreateTrail(ActivityContextInterface aci)
Get the trail attached to an activity or a new trail if one is not bound.
|
Trail |
NullSasFacilityImpl.getOrCreateTrail(ActivityContextInterface aci) |
Trail |
SasFacility.getOrCreateTrail(ActivityHandle handle)
Get the trail attached to an activity or a new trail if one is not bound.
|
Trail |
NullSasFacilityImpl.getOrCreateTrail(ActivityHandle handle) |
Trail |
SasFacility.getOrCreateTrail(EventContext event)
Get the trail attached to the activity owning an event, or a new trail if one is not bound.
|
Trail |
NullSasFacilityImpl.getOrCreateTrail(EventContext event) |
Trail |
SasFacility.getTrail(ActivityHandle handle)
Get the trail attached to an activity.
|
Trail |
NullSasFacilityImpl.getTrail(ActivityHandle handle) |
Trail |
SasFacility.startAndAssociateTrail(Trail trail,
Scope scope)
Start a new colocated SAS trail, and associate it with the original trail.
|
Trail |
NullSasFacilityImpl.startAndAssociateTrail(Trail trail,
Scope scope) |
Trail |
SasFacility.startColocatedTrail(Trail trail)
Start a new SAS trail on the same server as an existing SAS trail.
|
Trail |
NullSasFacilityImpl.startColocatedTrail(Trail trail) |
Trail |
SasFacility.startTrail()
Send a start marker on the next trail ID, and return a trail to create and send messages on.
|
Trail |
NullSasFacilityImpl.startTrail() |
Trail |
SasFacility.startTrail(UUID steeringId)
Send a start marker on the next trail ID, and return a trail to create and send messages on.
|
Trail |
NullSasFacilityImpl.startTrail(UUID steeringId) |
Modifier and Type | Method and Description |
---|---|
void |
Trail.associate(Trail otherTrail,
Scope scope)
Send a trail association message or correlation marker, depending on whether this trail and the given trail are on the same SAS server or not.
|
void |
NullTrailImpl.associate(Trail otherTrail,
Scope scope) |
void |
SasFacility.setActivityTrail(ActivityContextInterface aci,
Trail trail)
Set the trail for an Activity.
|
void |
NullSasFacilityImpl.setActivityTrail(ActivityContextInterface aci,
Trail trail) |
void |
SasFacility.setActivityTrail(ActivityHandle handle,
Trail trail)
Set the trail for an Activity.
|
void |
NullSasFacilityImpl.setActivityTrail(ActivityHandle handle,
Trail trail) |
void |
SasFacility.setActivityTrail(EventContext event,
Trail trail)
Attach a given Trail to the Activity owning an EventContext.
|
void |
NullSasFacilityImpl.setActivityTrail(EventContext event,
Trail trail) |
static void |
InvokingTrailAccessor.setInvokingTrail(Trail trail)
Provides set access to the InvokingTrail.
|
Trail |
SasFacility.startAndAssociateTrail(Trail trail,
Scope scope)
Start a new colocated SAS trail, and associate it with the original trail.
|
Trail |
NullSasFacilityImpl.startAndAssociateTrail(Trail trail,
Scope scope) |
Trail |
SasFacility.startColocatedTrail(Trail trail)
Start a new SAS trail on the same server as an existing SAS trail.
|
Trail |
NullSasFacilityImpl.startColocatedTrail(Trail trail) |