Uses of Class
org.objectweb.proactive.core.component.request.Shortcut

Packages that use Shortcut
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.component.body Component meta-objects are created from the ComponentBody.  
org.objectweb.proactive.core.component.request This package contains classes related to component requests.  
org.objectweb.proactive.core.mop **For internal use only** Defines the Meta Object Protocol used in ProActive that allows the interception of a method call to an active object and its reification as a request sent to a body.  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
 

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

Methods in org.objectweb.proactive.core.body with parameters of type Shortcut
 void UniversalBodyForwarder.createShortcut(UniqueID id, Shortcut shortcut)
           
 void BodyForwarderImpl.createShortcut(UniqueID id, Shortcut shortcut)
           
 void BodyAdapterImpl.createShortcut(Shortcut shortcut)
           
 void BodyAdapterForwarder.createShortcut(Shortcut shortcut)
           
 void AbstractUniversalBody.createShortcut(Shortcut shortcut)
           
 void UniversalBody.createShortcut(Shortcut shortcut)
          similar to the UniversalBody.updateLocation(org.objectweb.proactive.core.UniqueID, UniversalBody) method, it allows direct communication to the target of a functional call, accross membranes of composite components.
 

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

Methods in org.objectweb.proactive.core.body.http with parameters of type Shortcut
 void HttpRemoteBodyImpl.createShortcut(Shortcut shortcut)
           
 

Uses of Shortcut in org.objectweb.proactive.core.component.body
 

Methods in org.objectweb.proactive.core.component.body with parameters of type Shortcut
 void ComponentBodyImpl.keepShortcut(Shortcut shortcut)
           
 

Uses of Shortcut in org.objectweb.proactive.core.component.request
 

Methods in org.objectweb.proactive.core.component.request that return Shortcut
 Shortcut ComponentRequestImpl.getShortcut()
           
 Shortcut ComponentRequest.getShortcut()
           
 

Uses of Shortcut in org.objectweb.proactive.core.mop
 

Fields in org.objectweb.proactive.core.mop declared as Shortcut
protected  Shortcut MethodCall.shortcut
           
 

Methods in org.objectweb.proactive.core.mop that return Shortcut
 Shortcut MethodCall.getShortcut()
           
 

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

Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type Shortcut
 void UniversalBodyWrapper.createShortcut(Shortcut shortcut)
           
 

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

Methods in org.objectweb.proactive.ext.security with parameters of type Shortcut
 void EncryptedBody.createShortcut(Shortcut shortcut)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.