iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core
Interface IISeriesSystem

All Superinterfaces:
com.ibm.etools.systems.subsystems.ISystem
All Known Implementing Classes:
ISeriesSystemToolbox

public interface IISeriesSystem
extends com.ibm.etools.systems.subsystems.ISystem

This represents our connection to a remote iSeries system. All of our iSeries subsystems share a single one of these for a given connection.


Field Summary
static String Copyright
           
 
Fields inherited from interface com.ibm.etools.systems.subsystems.ISystem
copyright
 
Method Summary
 com.ibm.as400.access.AS400 getAS400Object()
          Return our iSeries toolbox object.
 com.ibm.etools.systems.dstore.core.model.DataStore getDataStoreObject()
          Return the DataStore object used in communications layer for IBM iSeries subsystems.
 void showWarningMsgs(Shell shell, Vector warnings)
          Show any warning messages returned by host api calls.
 
Methods inherited from interface com.ibm.etools.systems.subsystems.ISystem
addCommunicationsListener, clearPasswordCache, clearPasswordCache, clearUserIdCache, connect, disconnect, getHomeDirectory, getHostName, getPort, getSubSystem, getSystemType, getTempDirectory, getUserId, getVersionReleaseModification, inheritConnectionUserPassword, isConnected, isPasswordCached, isPasswordCached, isSuppressSignonPrompt, notifyConnection, notifyDisconnection, notifyError, promptForPassword, removeCommunicationsListener, reset, setPassword, setPassword, setSubSystem, setSuppressSignonPrompt, shareUserPasswordWithConnection
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

showWarningMsgs

public void showWarningMsgs(Shell shell,
                            Vector warnings)
Show any warning messages returned by host api calls.

Parameters:
shell - Parent UI
warnings - Vector of String or toString()'able messages.

getAS400Object

public com.ibm.as400.access.AS400 getAS400Object()
Return our iSeries toolbox object. This is the class from the AS/400 Toolbox for Java that is used for the actual connection and communication. This class here simply wrappers that object for use in the IDE. If not created yet, create it now.


getDataStoreObject

public com.ibm.etools.systems.dstore.core.model.DataStore getDataStoreObject()
Return the DataStore object used in communications layer for IBM iSeries subsystems.


iSeries Remote Systems
v6.0.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.