Uses of Class
org.objectweb.proactive.core.ProActiveException

Packages that use ProActiveException
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
org.objectweb.proactive.core.body.ibis   
org.objectweb.proactive.core.body.jini The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.body.migration Defines the migration primitive of ProActive.  
org.objectweb.proactive.core.body.proxy **For internal use only** Defines the proxy associated to any ProActive Stub of an active Object.  
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
org.objectweb.proactive.core.body.rmi The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.component.xml Provides means to load a component system from an xml descriptor file.  
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
org.objectweb.proactive.core.exceptions Non functional exceptions.  
org.objectweb.proactive.core.exceptions.communication Non functional exceptions related to communication.  
org.objectweb.proactive.core.exceptions.creation Non functional exceptions related to creation of remote objects..  
org.objectweb.proactive.core.exceptions.group Non functional exceptions related to group communications.  
org.objectweb.proactive.core.exceptions.migration Non functional exceptions for migration.  
org.objectweb.proactive.core.exceptions.security Non functional exceptions for security.  
org.objectweb.proactive.core.exceptions.service Non functional exceptions for service.  
org.objectweb.proactive.core.node Defines the generic Nodes used in ProActive.  
org.objectweb.proactive.core.runtime Defines all classes needed to build a ProActiveRuntime.  
org.objectweb.proactive.core.runtime.ibis Ibis implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.jini JINI implementation of ProActiveRuntime.  
org.objectweb.proactive.core.runtime.rmi RMI implementation of ProActiveRuntime
org.objectweb.proactive.ext.security   
 

Uses of ProActiveException in org.objectweb.proactive
 

Subclasses of ProActiveException in org.objectweb.proactive
 class ActiveObjectCreationException
          An exception thrown when a problem occurs during the creation of an ActiveObject see active object creation documentation
 

Methods in org.objectweb.proactive that throw ProActiveException
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.
static void ProActive.registerVirtualNode(VirtualNode virtualNode, java.lang.String registrationProtocol, boolean replacePreviousBinding)
          Registers locally the given VirtualNode in a registry such RMIRegistry or JINI Lookup Service.
static VirtualNode ProActive.lookupVirtualNode(java.lang.String url, java.lang.String protocol)
          Looks-up a VirtualNode previously registered in a registry(RMI or JINI)
static void ProActive.unregisterVirtualNode(VirtualNode virtualNode)
          Unregisters the virtualNode previoulsy registered in a registry such as JINI or RMI.
 

Uses of ProActiveException in org.objectweb.proactive.core.body.ibis
 

Constructors in org.objectweb.proactive.core.body.ibis that throw ProActiveException
IbisRemoteBodyAdapter(IbisRemoteBody remoteBody)
           
IbisRemoteBodyAdapter(UniversalBody body)
           
 

Uses of ProActiveException in org.objectweb.proactive.core.body.jini
 

Constructors in org.objectweb.proactive.core.body.jini that throw ProActiveException
JiniBodyAdapter(JiniBody jiniBody)
           
JiniBodyAdapter(UniversalBody body)
           
 

Uses of ProActiveException in org.objectweb.proactive.core.body.migration
 

Subclasses of ProActiveException in org.objectweb.proactive.core.body.migration
 class MigrationException
           
 

Uses of ProActiveException in org.objectweb.proactive.core.body.proxy
 

Methods in org.objectweb.proactive.core.body.proxy that throw ProActiveException
protected  UniversalBody UniversalBodyProxy.createLocalBody(ConstructorCall bodyConstructorCall, ConstructorCall reifiedObjectConstructorCall, Node node)
           
protected  UniversalBody UniversalBodyProxy.createRemoteBody(ConstructorCall bodyConstructorCall, Node node)
           
 

