Uses of Class
org.objectweb.proactive.ext.security.CommunicationForbiddenException

Packages that use CommunicationForbiddenException
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.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 CommunicationForbiddenException in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body that throw CommunicationForbiddenException
 void AbstractBody.initiateSession(int type, UniversalBody body)
           
 void UniversalBody.initiateSession(int type, UniversalBody body)
           
 

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

Methods in org.objectweb.proactive.core.body.ibis that throw CommunicationForbiddenException
 void IbisRemoteBodyImpl.initiateSession(int type, UniversalBody rbody)
           
 void IbisRemoteBodyAdapter.initiateSession(int type, UniversalBody body)
           
 void IbisRemoteBody.initiateSession(int type, UniversalBody body)
           
 

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

Methods in org.objectweb.proactive.core.body.jini that throw CommunicationForbiddenException
 void JiniBodyImpl_Stub.initiateSession(int, UniversalBody)
           
 void JiniBodyImpl.initiateSession(int type, UniversalBody body)
           
 void JiniBodyAdapter.initiateSession(int type, UniversalBody body)
           
 void JiniBody.initiateSession(int type, UniversalBody body)
           
 

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

Methods in org.objectweb.proactive.core.body.rmi that throw CommunicationForbiddenException
 void RemoteBodyImpl_Stub.initiateSession(int, UniversalBody)
           
 void RemoteBodyImpl.initiateSession(int type, UniversalBody rbody)
           
 void RemoteBodyAdapter.initiateSession(int type, UniversalBody body)
           
 void RemoteBody.initiateSession(int type, UniversalBody body)
           
 

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

Methods in org.objectweb.proactive.ext.mixedlocation that throw CommunicationForbiddenException
 void UniversalBodyWrapper.initiateSession(int type, UniversalBody body)
           
 

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

Methods in org.objectweb.proactive.ext.security that throw CommunicationForbiddenException
 void InternalBodySecurity.initiateSession(int type, UniversalBody body)
           
 void ProActiveSecurityManager.initiateSession(int type, UniversalBody distantBody)
          Method initiateSession.
 



Copyright © April 2004 INRIA All Rights Reserved.