|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProActiveDescriptor | |
org.objectweb.proactive | Provides the main classes for creating active objects and futures. |
org.objectweb.proactive.core.descriptor.data | Provides all classes needed to create java objects related to XML Deployment Descriptor. |
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.runtime | Defines all classes needed to build a ProActiveRuntime. |
Uses of ProActiveDescriptor in org.objectweb.proactive |
Methods in org.objectweb.proactive that return ProActiveDescriptor | |
static ProActiveDescriptor |
ProActive.getProactiveDescriptor(java.lang.String xmlDescriptorUrl)
Returns a ProActiveDescriptor that gives an object representation
of the XML document located at the given url. |
Uses of ProActiveDescriptor in org.objectweb.proactive.core.descriptor.data |
Classes in org.objectweb.proactive.core.descriptor.data that implement ProActiveDescriptor | |
class |
ProActiveDescriptorImpl
A ProactiveDescriptor is an internal representation of XML
Descriptor. |
Uses of ProActiveDescriptor in org.objectweb.proactive.core.descriptor.xml |
Fields in org.objectweb.proactive.core.descriptor.xml declared as ProActiveDescriptor | |
protected ProActiveDescriptor |
ProcessDefinitionHandler.proActiveDescriptor
|
protected ProActiveDescriptor |
ProcessDefinitionHandler.ProcessHandler.proActiveDescriptor
|
Uses of ProActiveDescriptor in org.objectweb.proactive.core.runtime |
Methods in org.objectweb.proactive.core.runtime that return ProActiveDescriptor | |
ProActiveDescriptor |
ProActiveRuntimeImpl.getDescriptor(java.lang.String url)
|
Methods in org.objectweb.proactive.core.runtime with parameters of type ProActiveDescriptor | |
void |
ProActiveRuntimeImpl.registerDescriptor(java.lang.String url,
ProActiveDescriptor pad)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |