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.ft.protocols Defines specific behavior for each implemented fault-tolerance protocol.  
org.objectweb.proactive.core.body.ft.protocols.cic Defines specific behavior for Communication-Induced Checkpointing protocol.  
org.objectweb.proactive.core.body.future Provides the definition and implementation of the future object.  
org.objectweb.proactive.core.body.http HTTP implementation of the remote Body
org.objectweb.proactive.core.body.ibis IBIS implementation of the remote Body
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.adl This package and sub-packages provide a customization of the standard Fractal ADL for ProActive.  
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
org.objectweb.proactive.core.descriptor.services Provides classes to start JVM acquisition services like RMI lookup service on a ProActiveRuntime or P2P ProActiveRuntime acquisition service.  
org.objectweb.proactive.core.event The active object created with ProActive generated events on demand when a listener registers to one component of the active object.  
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.http HTTP implementation of 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.core.util **For internal use only** Contains accessory utility classes.  
org.objectweb.proactive.ext.security.exceptions   
org.objectweb.proactive.p2p.api.worker   
org.objectweb.proactive.p2p.service   
 

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 void ProActive.waitFor(java.lang.Object future, long timeout)
          Blocks the calling thread until the object future is available or until the timeout expires.
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 or HTTP registry.
static VirtualNode ProActive.lookupVirtualNode(java.lang.String url)
          Looks-up a VirtualNode previously registered in a registry(RMI or JINI or HTTP or IBIS) The registry where to look for is fully determined with the protocol included in the url
static void ProActive.unregisterVirtualNode(VirtualNode virtualNode)
          Unregisters the virtualNode previoulsy registered in a registry such as JINI or RMI.
static int ProActive.waitForAny(java.util.Vector futures, long timeout)
          Blocks the calling thread until one of the futures in the vector is available or until the timeout expires.
static void ProActive.waitForAll(java.util.Vector futures, long timeout)
          Blocks the calling thread until all futures in the vector are available or until the timeout expires.
static void ProActive.waitForTheNth(java.util.Vector futures, int n, long timeout)
          Blocks the calling thread until the N-th of the futures in the vector is available.
 

Uses of ProActiveException in org.objectweb.proactive.core.body.ft.protocols
 

Methods in org.objectweb.proactive.core.body.ft.protocols that throw ProActiveException
 int FTManager.init(AbstractBody owner)
          Initialize the FTManager.
 

Uses of ProActiveException in org.objectweb.proactive.core.body.ft.protocols.cic
 

Methods in org.objectweb.proactive.core.body.ft.protocols.cic that throw ProActiveException
 int HalfFTManagerCIC.init(AbstractBody owner)
           
 int FTManagerCIC.init(AbstractBody owner)
           
 

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

Methods in org.objectweb.proactive.core.body.future that throw ProActiveException
 void FutureProxy.waitFor(long timeout)
          Blocks the calling thread until the future object is available or the timeout expires
 void Future.waitFor(long timeout)
          Blocks the calling thread until the future object is available or the timeout expires
 void FuturePool.waitForReply(long timeout)
           
 

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

Constructors in org.objectweb.proactive.core.body.http that throw ProActiveException
RemoteBodyAdapter(UniversalBody body)
           
 

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
 

Methods in org.objectweb.proactive.core.body.rmi that throw ProActiveException
protected  void RemoteBodyAdapter.construct(RemoteBody remoteBody)
           
 

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

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

Methods in org.objectweb.proactive.core.component.adl that throw ProActiveException
static void Launcher.killNodes(boolean softly)
           
 

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.lang.Object VirtualNodeImpl.getUniqueAO()
           
 void VirtualNodeImpl.setRuntimeInformations(java.lang.String information, java.lang.String value)
           
 void VirtualNodeImpl.setService(UniversalService service)
           
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.
 

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

Methods in org.objectweb.proactive.core.descriptor.services that throw ProActiveException
 void ServiceThread.notifyVirtualNode(ProActiveRuntime[] part)
           
 ProActiveRuntime[] RMIRegistryLookupService.startService()
           
 ProActiveRuntime[] P2PDescriptorService.startService()
           
 ProActiveRuntime[] FaultToleranceService.startService()
           
 ProActiveRuntime[] UniversalService.startService()
          Starts this Service
 void ServiceUser.setService(UniversalService service)
          Sets the given service
 

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

Constructors in org.objectweb.proactive.core.event that throw ProActiveException
AbstractNodeCreationEventListener(VirtualNode vn)
           
 

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 Should implement Serializable but Exception class do it
 

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 ServiceFailedCalleeNFE
          Service exception
 class ServiceFailedCallerNFE
          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
 byte[] ProActiveRuntimeImpl.getClassDataFromParentRuntime(java.lang.String className)
           
 byte[] ProActiveRuntimeImpl.getClassDataFromThisRuntime(java.lang.String className)
           
 void ProActiveRuntime.killAllNodes()
          Kills all Nodes in this ProActiveRuntime
 void ProActiveRuntime.killNode(java.lang.String nodeName)
          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.
 UniversalBody ProActiveRuntime.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
          The runtime recovers the body contained in the checkpoint ckpt.
 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)
           
 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()
           
 SecurityContext ProActiveRuntime.getPolicy(SecurityContext sc)
           
 byte[] ProActiveRuntime.getClassDataFromThisRuntime(java.lang.String className)
          Looks for class bytecode in the current runtime.
 byte[] ProActiveRuntime.getClassDataFromParentRuntime(java.lang.String className)
          Looks for class bytecode in the ancestors of the current runtime : first it tries in the father runtime, then in the grand-father etc...
 void ProActiveRuntime.setParent(java.lang.String parentRuntimeName)
          This method adds a reference to the runtime that created this runtime.
 

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

