hep.analysis.standalone
Class StandAloneApp

java.lang.Object
  |
  +--hep.analysis.standalone.StandAloneApp
All Implemented Interfaces:
AnalysisApplication

public class StandAloneApp
extends java.lang.Object
implements AnalysisApplication


Constructor Summary
StandAloneApp()
           
 
Method Summary
 JobPeer createJobPeer(java.lang.String name, Job job)
           
 Job currentJob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandAloneApp

public StandAloneApp()
Method Detail

currentJob

public Job currentJob()
Specified by:
currentJob in interface AnalysisApplication

createJobPeer

public JobPeer createJobPeer(java.lang.String name,
                             Job job)
Specified by:
createJobPeer in interface AnalysisApplication