Uses of Class
org.apache.felix.gogo.runtime.threadio.Marker
-
Packages that use Marker Package Description org.apache.felix.gogo.runtime.threadio -
-
Uses of Marker in org.apache.felix.gogo.runtime.threadio
Fields in org.apache.felix.gogo.runtime.threadio declared as Marker Modifier and Type Field Description (package private) Marker
ThreadIOImpl. defaultMarker
(package private) Marker
Marker. previous
Fields in org.apache.felix.gogo.runtime.threadio with type parameters of type Marker Modifier and Type Field Description (package private) java.lang.ThreadLocal<Marker>
ThreadIOImpl. current
Methods in org.apache.felix.gogo.runtime.threadio that return Marker Modifier and Type Method Description (package private) Marker
ThreadIOImpl. current()
Constructors in org.apache.felix.gogo.runtime.threadio with parameters of type Marker Constructor Description Marker(java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err, Marker previous)
-