Uses of Interface
provided.compute.IRemoteTaskViewAdapter

Packages that use IRemoteTaskViewAdapter
provided.client.model   
provided.compute   
provided.engine.model   
 

Uses of IRemoteTaskViewAdapter in provided.client.model
 

Fields in provided.client.model declared as IRemoteTaskViewAdapter
private  IRemoteTaskViewAdapter ClientModel.clientTA
          The view adapter that the server can use to append messages to this client's view.
private  IRemoteTaskViewAdapter ClientModel.clientTAstub
          RMI stub for clientTA.
private  IRemoteTaskViewAdapter ClientModel.serverTA
          The adapter that connects all the way back to the remote system's view enabling this client to append messages to the server's view.
 

Uses of IRemoteTaskViewAdapter in provided.compute
 

Methods in provided.compute that return IRemoteTaskViewAdapter
 IRemoteTaskViewAdapter ICompute.setTextAdapter(IRemoteTaskViewAdapter clientTVA)
          Sets this object's IRemoteTaskViewAdapter so that it can print strings out on the correct target.
 

Methods in provided.compute with parameters of type IRemoteTaskViewAdapter
 IRemoteTaskViewAdapter ICompute.setTextAdapter(IRemoteTaskViewAdapter clientTVA)
          Sets this object's IRemoteTaskViewAdapter so that it can print strings out on the correct target.
 

Uses of IRemoteTaskViewAdapter in provided.engine.model
 

Fields in provided.engine.model declared as IRemoteTaskViewAdapter
private  IRemoteTaskViewAdapter ComputeEngine.clientTVA
          A remote view adapter connected to the client's view
 

Methods in provided.engine.model that return IRemoteTaskViewAdapter
 IRemoteTaskViewAdapter ComputeEngine.setTextAdapter(IRemoteTaskViewAdapter clientTVA)
          Sets a remote view adapter for the server to use to display info on the client's view and returns a remote view adapter for the client to use to display info on the server's view.
 

Methods in provided.engine.model with parameters of type IRemoteTaskViewAdapter
 IRemoteTaskViewAdapter ComputeEngine.setTextAdapter(IRemoteTaskViewAdapter clientTVA)
          Sets a remote view adapter for the server to use to display info on the client's view and returns a remote view adapter for the client to use to display info on the server's view.