|
|||||||||||
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 | Provides all classes needed for using XML Deployment Descriptors |
org.objectweb.proactive.core.descriptor.data | Provides all classes needed to create java objects related to XML Deployment Descriptor. |
org.objectweb.proactive.core.descriptor.util | Provides utility classes to manipulate java representation of 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. |
org.objectweb.proactive.core.runtime.http | HTTP implementation of ProActiveRuntime |
org.objectweb.proactive.core.runtime.ibis | Ibis implementation of ProActiveRuntime |
org.objectweb.proactive.core.runtime.rmi | RMI implementation of ProActiveRuntime |
Uses of ProActiveDescriptor in org.objectweb.proactive |
Methods in org.objectweb.proactive that return ProActiveDescriptor | |
static ProActiveDescriptor |
ProActive.getProactiveDescriptor()
Returns a ProActiveDescriptor that gives an object representation
of the XML document located at the url given by proactive.pad system's property. |
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 |
Methods in org.objectweb.proactive.core.descriptor that return ProActiveDescriptor | |
ProActiveDescriptor |
Launcher.getProActiveDescriptor()
return the launcher's pad |
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.util |
Methods in org.objectweb.proactive.core.descriptor.util that return ProActiveDescriptor | |
static ProActiveDescriptor |
RefactorPAD.buildNoMainPAD(ProActiveDescriptor pad)
return a copy of the pad after having removed all the "main" information |
Methods in org.objectweb.proactive.core.descriptor.util with parameters of type ProActiveDescriptor | |
static ProActiveDescriptor |
RefactorPAD.buildNoMainPAD(ProActiveDescriptor pad)
return a copy of the pad after having removed all the "main" information |
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
|
protected ProActiveDescriptor |
FileTransferDefinitionsHandler.proActiveDescriptor
|
Uses of ProActiveDescriptor in org.objectweb.proactive.core.runtime |
Methods in org.objectweb.proactive.core.runtime that return ProActiveDescriptor | |
ProActiveDescriptor |
ProActiveRuntimeForwarderImpl.getDescriptor(UniqueRuntimeID urid,
java.lang.String url,
boolean isHierarchicalSearch)
|
ProActiveDescriptor |
ProActiveRuntimeForwarder.getDescriptor(UniqueRuntimeID urid,
java.lang.String url,
boolean isHierarchicalSearch)
|
ProActiveDescriptor |
ProActiveRuntimeAdapterImpl.getDescriptor(java.lang.String url,
boolean isHierarchicalSearch)
|
ProActiveDescriptor |
RemoteProActiveRuntime.getDescriptor(java.lang.String url,
boolean isHierarchicalSearch)
|
ProActiveDescriptor |
RemoteProActiveRuntimeForwarder.getDescriptor(UniqueRuntimeID ruid,
java.lang.String url,
boolean isHierarchicalSearch)
|
ProActiveDescriptor |
ProActiveRuntimeAdapterForwarderImpl.getDescriptor(java.lang.String url,
boolean isHierarchicalSearch)
|
ProActiveDescriptor |
ProActiveRuntimeImpl.getDescriptor(java.lang.String url,
boolean isHierarchicalSearch)
|
ProActiveDescriptor |
ProActiveRuntime.getDescriptor(java.lang.String url,
boolean isHierarchicalSearch)
return the pad matching with the given url or parse it from the file system |
Methods in org.objectweb.proactive.core.runtime with parameters of type ProActiveDescriptor | |
void |
ProActiveRuntimeImpl.registerDescriptor(java.lang.String url,
ProActiveDescriptor pad)
|
Uses of ProActiveDescriptor in org.objectweb.proactive.core.runtime.http |
Methods in org.objectweb.proactive.core.runtime.http that return ProActiveDescriptor | |
ProActiveDescriptor |
HttpProActiveRuntime.getDescriptor(java.lang.String url,
boolean isHierarchicalSearch)
|
Uses of ProActiveDescriptor in org.objectweb.proactive.core.runtime.ibis |
Methods in org.objectweb.proactive.core.runtime.ibis that return ProActiveDescriptor | |
ProActiveDescriptor |
IbisProActiveRuntimeImpl.getDescriptor(java.lang.String url,
boolean isHierarchicalSearch)
|
Uses of ProActiveDescriptor in org.objectweb.proactive.core.runtime.rmi |
Methods in org.objectweb.proactive.core.runtime.rmi that return ProActiveDescriptor | |
ProActiveDescriptor |
RmiProActiveRuntimeForwarderImpl.getDescriptor(UniqueRuntimeID urid,
java.lang.String url,
boolean isHierarchicalSearch)
|
ProActiveDescriptor |
RmiProActiveRuntimeImpl.getDescriptor(java.lang.String url,
boolean isHierarchicalSearch)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |