RSE
Release 1.0

org.eclipse.rse.core.subsystems
Interface IRemoteObjectResolver

All Known Subinterfaces:
IFileServiceSubSystem, IProcessServiceSubSystem, IRemoteCmdSubSystem, IRemoteFileSubSystem, IRemoteProcessSubSystem, IServiceSubSystem, IShellServiceSubSystem, ISubSystem
All Known Implementing Classes:
FileServiceSubSystem, ProcessServiceSubSystem, org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCmdSubSystem, RemoteFileSubSystem, RemoteProcessSubSystemImpl, ServiceSubSystem, ShellServiceSubSystem, SubSystem

public interface IRemoteObjectResolver

Interface for resolving an object in a subsystem from a unique ID


Method Summary
 Object getObjectWithAbsoluteName(String key)
          For drag and drop, clipboard, and other object retrieval mechanisms in support of remote objects.
 

Method Detail

getObjectWithAbsoluteName

public Object getObjectWithAbsoluteName(String key)
                                 throws Exception
For drag and drop, clipboard, and other object retrieval mechanisms in support of remote objects.

Return the remote object within the subsystem that corresponds to the specified unique ID.

This is the functional opposite of ISystemRemoteElementAdapter.getAbsoluteName(Object).

Throws:
Exception

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.