Remote System Explorer DataStore
Release 1.0

Uses of Interface
org.eclipse.dstore.core.java.IRemoteClassInstance

Packages that use IRemoteClassInstance
org.eclipse.dstore.core.client   
org.eclipse.dstore.core.java   
org.eclipse.dstore.core.model   
org.eclipse.dstore.core.server   
org.eclipse.dstore.core.util   
 

Uses of IRemoteClassInstance in org.eclipse.dstore.core.client
 

Methods in org.eclipse.dstore.core.client with parameters of type IRemoteClassInstance
 void ClientUpdateHandler.updateClassInstance(IRemoteClassInstance runnable, String deserializebyteStreamHandlerId)
          Impleted to provide the means by which a class on the host is updated on the client
 void ClientCommandHandler.sendClassInstance(IRemoteClassInstance runnable, String deserializebyteStreamHandlerId)
           
 

Uses of IRemoteClassInstance in org.eclipse.dstore.core.java
 

Methods in org.eclipse.dstore.core.java that return IRemoteClassInstance
protected  IRemoteClassInstance ClassByteStreamHandler.ReceiveClassInstanceThread.loadInstance(InputStream ins)
           
 

Methods in org.eclipse.dstore.core.java with parameters of type IRemoteClassInstance
protected  void ClassByteStreamHandler.ReceiveClassInstanceThread.runInstance(IRemoteClassInstance instance)
           
 

Uses of IRemoteClassInstance in org.eclipse.dstore.core.model
 

Methods in org.eclipse.dstore.core.model with parameters of type IRemoteClassInstance
abstract  void UpdateHandler.updateClassInstance(IRemoteClassInstance runnable, String deserializebyteStreamHandlerId)
          Impleted to provide the means by which a class on the host is updated on the client
 void DataStore.updateRemoteClassInstance(IRemoteClassInstance instance, String byteStreamHandlerId)
           
 void DataStore.runRemoteClassInstance(IRemoteClassInstance runnable)
           
abstract  void CommandHandler.sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId)
          Runs the specified class on the remote system
 

Uses of IRemoteClassInstance in org.eclipse.dstore.core.server
 

Methods in org.eclipse.dstore.core.server with parameters of type IRemoteClassInstance
 void ServerUpdateHandler.updateClassInstance(IRemoteClassInstance runnable, String deserializebyteStreamHandlerId)
           
 void ServerCommandHandler.sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId)
           
 

Uses of IRemoteClassInstance in org.eclipse.dstore.core.util
 

Methods in org.eclipse.dstore.core.util with parameters of type IRemoteClassInstance
 void Sender.sendRemoteClassRunnable(DataElement objectRoot, IRemoteClassInstance runnable)
           
 void XMLgenerator.generateSerializedObject(DataElement object, IRemoteClassInstance runnable)
           
 


Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.