Uses of Class
org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException

Packages that use RenegotiateSessionException
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
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.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.proxy **For internal use only** Defines the proxy associated to any ProActive Stub of an active Object.  
org.objectweb.proactive.core.body.reply Defines the reply messages based of the common message layer.  
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.ext.mixedlocation   
org.objectweb.proactive.ext.security   
 

Uses of RenegotiateSessionException in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body that throw RenegotiateSessionException
protected  int BodyImpl.internalReceiveRequest(Request request)
          Receives a request for later processing.
 int AbstractBody.receiveRequest(Request request)
           
 void AbstractBody.renegociateSessionIfNeeded(long sID)
           
 void AbstractBody.initiateSession(int type, UniversalBody body)
           
 long AbstractBody.startNewSession(Communication policy)
           
 void AbstractBody.sendRequest(MethodCall methodCall, Future future, UniversalBody destinationBody)
           
protected abstract  int AbstractBody.internalReceiveRequest(Request request)
          Receives a request for later processing.
 int UniversalBody.receiveRequest(Request request)
          Receives a request for later processing.
 void UniversalBody.initiateSession(int type, UniversalBody body)
           
 long UniversalBody.startNewSession(Communication policy)
           
 byte[][] UniversalBody.publicKeyExchange(long sessionID, UniversalBody distantBody, byte[] my_pub, byte[] my_cert, byte[] sig_code)
           
 byte[][] UniversalBody.secretKeyExchange(long sessionID, byte[] tmp, byte[] tmp1, byte[] tmp2, byte[] tmp3, byte[] tmp4)
           
 void LocalBodyStrategy.sendRequest(MethodCall methodCall, Future future, UniversalBody destinationBody)
          Sends the request request with the future future to the local body body.
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols that throw RenegotiateSessionException
abstract  int FTManager.onSendRequestAfter(Request request, int rdvValue, UniversalBody destination)
          This method is called after the sending of a request
abstract  int FTManager.sendRequest(Request r, UniversalBody destination)
          Fault-tolerant sending: this send notices fault tolerance servers if the destination is unreachable and resent the message until destination is reachable.
 

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

Methods in org.objectweb.proactive.core.body.ft.protocols.cic that throw RenegotiateSessionException
 int HalfFTManagerCIC.onSendRequestAfter(Request request, int rdvValue, UniversalBody destination)
           
 int HalfFTManagerCIC.sendRequest(Request r, UniversalBody destination)
           
 int FTManagerCIC.onSendRequestAfter(Request request, int rdvValue, UniversalBody destination)
           
 int FTManagerCIC.sendRequest(Request r, UniversalBody destination)
           
 

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

Methods in org.objectweb.proactive.core.body.http that throw RenegotiateSessionException
 int RemoteBodyAdapter.receiveRequest(Request request)
           
 void RemoteBodyAdapter.initiateSession(int type, UniversalBody body)
           
 long RemoteBodyAdapter.startNewSession(Communication policy)
           
 int HttpRemoteBodyImpl.receiveRequest(Request request)
           
 void HttpRemoteBodyImpl.initiateSession(int type, UniversalBody body)
           
 long HttpRemoteBodyImpl.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.body.ibis that throw RenegotiateSessionException
 int IbisRemoteBodyImpl.receiveRequest(Request r)
           
 void IbisRemoteBodyImpl.initiateSession(int type, UniversalBody rbody)
           
 long IbisRemoteBodyImpl.startNewSession(Communication policy)
           
 int IbisRemoteBodyAdapter.receiveRequest(Request r)
           
 void IbisRemoteBodyAdapter.initiateSession(int type, UniversalBody body)
           
 long IbisRemoteBodyAdapter.startNewSession(Communication policy)
           
 byte[][] IbisRemoteBodyAdapter.publicKeyExchange(long sessionID, UniversalBody distantBody, byte[] my_pub, byte[] my_cert, byte[] sig_code)
           
 byte[][] IbisRemoteBodyAdapter.secretKeyExchange(long sessionID, byte[] tmp, byte[] tmp1, byte[] tmp2, byte[] tmp3, byte[] tmp4)
           
 int IbisRemoteBody.receiveRequest(Request r)
          Receives a request for later processing.
 void IbisRemoteBody.initiateSession(int type, UniversalBody body)
           
 long IbisRemoteBody.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.body.jini that throw RenegotiateSessionException
 int JiniBodyImpl.receiveRequest(Request r)
           
 void JiniBodyImpl.initiateSession(int type, UniversalBody body)
           
 long JiniBodyImpl.startNewSession(Communication policy)
           
 int JiniBodyAdapter.receiveRequest(Request r)
           
 void JiniBodyAdapter.initiateSession(int type, UniversalBody body)
           
 long JiniBodyAdapter.startNewSession(Communication policy)
           
 int JiniBody.receiveRequest(Request r)
          Receives a request for later processing.
 void JiniBody.initiateSession(int type, UniversalBody body)
           
 long JiniBody.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.body.proxy that throw RenegotiateSessionException
