Remote System Explorer DataStore
Release 3.0

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

Packages that use IRemoteClassInstance
org.eclipse.dstore.core.java   
org.eclipse.dstore.core.model   
 

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
 void DataStore.runRemoteClassInstance(IRemoteClassInstance runnable)
           
abstract  void CommandHandler.sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId)
          Runs the specified class on the remote system
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)
           
 


Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.