|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
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.core.xml.io | **For internal use only** Contains utility classes. |
org.objectweb.proactive.ext.security |
Uses of Attributes in org.objectweb.proactive.core.config.xml |
Methods in org.objectweb.proactive.core.config.xml with parameters of type Attributes | |
void |
PropertiesHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
MasterFileHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
Uses of Attributes in org.objectweb.proactive.core.descriptor.xml |
Methods in org.objectweb.proactive.core.descriptor.xml with parameters of type Attributes | |
void |
ServiceDefinitionHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ServiceDefinitionHandler.RMILookupHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ServiceDefinitionHandler.P2PServiceHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ServiceDefinitionHandler.FaultToleranceHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessReferenceHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.ProcessHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler.startElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.ProcessListHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.PrunProcessHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.PBSProcessHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.GridEngineProcessHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.OARProcessHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.MapRshProcessHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.BSubProcessHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
ProActiveDescriptorHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
PathHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
Uses of Attributes in org.objectweb.proactive.core.xml.handler |
Methods in org.objectweb.proactive.core.xml.handler with parameters of type Attributes | |
void |
BasicUnmarshallerDecorator.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
CollectionUnmarshaller.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
BasicUnmarshaller.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
BasicUnmarshaller.startElement(java.lang.String name,
Attributes attributes)
|
void |
PassiveCompositeUnmarshaller.startContextElement(java.lang.String name,
Attributes attributes)
|
void |
UnmarshallerHandler.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. |
void |
AbstractUnmarshallerDecorator.startElement(java.lang.String name,
Attributes attributes)
|
Uses of Attributes in org.objectweb.proactive.core.xml.io |
Classes in org.objectweb.proactive.core.xml.io that implement Attributes | |
protected class |
DefaultHandlerAdapter.AttributesImpl
|
protected class |
DefaultHandlerAdapter.EmptyAttributesImpl
|
protected class |
DOMAdaptor.EmptyAttributesImpl
|
Methods in org.objectweb.proactive.core.xml.io with parameters of type Attributes | |
void |
XMLHandler.startElement(java.lang.String name,
Attributes attributes)
Receives notification that an XML element of given name and attributes has been read in the XML being deserialized |
Uses of Attributes in org.objectweb.proactive.ext.security |
Methods in org.objectweb.proactive.ext.security with parameters of type Attributes | |
void |
ProActiveSecurityDescriptorHandler.startContextElement(java.lang.String name,
Attributes attributes)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |