Uses of Interface
org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor

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
           
 

Constructors in org.objectweb.proactive.core.descriptor.xml with parameters of type ProActiveDescriptor
ServiceDefinitionHandler(ProActiveDescriptor pad)
           
ProcessDefinitionHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.ProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.ProcessListHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.PrunProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.PBSProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.GridEngineProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.OARProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.OARGRIDProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.HierarchicalProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.JVMProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.RSHProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.MapRshProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.SSHProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.RLoginProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.BSubProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.GlobusProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.GLiteProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.UnicoreProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
ProcessDefinitionHandler.NGProcessHandler(ProActiveDescriptor proActiveDescriptor)
           
FileTransferDefinitionsHandler(ProActiveDescriptor 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)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.