Constructors in org.objectweb.proactive.core.body.proxy that throw ProActiveException
UniversalBodyProxy(ConstructorCall constructorCall, java.lang.Object[] parameters)
          Instantiates an object of class BodyProxy, creates a body object (referenced either via the instance variable localBody or remoteBody) and passes the ConstructorCall object c to the body, which will then handle the creation of the reified object (That's it !).
 

Uses of ProActiveException in org.objectweb.proactive.core.body.request
 

Subclasses of ProActiveException in org.objectweb.proactive.core.body.request
 class ServeException
           
 

Uses of ProActiveException in org.objectweb.proactive.core.body.rmi
 

Constructors in org.objectweb.proactive.core.body.rmi that throw ProActiveException
RemoteBodyAdapter(RemoteBody remoteBody)
           
RemoteBodyAdapter(UniversalBody body)
           
 

Uses of ProActiveException in org.objectweb.proactive.core.component.xml
 

Methods in org.objectweb.proactive.core.component.xml that throw ProActiveException
 void Loader.loadComponentsConfiguration(java.lang.String componentsDescriptorURL, ProActiveDescriptor deploymentDescriptor)
          Configures and instantiates a component system : creation of the components, deployment on virtual nodes, assembly and binding.
 void Loader.loadComponentsConfiguration(java.lang.String componentsDescriptorLocation, java.lang.String deploymentDescriptorLocation)
          Configures and instantiates a component system.
static ComponentsDescriptorHandler ComponentsDescriptorHandler.createComponentsDescriptorHandler(java.lang.String componentsDescriptorURL, java.lang.String deploymentDescriptorURL)
           
static ComponentsDescriptorHandler ComponentsDescriptorHandler.createComponentsDescriptorHandler(java.lang.String componentsDescriptorURL, ProActiveDescriptor deploymentDescriptor)
           
 

Uses of ProActiveException in org.objectweb.proactive.core.descriptor.data
 

Methods in org.objectweb.proactive.core.descriptor.data that throw ProActiveException
 java.lang.Object VirtualNodeLookup.getUniqueAO()
           
 void VirtualNodeLookup.setRuntimeInformations(java.lang.String information, java.lang.String value)
           
 java.security.cert.X509Certificate VirtualNodeLookup.getCreatorCertificate()
           
 java.lang.Object VirtualNodeImpl.getUniqueAO()
           
 void VirtualNodeImpl.setRuntimeInformations(java.lang.String information, java.lang.String value)
           
protected  void RuntimeDeploymentProperties.checkProperty(java.lang.String property)
           
 ExternalProcess ProActiveDescriptorImpl.createProcess(java.lang.String processID, java.lang.String processClassName)
           
 ExternalProcess ProActiveDescriptorImpl.createProcess(java.lang.String processClassName)
           
 void ProActiveDescriptorImpl.killall(boolean softly)
           
 ExternalProcess ProActiveDescriptor.createProcess(java.lang.String processID, java.lang.String processClassName)
          Creates an ExternalProcess of the given className with the specified ProcessID
 ExternalProcess ProActiveDescriptor.createProcess(java.lang.String processClassName)
          Returns a new instance of ExternalProcess from processClassName
 void ProActiveDescriptor.killall(boolean softly)
          Kills all Nodes and JVMs(local or remote) created when activating the descriptor
 java.lang.Object VirtualNode.getUniqueAO()
          Returns the unique active object created on the unique node mapped to this VirtualNode.
 void VirtualNode.setRuntimeInformations(java.lang.String information, java.lang.String value)
          Allows to set runtime informations for this VirtualNode activation.
 java.security.cert.X509Certificate VirtualNode.getCreatorCertificate()
          // * @return creator certificate
 

Uses of ProActiveException in org.objectweb.proactive.core.exceptions
 

Subclasses of ProActiveException in org.objectweb.proactive.core.exceptions
 class NonFunctionalException
          An interface for non functional exceptions
 

Uses of ProActiveException in org.objectweb.proactive.core.exceptions.communication
 

Subclasses of ProActiveException in org.objectweb.proactive.core.exceptions.communication
 class ProActiveCommunicationException
          Generic exception for every communication exception
 class ReceiveCommunicationException
          Receive communication exception
 class ReceiveReplyCommunicationException
          Receive communication exception
 class ReceiveRequestCommunicationException
          Receive communication exception
 class SendCommunicationException
          Send communication exception
 class SendReplyCommunicationException
          Send communication exception
 class SendRequestCommunicationException
          Send communication exception
 

Uses of ProActiveException in org.objectweb.proactive.core.exceptions.creation
 

Subclasses of ProActiveException in org.objectweb.proactive.core.exceptions.creation
 class FutureCreationException
          Creation exception
 class ProActiveCreationException
          Generic exception for every creation exception
 class ReifyObjectCreationException
          Creation exception
 

Uses of ProActiveException in org.objectweb.proactive.core.exceptions.group
 

Subclasses of ProActiveException in org.objectweb.proactive.core.exceptions.group
 class CreationGroupException
          Group exception
 class ProActiveGroupException
          Generic exception for every group exception
 class ReceiveGroupException
          Group exception
 class ReceiveReplyGroupException
          Group exception
 class ReceiveRequestGroupException
          Group exception
 class SendGroupException
          Group exception
 class SendReplyGroupException
          Group exception
 class SendRequestGroupException
          Group exception
 

Uses of ProActiveException in org.objectweb.proactive.core.exceptions.migration
 

Subclasses of ProActiveException in org.objectweb.proactive.core.exceptions.migration
 class OnArrivalMigrationException
          Migration exception
 class OnDepartureMigrationException
          Migration exception
 class ProActiveMigrationException
          Generic exception for every migration exception
 class SerializationMigrationException
          Migration exception
 

Uses of ProActiveException in org.objectweb.proactive.core.exceptions.security
 

Subclasses of ProActiveException in org.objectweb.proactive.core.exceptions.security
 class ActiveObjectCreationSecurityException
          Security exception
 class AuthentificationSecurityException
          Security exception
 class DecryptionSecurityException
          Security exception
 class IntegritySecurityException
          Security exception
 class MigrationSecurityException
          Security exception
 class ProActiveSecurityException
          Generic exception for every security exception
 class ReceiveReplySecurityException
          Receive security exception
 class ReceiveRequestSecurityException
          Receive security exception
 class ReceiveSecurityException
          Receive security exception
 class SendReplySecurityException
          Send security exception
 class SendRequestSecurityException
          Send security exception
 class SendSecurityException
          Send security exception
 

Uses of ProActiveException in org.objectweb.proactive.core.exceptions.service
 

Subclasses of ProActiveException in org.objectweb.proactive.core.exceptions.service
 class ProActiveServiceException
          Service exception
 class ServiceFailedServiceException
          Service exception
 

Uses of ProActiveException in org.objectweb.proactive.core.node
 

Subclasses of ProActiveException in org.objectweb.proactive.core.node
 class NodeException
           The Node interface offers a generic interface over various implementations of the node such as RMI or JINI, this exception offer a way to wrap the various exceptions triggered by the implementation.
 

Uses of ProActiveException in org.objectweb.proactive.core.runtime
 

Methods in org.objectweb.proactive.core.runtime that throw ProActiveException
static ProActiveRuntime RuntimeFactory.getDefaultRuntime()
          Returns the reference of the only one instance of the default ProActiveRuntime associated with the local JVM.
static ProActiveRuntime RuntimeFactory.getProtocolSpecificRuntime(java.lang.String protocol)
          Returns the reference of the only one instance of the ProActiveRuntime created with the given protocol, associated with the local JVM.
static ProActiveRuntime RuntimeFactory.getRuntime(java.lang.String proActiveRuntimeURL, java.lang.String protocol)
          Returns a reference to the ProActiveRuntime created with the given protocol and located at the given url.This url can be either local or remote
protected abstract  ProActiveRuntime RuntimeFactory.getProtocolSpecificRuntimeImpl()
          Returns the reference of the only one instance of the ProActiveRuntime associated with the local JVM.
protected abstract  ProActiveRuntime RuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
          Returns the reference to the proActiveRuntime located at s
 void ProActiveRuntime.killAllNodes()
          **Under development** Kills all Nodes in this ProActiveRuntime
 void ProActiveRuntime.killNode(java.lang.String nodeName)
          **Under development** Kills the Node of the given name and all Active Objects deployed on it.
 void ProActiveRuntime.createVM(UniversalProcess remoteProcess)
          Creates a new ProActiveRuntime associated with a new VM on the host defined in the given process.
 java.lang.String[] ProActiveRuntime.getLocalNodeNames()
          Returns the name of all nodes known by this ProActiveRuntime on this VM
 ProActiveRuntime[] ProActiveRuntime.getProActiveRuntimes()
          Returns all the ProActiveRuntime registered on this ProActiveRuntime on this VM
 ProActiveRuntime ProActiveRuntime.getProActiveRuntime(java.lang.String proActiveRuntimeName)
          Returns the ProActiveRuntime of specified name
 java.lang.String ProActiveRuntime.getURL()
          Returns the url of this ProActiveRuntime on the local or remote VM
 java.util.ArrayList ProActiveRuntime.getActiveObjects(java.lang.String nodeName)
          Returns all Active Objects deployed on the node with the given name on this ProActiveRuntime
 java.util.ArrayList ProActiveRuntime.getActiveObjects(java.lang.String nodeName, java.lang.String className)
          Returns all Active Objects with the specified class name, deployed on the node with the given name on this ProActiveRuntime
 VirtualNode ProActiveRuntime.getVirtualNode(java.lang.String virtualNodeName)
          Returns the VirtualNode with the given name
 void ProActiveRuntime.registerVirtualNode(java.lang.String virtualNodeName, boolean replacePreviousBinding)
          Registers the virtualNode of the given name in a registry such RMIRegistry or Jini Service Lookup
 void ProActiveRuntime.unregisterVirtualNode(java.lang.String virtualNodeName)
          Unregisters the VirtualNode of the given name from the local runtime.
 void ProActiveRuntime.unregisterAllVirtualNodes()
          Unregisters all VirtualNodes from the local runtime
 java.lang.String ProActiveRuntime.getJobID(java.lang.String nodeUrl)
           
 UniversalBody ProActiveRuntime.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           This method is the basis for creating remote active objects.
 UniversalBody ProActiveRuntime.receiveBody(java.lang.String nodeName, Body body)
           This method is the basis for migrating active objects.
 java.security.cert.X509Certificate ProActiveRuntime.getCreatorCertificate()
           
 PolicyServer ProActiveRuntime.getPolicyServer()
           
 void ProActiveRuntime.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 java.lang.String ProActiveRuntime.getVNName(java.lang.String Nodename)
           
 void ProActiveRuntime.setDefaultNodeVirtualNodeName(java.lang.String s)
           
 void ProActiveRuntime.listVirtualNodes()
           
 PolicyServer ProActiveRuntime.getNodePolicyServer(java.lang.String nodeName)
           
 void ProActiveRuntime.enableSecurityIfNeeded()
          sets all needed modifications to enable security components MUST be called when the descriptor is ready
 java.security.cert.X509Certificate ProActiveRuntime.getNodeCertificate(java.lang.String nodeName)
           
 java.util.ArrayList ProActiveRuntime.getEntities(java.lang.String nodeName)
           
 java.util.ArrayList ProActiveRuntime.getEntities(UniversalBody uBody)
           
 java.util.ArrayList ProActiveRuntime.getEntities()
           
 

Uses of ProActiveException in org.objectweb.proactive.core.runtime.ibis
 

Methods in org.objectweb.proactive.core.runtime.ibis that throw ProActiveException
protected  ProActiveRuntime RemoteRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime RemoteRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
protected  RemoteProActiveRuntimeAdapter RemoteRuntimeFactory.createRuntimeAdapter(RemoteProActiveRuntime remoteProActiveRuntime)
           
protected  RemoteProActiveRuntimeAdapter RemoteRuntimeFactory.createRuntimeAdapter()
           
 void RemoteProActiveRuntimeAdapter.killAllNodes()
           
 void RemoteProActiveRuntimeAdapter.killNode(java.lang.String nodeName)
           
 void RemoteProActiveRuntimeAdapter.createVM(UniversalProcess remoteProcess)
           
 java.lang.String[] RemoteProActiveRuntimeAdapter.getLocalNodeNames()
           
 ProActiveRuntime[] RemoteProActiveRuntimeAdapter.getProActiveRuntimes()
           
 ProActiveRuntime RemoteProActiveRuntimeAdapter.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 java.lang.String RemoteProActiveRuntimeAdapter.getURL()
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getActiveObjects(java.lang.String nodeName)
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getActiveObjects(java.lang.String nodeName, java.lang.String objectName)
           
 VirtualNode RemoteProActiveRuntimeAdapter.getVirtualNode(java.lang.String virtualNodeName)
           
 void RemoteProActiveRuntimeAdapter.registerVirtualNode(java.lang.String virtualNodeName, boolean replacePreviousBinding)
           
 void RemoteProActiveRuntimeAdapter.unregisterVirtualNode(java.lang.String virtualNodeName)
           
 void RemoteProActiveRuntimeAdapter.unregisterAllVirtualNodes()
           
 UniversalBody RemoteProActiveRuntimeAdapter.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody RemoteProActiveRuntimeAdapter.receiveBody(java.lang.String nodeName, Body body)
           
 PolicyServer RemoteProActiveRuntimeAdapter.getPolicyServer()
           
 void RemoteProActiveRuntimeAdapter.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 java.security.cert.X509Certificate RemoteProActiveRuntimeAdapter.getCreatorCertificate()
           
 java.lang.String RemoteProActiveRuntimeAdapter.getVNName(java.lang.String nodename)
           
 void RemoteProActiveRuntimeAdapter.setDefaultNodeVirtualNodeName(java.lang.String s)
           
 void RemoteProActiveRuntimeAdapter.updateLocalNodeVirtualName()
           
 void RemoteProActiveRuntimeAdapter.listVirtualNodes()
           
 PolicyServer RemoteProActiveRuntimeAdapter.getNodePolicyServer(java.lang.String nodeName)
           
 void RemoteProActiveRuntimeAdapter.enableSecurityIfNeeded()
           
 java.security.cert.X509Certificate RemoteProActiveRuntimeAdapter.getNodeCertificate(java.lang.String nodeName)
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getEntities(java.lang.String nodeName)
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getEntities(UniversalBody uBody)
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getEntities()
           
 java.lang.String RemoteProActiveRuntimeAdapter.getJobID(java.lang.String nodeUrl)
           
 

Constructors in org.objectweb.proactive.core.runtime.ibis that throw ProActiveException
RemoteProActiveRuntimeAdapter()
           
RemoteProActiveRuntimeAdapter(RemoteProActiveRuntime remoteProActiveRuntime)
           
 

Uses of ProActiveException in org.objectweb.proactive.core.runtime.jini
 

Methods in org.objectweb.proactive.core.runtime.jini that throw ProActiveException
protected  ProActiveRuntime JiniRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime JiniRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
protected  JiniRuntimeAdapter JiniRuntimeFactory.createRuntimeAdapter(JiniRuntime jiniRuntime)
           
protected  JiniRuntimeAdapter JiniRuntimeFactory.createRuntimeAdapter()
           
 void JiniRuntimeAdapter.killAllNodes()
           
 void JiniRuntimeAdapter.killNode(java.lang.String nodeName)
           
 void JiniRuntimeAdapter.createVM(UniversalProcess remoteProcess)
           
 java.lang.String[] JiniRuntimeAdapter.getLocalNodeNames()
           
 ProActiveRuntime[] JiniRuntimeAdapter.getProActiveRuntimes()
           
 ProActiveRuntime JiniRuntimeAdapter.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 java.lang.String JiniRuntimeAdapter.getURL()
           
 java.util.ArrayList JiniRuntimeAdapter.getActiveObjects(java.lang.String nodeName)
           
 java.util.ArrayList JiniRuntimeAdapter.getActiveObjects(java.lang.String nodeName, java.lang.String objectName)
           
 VirtualNode JiniRuntimeAdapter.getVirtualNode(java.lang.String virtualNodeName)
           
 void JiniRuntimeAdapter.registerVirtualNode(java.lang.String virtualNodeName, boolean replacePreviousBinding)
           
 void JiniRuntimeAdapter.unregisterVirtualNode(java.lang.String virtualNodeName)
           
 void JiniRuntimeAdapter.unregisterAllVirtualNodes()
           
 UniversalBody JiniRuntimeAdapter.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody JiniRuntimeAdapter.receiveBody(java.lang.String nodeName, Body body)
           
 java.security.cert.X509Certificate JiniRuntimeAdapter.getCreatorCertificate()
           
 PolicyServer JiniRuntimeAdapter.getPolicyServer()
           
 java.lang.String JiniRuntimeAdapter.getVNName(java.lang.String Nodename)
           
 void JiniRuntimeAdapter.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 void JiniRuntimeAdapter.setDefaultNodeVirtualNodeName(java.lang.String s)
           
 void JiniRuntimeAdapter.listVirtualNodes()
           
 PolicyServer JiniRuntimeAdapter.getNodePolicyServer(java.lang.String nodeName)
           
 void JiniRuntimeAdapter.enableSecurityIfNeeded()
           
 java.security.cert.X509Certificate JiniRuntimeAdapter.getNodeCertificate(java.lang.String nodeName)
           
 java.util.ArrayList JiniRuntimeAdapter.getEntities(java.lang.String nodeName)
           
 java.util.ArrayList JiniRuntimeAdapter.getEntities(UniversalBody uBody)
           
 java.util.ArrayList JiniRuntimeAdapter.getEntities()
           
 java.lang.String JiniRuntimeAdapter.getJobID(java.lang.String nodeUrl)
           
 

Constructors in org.objectweb.proactive.core.runtime.jini that throw ProActiveException
JiniRuntimeAdapter()
           
JiniRuntimeAdapter(JiniRuntime r)
           
 

Uses of ProActiveException in org.objectweb.proactive.core.runtime.rmi
 

Methods in org.objectweb.proactive.core.runtime.rmi that throw ProActiveException
protected  ProActiveRuntime RemoteRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime RemoteRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
protected  RemoteProActiveRuntimeAdapter RemoteRuntimeFactory.createRuntimeAdapter(RemoteProActiveRuntime remoteProActiveRuntime)
           
protected  RemoteProActiveRuntimeAdapter RemoteRuntimeFactory.createRuntimeAdapter()
           
 void RemoteProActiveRuntimeAdapter.killAllNodes()
           
 void RemoteProActiveRuntimeAdapter.killNode(java.lang.String nodeName)
           
 void RemoteProActiveRuntimeAdapter.createVM(UniversalProcess remoteProcess)
           
 java.lang.String[] RemoteProActiveRuntimeAdapter.getLocalNodeNames()
           
 ProActiveRuntime[] RemoteProActiveRuntimeAdapter.getProActiveRuntimes()
           
 ProActiveRuntime RemoteProActiveRuntimeAdapter.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 java.lang.String RemoteProActiveRuntimeAdapter.getURL()
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getActiveObjects(java.lang.String nodeName)
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getActiveObjects(java.lang.String nodeName, java.lang.String objectName)
           
 VirtualNode RemoteProActiveRuntimeAdapter.getVirtualNode(java.lang.String virtualNodeName)
           
 void RemoteProActiveRuntimeAdapter.registerVirtualNode(java.lang.String virtualNodeName, boolean replacePreviousBinding)
           
 void RemoteProActiveRuntimeAdapter.unregisterVirtualNode(java.lang.String virtualNodeName)
           
 void RemoteProActiveRuntimeAdapter.unregisterAllVirtualNodes()
           
 UniversalBody RemoteProActiveRuntimeAdapter.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody RemoteProActiveRuntimeAdapter.receiveBody(java.lang.String nodeName, Body body)
           
 PolicyServer RemoteProActiveRuntimeAdapter.getPolicyServer()
           
 void RemoteProActiveRuntimeAdapter.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 java.security.cert.X509Certificate RemoteProActiveRuntimeAdapter.getCreatorCertificate()
           
 java.lang.String RemoteProActiveRuntimeAdapter.getVNName(java.lang.String nodename)
           
 void RemoteProActiveRuntimeAdapter.setDefaultNodeVirtualNodeName(java.lang.String s)
           
 void RemoteProActiveRuntimeAdapter.listVirtualNodes()
           
 PolicyServer RemoteProActiveRuntimeAdapter.getNodePolicyServer(java.lang.String nodeName)
           
 void RemoteProActiveRuntimeAdapter.enableSecurityIfNeeded()
           
 java.security.cert.X509Certificate RemoteProActiveRuntimeAdapter.getNodeCertificate(java.lang.String nodeName)
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getEntities(java.lang.String nodeName)
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getEntities(UniversalBody uBody)
           
 java.util.ArrayList RemoteProActiveRuntimeAdapter.getEntities()
           
 java.lang.String RemoteProActiveRuntimeAdapter.getJobID(java.lang.String nodeUrl)
           
 

Constructors in org.objectweb.proactive.core.runtime.rmi that throw ProActiveException
RemoteProActiveRuntimeAdapter()
           
RemoteProActiveRuntimeAdapter(RemoteProActiveRuntime remoteProActiveRuntime)
           
 

Uses of ProActiveException in org.objectweb.proactive.ext.security
 

Subclasses of ProActiveException in org.objectweb.proactive.ext.security
 class SecurityMigrationException
           
 



Copyright © April 2004 INRIA All Rights Reserved.