|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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 void |
BodyImpl.internalReceiveRequest(Request request)
Receives a request for later processing. |
void |
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 void |
AbstractBody.internalReceiveRequest(Request request)
Receives a request for later processing. |
void |
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.ibis |
Methods in org.objectweb.proactive.core.body.ibis that throw RenegotiateSessionException | |
void |
IbisRemoteBodyImpl.receiveRequest(Request r)
|
void |
IbisRemoteBodyImpl.initiateSession(int type,
UniversalBody rbody)
|
long |
IbisRemoteBodyImpl.startNewSession(Communication policy)
|
void |
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)
|
void |
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 | |
void |
JiniBodyImpl_Stub.initiateSession(int,
UniversalBody)
|
void |
JiniBodyImpl_Stub.receiveRequest(Request)
|
long |
JiniBodyImpl_Stub.startNewSession(Communication)
|
void |
JiniBodyImpl.receiveRequest(Request r)
|
void |
JiniBodyImpl.initiateSession(int type,
UniversalBody body)
|
long |
JiniBodyImpl.startNewSession(Communication policy)
|
void |
JiniBodyAdapter.receiveRequest(Request r)
|
void |
JiniBodyAdapter.initiateSession(int type,
UniversalBody body)
|
long |
JiniBodyAdapter.startNewSession(Communication policy)
|
void |
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 | |
void |
RequestReceiverForwarder.receiveRequest(Request request,
Body bodyReceiver)
|
void |
RequestImpl.send(UniversalBody destinationBody)
|
protected void |
RequestImpl.sendRequest(UniversalBody destinationBody)
|
boolean |
RequestImpl.decrypt(ProActiveSecurityManager psm)
|
void |
RequestReceiver.receiveRequest(Request r,
Body bodyReceiver)
|
void |
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 | |
void |
RemoteBodyImpl_Stub.initiateSession(int,
UniversalBody)
|
void |
RemoteBodyImpl_Stub.receiveRequest(Request)
|
long |
RemoteBodyImpl_Stub.startNewSession(Communication)
|
void |
RemoteBodyImpl.receiveRequest(Request r)
|
void |
RemoteBodyImpl.initiateSession(int type,
UniversalBody rbody)
|
long |
RemoteBodyImpl.startNewSession(Communication policy)
|
void |
RemoteBodyAdapter.receiveRequest(Request r)
|
void |
RemoteBodyAdapter.initiateSession(int type,
UniversalBody body)
|
long |
RemoteBodyAdapter.startNewSession(Communication policy)
|
void |
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 | |
void |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |