Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems
Interface IRemoteObjectResolver

All Known Subinterfaces:
DefaultCmdSubSystem, DefaultFileSubSystem, DefaultJobSubSystem, DefaultSubSystem, LocalCmdSubSystem, LocalFileSubSystem, RemoteCmdSubSystem, RemoteFileSubSystem, RemoteJobSubSystem, SubSystem, UniversalCmdSubSystem, UniversalFileSubSystem, UniversalJobSubSystem
All Known Implementing Classes:
DefaultCmdSubSystemImpl, DefaultFileSubSystemImpl, DefaultJobSubSystemImpl, DefaultSubSystemImpl, LocalCmdSubSystemImpl, LocalFileSubSystemImpl, RemoteCmdSubSystemImpl, RemoteFileSubSystemImpl, RemoteJobSubSystemImpl, SubSystemImpl, UniversalCmdSubSystemImpl, UniversalFileSubSystemImpl, UniversalJobSubSystemImpl

public interface IRemoteObjectResolver

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


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

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
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

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.