Package | Description |
---|---|
com.opencloud.rhino.facilities.sas |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
MarkerMessage |
NullMarkerMessageImpl.associationScope(Scope scope) |
MarkerMessage |
MarkerMessage.associationScope(Scope scope)
Sets the scope of the marker.
|
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) |