|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
Nested Class Summary | |
protected class |
ProcessDefinitionHandler.BSubProcessHandler
|
protected class |
ProcessDefinitionHandler.GlobusProcessHandler
|
protected class |
ProcessDefinitionHandler.GridEngineProcessHandler
|
protected class |
ProcessDefinitionHandler.JVMProcessHandler
|
protected class |
ProcessDefinitionHandler.MapRshProcessHandler
|
protected class |
ProcessDefinitionHandler.OARProcessHandler
|
protected class |
ProcessDefinitionHandler.PBSProcessHandler
|
class |
ProcessDefinitionHandler.ProcessHandler
|
class |
ProcessDefinitionHandler.ProcessListHandler
|
protected class |
ProcessDefinitionHandler.PrunProcessHandler
|
protected class |
ProcessDefinitionHandler.RLoginProcessHandler
|
protected class |
ProcessDefinitionHandler.RSHProcessHandler
|
protected class |
ProcessDefinitionHandler.SSHProcessHandler
|
Field Summary | |
protected java.lang.String |
id
|
protected ProActiveDescriptor |
proActiveDescriptor
|
protected ExternalProcess |
targetProcess
|
Fields inherited from interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler |
logger |
Constructor Summary | |
ProcessDefinitionHandler(ProActiveDescriptor proActiveDescriptor)
|
Method Summary | |
java.lang.Object |
getResultObject()
Returns the object resulting of the processing of the SAX events. |
protected void |
notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
void |
startContextElement(java.lang.String name,
Attributes attributes)
Receives notification that the XML element of given name and attributes has been read in the XML being deserialized. |
Methods inherited from class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator |
addHandler, checkActiveHandler, checkNonEmpty, endElement, endPrefixMapping, getHandler, readValue, startElement, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String id
protected ProActiveDescriptor proActiveDescriptor
protected ExternalProcess targetProcess
Constructor Detail |
public ProcessDefinitionHandler(ProActiveDescriptor proActiveDescriptor)
Method Detail |
protected void notifyEndActiveHandler(java.lang.String name, UnmarshallerHandler activeHandler) throws org.xml.sax.SAXException
notifyEndActiveHandler
in class AbstractUnmarshallerDecorator
org.xml.sax.SAXException
AbstractUnmarshallerDecorator.notifyEndActiveHandler(String, UnmarshallerHandler)
public java.lang.Object getResultObject() throws org.xml.sax.SAXException
UnmarshallerHandler
getResultObject
in interface UnmarshallerHandler
org.xml.sax.SAXException
- if the state of the handler does not allow to
return any resulting object.UnmarshallerHandler.getResultObject()
public void startContextElement(java.lang.String name, Attributes attributes) throws org.xml.sax.SAXException
UnmarshallerHandler
startContextElement
in interface UnmarshallerHandler
name
- the name of the element just openedattributes
- the attributes of this element
org.xml.sax.SAXException
- if an exception occur during processingUnmarshallerHandler.startContextElement(String, Attributes)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |