Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.objects
Interface IRemoteObjectContext

All Known Implementing Classes:
RemoteObjectContext

public interface IRemoteObjectContext

This interface represents a place to hold contextual information stored within each remote object.

We store in here information that might be the same for multiple remote objects, in order to save memory. This way, we can merely hold a reference to a single object, which itself may have numerous pieces of information helpful when processing actions on a particular remote object.

See Also:
org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileContext

Field Summary
static String copyright
           
 
Method Summary
 QSYSObjectSubSystem getObjectSubsystem()
          Get the Object subsystem (which in turn provides access to the IHost
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getObjectSubsystem

QSYSObjectSubSystem getObjectSubsystem()
Get the Object subsystem (which in turn provides access to the IHost


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.