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.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   
org.objectweb.proactive.ext.security.crypto **For internal use only** Provides the cryptographic services.  
 

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

Methods in org.objectweb.proactive.core.body that return Communication
 Communication AbstractBody.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication UniversalBody.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 

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

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

Methods in org.objectweb.proactive.core.body.http that return Communication
 Communication RemoteBodyAdapter.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication HttpRemoteBodyImpl.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 

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

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

Methods in org.objectweb.proactive.core.body.ibis that return Communication
 Communication IbisRemoteBodyImpl.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication IbisRemoteBodyAdapter.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication IbisRemoteBody.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 

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

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

Methods in org.objectweb.proactive.core.body.jini that return Communication
 Communication JiniBodyImpl.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication JiniBodyAdapter.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication JiniBody.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 

Methods in org.objectweb.proactive.core.body.jini with parameters of type Communication
 long JiniBodyImpl.startNewSession(Communication policy)
           
 long JiniBodyAdapter.startNewSession(Communication policy)
           
 long JiniBody.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.core.body.rmi that return Communication
 Communication RemoteBodyImpl.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication RemoteBodyAdapter.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication RemoteBody.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 

Methods in org.objectweb.proactive.core.body.rmi with parameters of type Communication
 long RemoteBodyImpl.startNewSession(Communication policy)
           
 long RemoteBodyAdapter.startNewSession(Communication policy)
           
 long RemoteBody.startNewSession(Communication policy)
           
 

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

Methods in org.objectweb.proactive.ext.mixedlocation that return Communication
 Communication UniversalBodyWrapper.getPolicyTo(java.lang.String vn, java.lang.String from, java.lang.String to)
           
 

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 SecurityContext.sendRequest
           
protected  Communication SecurityContext.receiveRequest
           
protected  Communication SecurityContext.sendReply
           
protected  Communication SecurityContext.receiveReply
           
protected  Communication SecurityContext.proposedPolicy
           
protected  Communication Policy.communicationReply
           
protected  Communication Policy.communicationRequest
           
 

Methods in org.objectweb.proactive.ext.security that return Communication
 Communication DefaultProActiveSecurityManager.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 Communication InternalBodySecurity.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
           
 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 Policy.getCommunicationReply()
           
 Communication Policy.getCommunicationRequest()
           
 Communication ProActiveSecurityManager.getPolicyTo(java.lang.String type, java.lang.String from, java.lang.String to)
          Method getPolicyTo.
 Communication ProActiveSecurityManager.getPolicyFrom(java.lang.String type, java.lang.String from, java.lang.String to)
           
 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 InternalBodySecurity.startNewSession(Communication policy)
           
 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.
 void Policy.setCommunicationRulesRequest(Communication object)
           
 void Policy.setCommunicationRulesReply(Communication object)
           
 void Policy.setCommunicationRules(Communication[] arrayLists)
           
 long ProActiveSecurityManager.startNewSession(Communication po)
           
 

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)
           
 



Copyright ? October 2004 INRIA All Rights Reserved.