Uses of Interface
com.opencloud.rhino.facilities.sas.MarkerMessage
-
Packages that use MarkerMessage Package Description com.opencloud.rhino.facilities.sas -
-
Uses of MarkerMessage in com.opencloud.rhino.facilities.sas
Classes in com.opencloud.rhino.facilities.sas that implement MarkerMessage Modifier and Type Class Description class
NullMarkerMessageImpl
This is public because package-private is classloader-package-private.Fields in com.opencloud.rhino.facilities.sas declared as MarkerMessage Modifier and Type Field Description static MarkerMessage
NullMarkerMessageImpl. NULL_MARKER_MESSAGE
Methods in com.opencloud.rhino.facilities.sas that return MarkerMessage Modifier and Type Method Description MarkerMessage
MarkerMessage. associationScope(Scope scope)
Sets the scope of the marker.MarkerMessage
NullMarkerMessageImpl. associationScope(Scope scope)
MarkerMessage
MarkerMessage. branchScope()
The marker is an association marker whose scope is this branch only.MarkerMessage
NullMarkerMessageImpl. branchScope()
MarkerMessage
NullMarkerMessageImpl. instance(int instanceId)
MarkerMessage
NullTrailImpl. marker(int markerId)
MarkerMessage
NullTrailImpl. marker(Markers marker)
MarkerMessage
Trail. marker(int markerId)
Create a marker message with given marker ID.MarkerMessage
Trail. marker(Markers marker)
Create a marker message with given marker.MarkerMessage
MarkerMessage. noneScope()
The marker is not an association marker.MarkerMessage
NullMarkerMessageImpl. noneScope()
MarkerMessage
MarkerMessage. noReactivation()
MarkerMessage
NullMarkerMessageImpl. noReactivation()
MarkerMessage
MarkerMessage. setReactivationFlag(boolean reactivate)
Sets the reactivation flag of the marker.MarkerMessage
NullMarkerMessageImpl. setReactivationFlag(boolean reactivate)
MarkerMessage
NullMarkerMessageImpl. staticParam(int param0)
MarkerMessage
NullMarkerMessageImpl. staticParam(EnumParameter param0)
MarkerMessage
NullMarkerMessageImpl. staticParam(Integer param0)
MarkerMessage
NullMarkerMessageImpl. threadSafeParam(byte[] param)
MarkerMessage
MarkerMessage. traceScope()
The marker is an association marker whose scope is the entire trace.MarkerMessage
NullMarkerMessageImpl. traceScope()
MarkerMessage
NullMarkerMessageImpl. varParam(Object param0)
MarkerMessage
NullMarkerMessageImpl. varParams(Object param0, Object param1)
MarkerMessage
NullMarkerMessageImpl. varParams(Object param0, Object param1, Object param2)
Methods in com.opencloud.rhino.facilities.sas with parameters of type MarkerMessage Modifier and Type Method Description void
NullTrailImpl. report(MarkerMessage marker)
void
NullTrailImpl. report(MarkerMessage marker0, MarkerMessage marker1)
void
NullTrailImpl. report(MarkerMessage marker0, MarkerMessage marker1, MarkerMessage marker2)
void
Trail. report(MarkerMessage marker)
Report a marker created withTrail.marker(Markers)
orTrail.marker(int)
void
Trail. report(MarkerMessage marker0, MarkerMessage marker1)
Report markers created withTrail.marker(Markers)
orTrail.marker(int)
void
Trail. report(MarkerMessage marker0, MarkerMessage marker1, MarkerMessage marker2)
Report markers created withTrail.marker(Markers)
orTrail.marker(int)
-