|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmarshallerHandler | |
org.objectweb.proactive.core.component.config | This package contains the code that configures the membranes of the components : it configures the controllers and the interceptors. |
org.objectweb.proactive.core.config.xml | Provides all classes needed for parsing XML configuration file, and loading related System properties |
org.objectweb.proactive.core.descriptor.xml | Provides all classes needed for parsing XML Deployment Descriptor files, and building related java objects |
org.objectweb.proactive.core.xml.handler | **For internal use only** Contains utility classes. |
org.objectweb.proactive.ext.security |
Uses of UnmarshallerHandler in org.objectweb.proactive.core.component.config |
Classes in org.objectweb.proactive.core.component.config that implement UnmarshallerHandler | |
class |
ComponentConfigurationHandler
A handler for parsing the xml component configuration. |
class |
ComponentConfigurationHandler.ControllerHandler
|
Methods in org.objectweb.proactive.core.component.config with parameters of type UnmarshallerHandler | |
protected void |
ComponentConfigurationHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
see AbstractUnmarshallerDecorator.notifyEndActiveHandler(java.lang.String, org.objectweb.proactive.core.xml.handler.UnmarshallerHandler) |
protected void |
ComponentConfigurationHandler.ControllerHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
Uses of UnmarshallerHandler in org.objectweb.proactive.core.config.xml |
Classes in org.objectweb.proactive.core.config.xml that implement UnmarshallerHandler | |
class |
MasterFileHandler
|
class |
PropertiesHandler
|
Methods in org.objectweb.proactive.core.config.xml with parameters of type UnmarshallerHandler | |
protected void |
PropertiesHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
MasterFileHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
Uses of UnmarshallerHandler in org.objectweb.proactive.core.descriptor.xml |
Methods in org.objectweb.proactive.core.descriptor.xml with parameters of type UnmarshallerHandler | |
protected void |
ServiceDefinitionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ServiceDefinitionHandler.P2PServiceHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.ProcessHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.HierarchicalProcessHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.JVMProcessHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.MapRshProcessHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.GLiteProcessHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.UnicoreProcessHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
ProActiveDescriptorHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
MasterPropertiesFileHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
FileTransferDefinitionsHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
Uses of UnmarshallerHandler in org.objectweb.proactive.core.xml.handler |
Classes in org.objectweb.proactive.core.xml.handler that implement UnmarshallerHandler | |
class |
AbstractUnmarshallerDecorator
Receives SAX event and pass them on |
class |
BasicUnmarshaller
Receives SAX event and pass them on |
class |
BasicUnmarshallerDecorator
Receives SAX event and pass them on |
class |
CollectionUnmarshaller
Receives SAX event and pass them on |
class |
PassiveCompositeUnmarshaller
Receives SAX event and pass them on |
class |
SingleValueUnmarshaller
A handler for reading values from simple elements, such as |
Methods in org.objectweb.proactive.core.xml.handler that return UnmarshallerHandler | |
protected UnmarshallerHandler |
AbstractUnmarshallerDecorator.getHandler(java.lang.String elementName)
|
Methods in org.objectweb.proactive.core.xml.handler with parameters of type UnmarshallerHandler | |
protected void |
BasicUnmarshallerDecorator.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
PassiveCompositeUnmarshaller.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
protected void |
CollectionUnmarshaller.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
void |
AbstractUnmarshallerDecorator.addHandler(java.lang.String elementName,
UnmarshallerHandler handler)
|
protected abstract void |
AbstractUnmarshallerDecorator.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
Uses of UnmarshallerHandler in org.objectweb.proactive.ext.security |
Classes in org.objectweb.proactive.ext.security that implement UnmarshallerHandler | |
class |
ProActiveSecurityDescriptorHandler
|
Methods in org.objectweb.proactive.ext.security with parameters of type UnmarshallerHandler | |
protected void |
ProActiveSecurityDescriptorHandler.notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |