Uses of Class
tweed.invocation.ExternalizedCommand

Packages that use ExternalizedCommand
tweed.invocation Invocation is making server-side operations happen, and get the result back on client-side. 
 

Uses of ExternalizedCommand in tweed.invocation
 

Methods in tweed.invocation that return ExternalizedCommand
protected  ExternalizedCommand LoopbackInvoker.simulateTravel(ExternalizedCommand externalizedCommand)
          Serializes / deserializes ExternalizedCommand in memory to simulate travel between client and server.
protected  ExternalizedCommand LoopbackInvoker.doInvoke(ExternalizedCommand externalizedCommand)
           
protected abstract  ExternalizedCommand CommandInvoker.doInvoke(ExternalizedCommand externalizedCommand)
           
 

Methods in tweed.invocation with parameters of type ExternalizedCommand
protected  ExternalizedCommand LoopbackInvoker.simulateTravel(ExternalizedCommand externalizedCommand)
          Serializes / deserializes ExternalizedCommand in memory to simulate travel between client and server.
protected  ExternalizedCommand LoopbackInvoker.doInvoke(ExternalizedCommand externalizedCommand)
           
 void CommandExecutor.execute(ExternalizedCommand externalizedCommand)
           
protected abstract  ExternalizedCommand CommandInvoker.doInvoke(ExternalizedCommand externalizedCommand)
           
 



Copyright © 2003 Laurent Caillette. All Rights Reserved.