Uses of Class
org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException

Packages that use HTTPRemoteException
org.objectweb.proactive.core.body.http HTTP implementation of the remote Body
org.objectweb.proactive.core.body.http.util Provides Exceptions for HTTP communications
org.objectweb.proactive.core.body.http.util.exceptions Provides Utility classes for HTTP Communications
org.objectweb.proactive.core.runtime.http HTTP implementation of ProActiveRuntime
 

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

Methods in org.objectweb.proactive.core.body.http that throw HTTPRemoteException
 java.lang.String HttpRemoteBodyImpl.getNodeURL()
           
 void HttpRemoteBodyImpl.addNFEListener(NFEListener listener)
           
 void HttpRemoteBodyImpl.removeNFEListener(NFEListener listener)
           
 int HttpRemoteBodyImpl.fireNFE(NonFunctionalException e)
           
 

Uses of HTTPRemoteException in org.objectweb.proactive.core.body.http.util
 

Methods in org.objectweb.proactive.core.body.http.util that throw HTTPRemoteException
 java.lang.Object HttpMessageSender.sendMessage(HttpMessage message)
           
 void HttpMessage.send()
           
 

Uses of HTTPRemoteException in org.objectweb.proactive.core.body.http.util.exceptions
 

Subclasses of HTTPRemoteException in org.objectweb.proactive.core.body.http.util.exceptions
 class HTTPUnexpectedException
           
 

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

Methods in org.objectweb.proactive.core.runtime.http that throw HTTPRemoteException
 java.lang.String HttpProActiveRuntime.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, ProActiveSecurityManager securityManager, java.lang.String vname, java.lang.String jobId)
           
 void HttpProActiveRuntime.killAllNodes()
           
 void HttpProActiveRuntime.killNode(java.lang.String nodeName)
           
 java.lang.String[] HttpProActiveRuntime.getLocalNodeNames()
           
 VMInformation HttpProActiveRuntime.getVMInformation()
           
 void HttpProActiveRuntime.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void HttpProActiveRuntime.unregister(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeUrl, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 ProActiveRuntime[] HttpProActiveRuntime.getProActiveRuntimes()
           
 ProActiveRuntime HttpProActiveRuntime.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 java.util.ArrayList HttpProActiveRuntime.getActiveObjects(java.lang.String nodeName)
           
 java.util.ArrayList HttpProActiveRuntime.getActiveObjects(java.lang.String nodeName, java.lang.String objectName)
           
 VirtualNode HttpProActiveRuntime.getVirtualNode(java.lang.String virtualNodeName)
           
 void HttpProActiveRuntime.registerVirtualNode(java.lang.String virtualNodeName, boolean replacePreviousBinding)
           
 void HttpProActiveRuntime.unregisterVirtualNode(java.lang.String virtualNodeName)
           
 UniversalBody HttpProActiveRuntime.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody HttpProActiveRuntime.receiveBody(java.lang.String nodeName, Body body)
           
 java.lang.String HttpProActiveRuntime.getJobID(java.lang.String nodeUrl)
           
 void HttpProActiveRuntime.addAcquaintance(java.lang.String proActiveRuntimeName)
           
 java.lang.String[] HttpProActiveRuntime.getAcquaintances()
           
 void HttpProActiveRuntime.rmAcquaintance(java.lang.String proActiveRuntimeName)
           
 byte[] HttpProActiveRuntime.getClassDataFromParentRuntime(java.lang.String className)
           
 byte[] HttpProActiveRuntime.getClassDataFromThisRuntime(java.lang.String className)
           
 UniversalBody HttpProActiveRuntime.receiveCheckpoint(java.lang.String nodeURL, Checkpoint ckpt, int inc)
           
 java.lang.String HttpProActiveRuntime.getVNName(java.lang.String nodename)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.