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 This package provides a security framework for the ProActive middleware. 
org.objectweb.proactive.ext.security.crypto **For internal use only** Provides the cryptographic services. 
org.objectweb.proactive.ext.security.domain Helper functions to create "domains", i.e. high-level security entities. 
 

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

Methods in org.objectweb.proactive.core.body with parameters of type Communication
 long BodyAdapterForwarder.startNewSession(Communication policy)
           
 long BodyAdapterImpl.startNewSession(Communication policy)
          start an unvalidated empty session
 long AbstractBody.startNewSession(Communication policy)
           
 long UniversalBodyForwarder.startNewSession(UniqueID id, Communication policy)
           
 long BodyForwarderImpl.startNewSession(UniqueID id, Communication policy)
           
 long RemoteBodyForwarder.startNewSession(UniqueID id, 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 RmiRemoteBodyImpl.startNewSession(Communication policy)
           
 long RmiRemoteBodyForwarderImpl.startNewSession(UniqueID id, Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.runtime with parameters of type Communication
 long ProActiveRuntimeAdapterImpl.startNewSession(Communication policy)
           
 long RemoteProActiveRuntime.startNewSession(Communication policy)
           
 long ProActiveRuntimeImpl.startNewSession(Communication policy)
           
 long ProActiveRuntimeAdapterForwarderImpl.startNewSession(Communication policy)
           
 long ProActiveRuntimeForwarderImpl.startNewSession(UniqueRuntimeID urid, Communication policy)
           
 long ProActiveRuntimeForwarder.startNewSession(UniqueRuntimeID urid, Communication policy)
           
 long RemoteProActiveRuntimeForwarder.startNewSession(UniqueRuntimeID ruid, 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 RmiProActiveRuntimeImpl.startNewSession(Communication policy)
           
 long RmiProActiveRuntimeForwarderImpl.startNewSession(UniqueRuntimeID urid, 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.proposedPolicy
           
protected  Communication SecurityContext.receiveReply
           
protected  Communication SecurityContext.receiveRequest
           
protected  Communication SecurityContext.sendReply
           
protected  Communication SecurityContext.sendRequest
           
 

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

Methods in org.objectweb.proactive.ext.security with parameters of type Communication
static Communication Communication.computeCommunication(Communication from, Communication to)
          Method computePolicy.
 void PolicyRule.setCommunicationRules(Communication[] arrayLists)
           
 void PolicyRule.setCommunicationRulesReply(Communication object)
           
 void PolicyRule.setCommunicationRulesRequest(Communication object)
           
 void SecurityContext.setProposedPolicy(Communication proposedPolicy)
           
 void SecurityContext.setReceiveReply(Communication communication)
           
 void SecurityContext.setReceiveRequest(Communication communication)
           
 void SecurityContext.setSendReply(Communication communication)
           
 void SecurityContext.setSendRequest(Communication communication)
           
 long EncryptedBody.startNewSession(Communication policy)
           
 long InternalBodySecurity.startNewSession(Communication policy)
           
 long ProActiveSecurityManager.startNewSession(Communication communicationPolicy)
           
 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-2007 INRIA All Rights Reserved.