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

Packages that use Communication
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active 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.rmi The body of an active object act as a hub of communication with other remote objects.  
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.rmi RMI implementation of ProActiveRuntime
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
org.objectweb.proactive.ext.security.crypto **For internal use only** Provides the cryptographic services.  
org.objectweb.proactive.ext.security.domain   
 

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

Methods in org.objectweb.proactive.core.body with parameters of type Communication
 long UniversalBodyForwarder.startNewSession(UniqueID id, Communication policy)
           
 long BodyForwarderImpl.startNewSession(UniqueID id, Communication policy)
           
 long BodyAdapterImpl.startNewSession(Communication policy)
          start an unvalidated empty session
 long RemoteBodyForwarder.startNewSession(UniqueID id, Communication policy)
           
 long BodyAdapterForwarder.startNewSession(Communication policy)
           
 long AbstractBody.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.body.http with parameters of type Communication
 long HttpRemoteBodyImpl.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.body.ibis with parameters of type Communication
 long IbisRemoteBodyImpl.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.body.rmi with parameters of type Communication
 long RmiRemoteBodyForwarderImpl.startNewSession(UniqueID id, Communication policy)
           
 long RmiRemoteBodyImpl.startNewSession(Communication policy)
           
 

Uses of Communication in org.objectweb.proactive.core.runtime
 

Methods in org.objectweb.proactive.core.runtime with parameters of type Communication
 long ProActiveRuntimeForwarderImpl.startNewSession(UniqueRuntimeID urid, Communication policy)
           
 long ProActiveRuntimeForwarder.startNewSession(UniqueRuntimeID urid, Communication policy)
           
 long ProActiveRuntimeAdapterImpl.startNewSession(Communication policy)
           
 long RemoteProActiveRuntime.startNewSession(Communication policy)
           
 long RemoteProActiveRuntimeForwarder.startNewSession(UniqueRuntimeID ruid, Communication policy)
           
 long ProActiveRuntimeAdapterForwarderImpl.startNewSession(Communication policy)
           
 long ProActiveRuntimeImpl.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.runtime.http with parameters of type Communication
 long HttpProActiveRuntime.startNewSession(Communication policy)
           
 

Uses of Communication in org.objectweb.proactive.core.runtime.ibis
 

Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type Communication
 long IbisProActiveRuntimeImpl.startNewSession(Communication policy)
           
 

Uses of Communication in org.objectweb.proactive.core.runtime.rmi
 

Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type Communication
 long RmiProActiveRuntimeForwarderImpl.startNewSession(UniqueRuntimeID urid, Communication policy)
           
 long RmiProActiveRuntimeImpl.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type Communication
 long UniversalBodyWrapper.startNewSession(Communication policy)
           
 

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

Fields in org.objectweb.proactive.ext.security declared as Communication
protected  Communication PolicyRule.communicationReply
           
protected  Communication PolicyRule.communicationRequest
           
protected  Communication SecurityContext.sendRequest
           
protected  Communication SecurityContext.receiveRequest
           
protected  Communication SecurityContext.sendReply
           
protected  Communication SecurityContext.receiveReply
           
protected  Communication SecurityContext.proposedPolicy
           
 

Methods in org.objectweb.proactive.ext.security that return Communication
 Communication EncryptedBody.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication DefaultProActiveSecurityManager.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication ProActiveSecurityManager.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
          Method getPolicyTo.
 Communication PolicyRule.getCommunicationReply()
           
 Communication PolicyRule.getCommunicationRequest()
           
 Communication SecurityContext.getReceiveReply()
           
 Communication SecurityContext.getReceiveRequest()
           
 Communication SecurityContext.getSendReply()
           
 Communication SecurityContext.getSendRequest()
           
 Communication SecurityContext.getProposedPolicy()
           
static Communication Communication.computeCommunication(Communication from, Communication to)
          Method computePolicy.
 Communication PolicyServer.getPolicyTo(java.lang.String type, java.lang.String virtualNodeFrom, java.lang.String virtualNodeTo)
           
 

Methods in org.objectweb.proactive.ext.security with parameters of type Communication
 long EncryptedBody.startNewSession(Communication policy)
           
 long InternalBodySecurity.startNewSession(Communication policy)
           
 long ProActiveSecurityManager.startNewSession(Communication communicationPolicy)
           
 void PolicyRule.setCommunicationRulesRequest(Communication object)
           
 void PolicyRule.setCommunicationRulesReply(Communication object)
           
 void PolicyRule.setCommunicationRules(Communication[] arrayLists)
           
 void SecurityContext.setReceiveReply(Communication communication)
           
 void SecurityContext.setReceiveRequest(Communication communication)
           
 void SecurityContext.setSendReply(Communication communication)
           
 void SecurityContext.setSendRequest(Communication communication)
           
 void SecurityContext.setProposedPolicy(Communication proposedPolicy)
           
static Communication Communication.computeCommunication(Communication from, Communication to)
          Method computePolicy.
 long SecurityEntity.startNewSession(Communication policy)
          start an unvalidated empty session
 

Uses of Communication in org.objectweb.proactive.ext.security.crypto
 

Methods in org.objectweb.proactive.ext.security.crypto that return Communication
 Communication Session.getCommunication()
           
 

Constructors in org.objectweb.proactive.ext.security.crypto with parameters of type Communication
Session(long sessionID, Communication policy)
           
 

Uses of Communication in org.objectweb.proactive.ext.security.domain
 

Methods in org.objectweb.proactive.ext.security.domain with parameters of type Communication
 long DomainImpl.startNewSession(Communication policy)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.