Uses of Interface
org.ops4j.monitors.stream.StreamMonitor

Packages that use StreamMonitor
org.ops4j.io This package contains utilities for I/O operations. 
org.ops4j.monitors.stream   
 

Uses of StreamMonitor in org.ops4j.io
 

Classes in org.ops4j.io that implement StreamMonitor
 class PrintStreamMonitor
          PrintStreamMonitor is a convenience implementation of the StreamMonitor for output to a PrintStream, such as System.out.
 

Methods in org.ops4j.io with parameters of type StreamMonitor
static void FileUtils.copyFile(File src, File dest, StreamMonitor monitor)
          Copies a file.
static void StreamUtils.copyStream(StreamMonitor monitor, URL sourceURL, int expected, InputStream source, OutputStream destination, boolean closeStreams)
          Copy a stream.
 

Uses of StreamMonitor in org.ops4j.monitors.stream
 

Classes in org.ops4j.monitors.stream that implement StreamMonitor
 class StreamMonitorRouter
          A router that handles multicasr distribution of monitor events to registered monitors.
 

Methods in org.ops4j.monitors.stream that return StreamMonitor
 StreamMonitor StreamMonitorRouter.getMonitor(int index)
          Returns a Monitor.
 

Methods in org.ops4j.monitors.stream with parameters of type StreamMonitor
 void StreamMonitorRouter.addStreamMonitor(StreamMonitor monitor)
          Add a monitor to the list of monitors managed by this router.
 void StreamSource.registerStreamMonitor(StreamMonitor monitor)
          Register a ExceptionMonitor with the source.
 void StreamMonitorRouter.removeStreamMonitor(StreamMonitor monitor)
          Remove a monitor to the list of monitors managed by this router.
 void StreamSource.unregisterStreamMonitor(StreamMonitor monitor)
          Unregister a StreamMonitor with the source.
 



Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.