iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core
Class ISeriesAdapterHelpers

java.lang.Object
  extended bycom.ibm.etools.systems.core.SystemAdapterHelpers
      extended bycom.ibm.etools.iseries.core.ISeriesAdapterHelpers

public class ISeriesAdapterHelpers
extends com.ibm.etools.systems.core.SystemAdapterHelpers

This class has static helper methods that will very efficiently get an iseries adapter. These adapters all implement both ISystemViewElementAdapter and ISystemRemoteElementAdapter.

See Also:
ISeriesSubSystemHelpers

Field Summary
static String copyright
           
 
Constructor Summary
ISeriesAdapterHelpers()
           
 
Method Summary
static ISeriesJobAdapter getJobAdapter()
          Retrieve the remote adapter for remote ISeries Jobs objects.
static ISeriesModuleAdapter getModuleAdapter()
          Retrieve the remote adapter for remote ISeries *MODULE objects.
static ISeriesMessageAdapter getMsgAdapter()
          Retrieve the remote adapter for remote messages.
static ISeriesProcedureAdapter getProcedureAdapter()
          Retrieve the remote adapter for remote ISeries *MODULE objects.
static ISeriesQSYSAdapter getQSYSAdapter()
          Retrieve the remote adapter for remote ISeries Objects objects.
static com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter getRemoteAdapter(Object anyRemoteObject)
          Efficiently return the remote adapter given any iSeries remote object produced by any IBM-supplied iSeries subsystem.
 
Methods inherited from class com.ibm.etools.systems.core.SystemAdapterHelpers
getAdapter, getAdapter, getAdapter, getRemoteAdapter, getSystemViewAdapterFactory, getSystemViewFileAdapterFactory, getSystemViewOutputAdapterFactory, getSystemViewRemoteOutputAdapterFactory, getSystemViewSearchResultSetAdapterFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesAdapterHelpers

public ISeriesAdapterHelpers()
Method Detail

getJobAdapter

public static ISeriesJobAdapter getJobAdapter()
Retrieve the remote adapter for remote ISeries Jobs objects. Fastpath for performance...


getModuleAdapter

public static ISeriesModuleAdapter getModuleAdapter()
Retrieve the remote adapter for remote ISeries *MODULE objects. Fastpath for performance...


getProcedureAdapter

public static ISeriesProcedureAdapter getProcedureAdapter()
Retrieve the remote adapter for remote ISeries *MODULE objects. Fastpath for performance...


getQSYSAdapter

public static ISeriesQSYSAdapter getQSYSAdapter()
Retrieve the remote adapter for remote ISeries Objects objects. Fastpath for performance...


getMsgAdapter

public static ISeriesMessageAdapter getMsgAdapter()
Retrieve the remote adapter for remote messages. Fastpath for performance...


getRemoteAdapter

public static com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter getRemoteAdapter(Object anyRemoteObject)
Efficiently return the remote adapter given any iSeries remote object produced by any IBM-supplied iSeries subsystem.


iSeries Remote Systems
v6.0.0

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.