protected  void UniversalBodyProxy.sendRequest(MethodCall methodCall, Future future)
           
protected  void UniversalBodyProxy.sendRequest(MethodCall methodCall, Future future, Body sourceBody)
           
protected  void UniversalBodyProxy.sendRequestInternal(MethodCall methodCall, Future future, Body sourceBody)
           
protected  void AbstractBodyProxy.reifyAsOneWay(MethodCall methodCall)
           
protected  java.lang.Object AbstractBodyProxy.reifyAsAsynchronous(MethodCall methodCall)
           
protected  java.lang.Object AbstractBodyProxy.reifyAsSynchronous(MethodCall methodCall)
           
protected abstract  void AbstractBodyProxy.sendRequest(MethodCall methodCall, Future future)
           
protected abstract  void AbstractBodyProxy.sendRequest(MethodCall methodCall, Future future, Body sourceBody)
           
 

Uses of RenegotiateSessionException in org.objectweb.proactive.core.body.reply
 

Methods in org.objectweb.proactive.core.body.reply that throw RenegotiateSessionException
 boolean ReplyImpl.decrypt(ProActiveSecurityManager psm)
           
 boolean Reply.decrypt(ProActiveSecurityManager psm)
           
 

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

Methods in org.objectweb.proactive.core.body.request that throw RenegotiateSessionException
 int RequestReceiverForwarder.receiveRequest(Request request, Body bodyReceiver)
           
 int RequestImpl.send(UniversalBody destinationBody)
           
protected  int RequestImpl.sendRequest(UniversalBody destinationBody)
           
 boolean RequestImpl.decrypt(ProActiveSecurityManager psm)
           
 int AwaitedRequest.send(UniversalBody destinationBody)
           
 boolean AwaitedRequest.decrypt(ProActiveSecurityManager psm)
           
 int RequestReceiver.receiveRequest(Request r, Body bodyReceiver)
           
 int Request.send(UniversalBody destinationBody)
          Sends this request to the body destination
 boolean Request.decrypt(ProActiveSecurityManager psm)
           
 

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

Methods in org.objectweb.proactive.core.body.rmi that throw RenegotiateSessionException
 int RemoteBodyImpl.receiveRequest(Request r)
           
 void RemoteBodyImpl.initiateSession(int type, UniversalBody rbody)
           
 long RemoteBodyImpl.startNewSession(Communication policy)
           
 int RemoteBodyAdapter.receiveRequest(Request r)
           
 void RemoteBodyAdapter.initiateSession(int type, UniversalBody body)
           
 long RemoteBodyAdapter.startNewSession(Communication policy)
           
 int RemoteBody.receiveRequest(Request r)
          Receives a request for later processing.
 void RemoteBody.initiateSession(int type, UniversalBody body)
           
 long RemoteBody.startNewSession(Communication policy)
           
 

Uses of RenegotiateSessionException in org.objectweb.proactive.ext.mixedlocation
 

Methods in org.objectweb.proactive.ext.mixedlocation that throw RenegotiateSessionException
 int UniversalBodyWrapper.receiveRequest(Request request)
           
 void UniversalBodyWrapper.initiateSession(int type, UniversalBody body)
           
 long UniversalBodyWrapper.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.ext.security that throw RenegotiateSessionException
 void InternalBodySecurity.initiateSession(int type, UniversalBody body)
           
 long InternalBodySecurity.startNewSession(Communication policy)
           
 void ProActiveSecurityManager.initiateSession(int type, UniversalBody distantBody)
          Method initiateSession.
 byte[] ProActiveSecurityManager.decrypt(long sessionID, byte[][] message)
          Method decrypt.
 



Copyright ? April 2005 INRIA All Rights Reserved.