Uses of Class
com.opencloud.rhino.facilities.sas.Scope
-
Packages that use Scope Package Description com.opencloud.rhino.facilities.sas -
-
Uses of Scope in com.opencloud.rhino.facilities.sas
Methods in com.opencloud.rhino.facilities.sas that return Scope Modifier and Type Method 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.Methods in com.opencloud.rhino.facilities.sas with parameters of type Scope Modifier and Type Method Description void
NullTrailImpl. associate(Trail otherTrail, Scope scope)
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.MarkerMessage
MarkerMessage. associationScope(Scope scope)
Sets the scope of the marker.MarkerMessage
NullMarkerMessageImpl. associationScope(Scope scope)
Trail
NullSasFacilityImpl. startAndAssociateTrail(Trail trail, Scope scope)
Trail
SasFacility. startAndAssociateTrail(Trail trail, Scope scope)
Start a new colocated SAS trail, and associate it with the original trail.
-