|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
gov.bnl.star.offline.scheduler.request.RequestHandler
public abstract class RequestHandler
Abstract parent class to read STAR scheduler job request elements and create a Request. Subclassed from DefaultHandler, which receives parse events from a SAXParser
Field Summary | |
---|---|
protected java.util.Map |
defaults
|
protected static java.util.logging.Logger |
log
|
protected java.util.ArrayList |
requests
|
protected java.lang.String |
xmlFileName
|
Constructor Summary | |
---|---|
RequestHandler(java.lang.String fileName)
|
Method Summary | |
---|---|
Request[] |
getRequests()
|
void |
setDefaults(java.util.Map defaults)
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.logging.Logger log
protected java.util.ArrayList requests
protected java.util.Map defaults
protected java.lang.String xmlFileName
Constructor Detail |
---|
public RequestHandler(java.lang.String fileName)
Method Detail |
---|
public Request[] getRequests()
public void setDefaults(java.util.Map defaults)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |