Uses of Interface
edu.isi.pegasus.common.util.StreamGobblerCallback

Packages that use StreamGobblerCallback
edu.isi.pegasus.common.util   
edu.isi.pegasus.planner.catalog.site.impl   
edu.isi.pegasus.planner.parser.pdax   
 

Uses of StreamGobblerCallback in edu.isi.pegasus.common.util
 

Classes in edu.isi.pegasus.common.util that implement StreamGobblerCallback
private  class CondorVersion.CondorVersionCallback
          An inner class, that implements the StreamGobblerCallback to determine the version of Condor being used.
 class DefaultStreamGobblerCallback
          The default callback for the stream gobbler, that logs all the messages to a particular logging level.
 

Fields in edu.isi.pegasus.common.util declared as StreamGobblerCallback
private  StreamGobblerCallback StreamGobbler.mCallback
          The callback to be used.
 

Constructors in edu.isi.pegasus.common.util with parameters of type StreamGobblerCallback
StreamGobbler(InputStream is, StreamGobblerCallback callback)
          The overloaded constructor.
 

Uses of StreamGobblerCallback in edu.isi.pegasus.planner.catalog.site.impl
 

Classes in edu.isi.pegasus.planner.catalog.site.impl that implement StreamGobblerCallback
private  class OSGMM.ListCallback
          An inner class, that implements the StreamGobblerCallback to store all the lines in a List
 

Uses of StreamGobblerCallback in edu.isi.pegasus.planner.parser.pdax
 

Classes in edu.isi.pegasus.planner.parser.pdax that implement StreamGobblerCallback
private  class PDAX2MDAG.GrepCallback
          An inner class, that implements the StreamGobblerCallback to count the occurences of a word in a document.
 

Fields in edu.isi.pegasus.planner.parser.pdax declared as StreamGobblerCallback
private  StreamGobblerCallback PDAX2MDAG.mDefaultCallback
          An instance of the default stream gobbler callback implementation that is used for creating symbolic links.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.