Methods in org.objectweb.proactive.core.runtime.http that throw ProActiveException
protected  ProActiveRuntime RemoteRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime RemoteRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
 void HttpRuntimeAdapter.killAllNodes()
           
 void HttpRuntimeAdapter.killNode(java.lang.String nodeName)
           
 void HttpRuntimeAdapter.createVM(UniversalProcess remoteProcess)
           
 java.lang.String[] HttpRuntimeAdapter.getLocalNodeNames()
           
 ProActiveRuntime[] HttpRuntimeAdapter.getProActiveRuntimes()
           
 ProActiveRuntime HttpRuntimeAdapter.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 void HttpRuntimeAdapter.killRT(boolean softly)
           
 java.lang.String HttpRuntimeAdapter.getURL()
           
 java.util.ArrayList HttpRuntimeAdapter.getActiveObjects(java.lang.String nodeName)
           
 java.util.ArrayList HttpRuntimeAdapter.getActiveObjects(java.lang.String nodeName, java.lang.String objectName)
           
 VirtualNode HttpRuntimeAdapter.getVirtualNode(java.lang.String virtualNodeName)
           
 void HttpRuntimeAdapter.registerVirtualNode(java.lang.String virtualNodeName, boolean replacePreviousBinding)
           
 void HttpRuntimeAdapter.unregisterVirtualNode(java.lang.String virtualNodeName)
           
 void HttpRuntimeAdapter.unregisterAllVirtualNodes()
           
 UniversalBody HttpRuntimeAdapter.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody HttpRuntimeAdapter.receiveBody(java.lang.String nodeName, Body body)
           
 PolicyServer HttpRuntimeAdapter.getPolicyServer()
           
 void HttpRuntimeAdapter.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 java.security.cert.X509Certificate HttpRuntimeAdapter.getCreatorCertificate()
           
 java.lang.String HttpRuntimeAdapter.getVNName(java.lang.String nodename)
           
 void HttpRuntimeAdapter.setDefaultNodeVirtualNodeName(java.lang.String s)
           
 PolicyServer HttpRuntimeAdapter.getNodePolicyServer(java.lang.String nodeName)
           
 void HttpRuntimeAdapter.enableSecurityIfNeeded()
           
 java.security.cert.X509Certificate HttpRuntimeAdapter.getNodeCertificate(java.lang.String nodeName)
           
 java.util.ArrayList HttpRuntimeAdapter.getEntities(java.lang.String nodeName)
           
 java.util.ArrayList HttpRuntimeAdapter.getEntities(UniversalBody uBody)
           
 java.util.ArrayList HttpRuntimeAdapter.getEntities()
           
 java.lang.String HttpRuntimeAdapter.getJobID(java.lang.String nodeUrl)
           
 SecurityContext HttpRuntimeAdapter.getPolicy(SecurityContext sc)
           
 byte[] HttpRuntimeAdapter.getClassDataFromParentRuntime(java.lang.String className)
           
 byte[] HttpRuntimeAdapter.getClassDataFromThisRuntime(java.lang.String className)
           
 void HttpRuntimeAdapter.setParent(java.lang.String parentRuntimeName)
           
 java.lang.String[] HttpRuntimeAdapter.getNodesNames()
           
 UniversalBody HttpRuntimeAdapter.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 void HttpRemoteRuntimeAdapterImpl.killAllNodes()
           
 void HttpRemoteRuntimeAdapterImpl.killNode(java.lang.String nodeName)
           
 void HttpRemoteRuntimeAdapterImpl.createVM(UniversalProcess remoteProcess)
           
 java.lang.String[] HttpRemoteRuntimeAdapterImpl.getLocalNodeNames()
           
 ProActiveRuntime[] HttpRemoteRuntimeAdapterImpl.getProActiveRuntimes()
           
 ProActiveRuntime HttpRemoteRuntimeAdapterImpl.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 java.lang.String HttpRemoteRuntimeAdapterImpl.getURL()
           
 java.util.ArrayList HttpRemoteRuntimeAdapterImpl.getActiveObjects(java.lang.String nodeName)
           
 java.util.ArrayList HttpRemoteRuntimeAdapterImpl.getActiveObjects(java.lang.String nodeName, java.lang.String objectName)
           
 VirtualNode HttpRemoteRuntimeAdapterImpl.getVirtualNode(java.lang.String virtualNodeName)
           
 void HttpRemoteRuntimeAdapterImpl.registerVirtualNode(java.lang.String virtualNodeName, boolean replacePreviousBinding)
           
 void HttpRemoteRuntimeAdapterImpl.unregisterVirtualNode(java.lang.String virtualNodeName)
           
 void HttpRemoteRuntimeAdapterImpl.unregisterAllVirtualNodes()
           
 UniversalBody HttpRemoteRuntimeAdapterImpl.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody HttpRemoteRuntimeAdapterImpl.receiveBody(java.lang.String nodeName, Body body)
           
 PolicyServer HttpRemoteRuntimeAdapterImpl.getPolicyServer()
           
 void HttpRemoteRuntimeAdapterImpl.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 java.security.cert.X509Certificate HttpRemoteRuntimeAdapterImpl.getCreatorCertificate()
           
 java.lang.String HttpRemoteRuntimeAdapterImpl.getVNName(java.lang.String nodename)
           
 void HttpRemoteRuntimeAdapterImpl.setDefaultNodeVirtualNodeName(java.lang.String s)
           
 PolicyServer HttpRemoteRuntimeAdapterImpl.getNodePolicyServer(java.lang.String nodeName)
           
 void HttpRemoteRuntimeAdapterImpl.enableSecurityIfNeeded()
           
 java.security.cert.X509Certificate HttpRemoteRuntimeAdapterImpl.getNodeCertificate(java.lang.String nodeName)
           
 java.util.ArrayList HttpRemoteRuntimeAdapterImpl.getEntities(java.lang.String nodeName)
           
 java.util.ArrayList HttpRemoteRuntimeAdapterImpl.getEntities(UniversalBody uBody)
           
 java.util.ArrayList HttpRemoteRuntimeAdapterImpl.getEntities()
           
 java.lang.String HttpRemoteRuntimeAdapterImpl.getJobID(java.lang.String nodeUrl)
           
 java.lang.String[] HttpRemoteRuntimeAdapterImpl.getNodesNames()
           
 SecurityContext HttpRemoteRuntimeAdapterImpl.getPolicy(SecurityContext sc)
           
 byte[] HttpRemoteRuntimeAdapterImpl.getClassDataFromParentRuntime(java.lang.String className)
           
 void HttpRemoteRuntimeAdapterImpl.listVirtualNodes()
           
 UniversalBody HttpRemoteRuntimeAdapterImpl.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 

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)
           
 UniversalBody RemoteProActiveRuntimeAdapter.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 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()
           
 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()
           
 SecurityContext RemoteProActiveRuntimeAdapter.getPolicy(SecurityContext sc)
           
 java.lang.String RemoteProActiveRuntimeAdapter.getJobID(java.lang.String nodeUrl)
           
 byte[] RemoteProActiveRuntimeAdapter.getClassDataFromParentRuntime(java.lang.String className)
           
 byte[] RemoteProActiveRuntimeAdapter.getClassDataFromThisRuntime(java.lang.String className)
           
 void RemoteProActiveRuntimeAdapter.setParent(java.lang.String parentRuntimeName)
           
 

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)
           
 UniversalBody JiniRuntimeAdapter.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 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()
           
 SecurityContext JiniRuntimeAdapter.getPolicy(SecurityContext sc)
           
 java.lang.String JiniRuntimeAdapter.getJobID(java.lang.String nodeUrl)
           
 byte[] JiniRuntimeAdapter.getClassDataFromParentRuntime(java.lang.String className)
           
 byte[] JiniRuntimeAdapter.getClassDataFromThisRuntime(java.lang.String className)
           
 void JiniRuntimeAdapter.setParent(java.lang.String fatherRuntimeName)
           
 

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 SshRemoteRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime SshRemoteRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
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)
           
 UniversalBody RemoteProActiveRuntimeAdapter.receiveCheckpoint(java.lang.String nodeName, Checkpoint ckpt, int inc)
           
 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)
           
 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()
           
 SecurityContext RemoteProActiveRuntimeAdapter.getPolicy(SecurityContext sc)
           
 java.lang.String RemoteProActiveRuntimeAdapter.getJobID(java.lang.String nodeUrl)
           
 byte[] RemoteProActiveRuntimeAdapter.getClassDataFromParentRuntime(java.lang.String className)
           
 byte[] RemoteProActiveRuntimeAdapter.getClassDataFromThisRuntime(java.lang.String className)
           
 void RemoteProActiveRuntimeAdapter.setParent(java.lang.String parentRuntimeName)
           
 

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

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

Methods in org.objectweb.proactive.core.util that throw ProActiveException
static byte[] ObjectToByteConverter.convert(java.lang.Object o)
           
 

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

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

Uses of ProActiveException in org.objectweb.proactive.p2p.api.worker
 

Methods in org.objectweb.proactive.p2p.api.worker that throw ProActiveException
 int Worker.getPeers(int n)
           
 void Worker.createDaughter(java.lang.Object[][] params)
           
 

Uses of ProActiveException in org.objectweb.proactive.p2p.service
 

Methods in org.objectweb.proactive.p2p.service that throw ProActiveException
 void StartP2PService.start()
          Start a new active ProActive P2P service.
 



Copyright ? April 2005 INRIA All Rights Reserved.