|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.ISeriesSubSystemHelpers
We very often have need to quickly retrieve a subsystem or subsystem factory given any remote object. There are various ways and means of doing this, but to save the effort deciding which one to use, simply use these helpers methods.
ISeriesAdapterHelpers
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ISeriesSubSystemHelpers()
|
Method Summary | |
---|---|
static CmdSubSystem |
getISeriesCommandsSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
Given a system connection, return the ISeries Commands subsystem. |
static CmdSubSystemFactory |
getISeriesCommandsSubSystemFactory()
Return the singleton instance of the ISeries Commands subsystem factory |
static AS400ifsCmdSubSystem |
getISeriesIFSCommandsSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
Given a system connection, return the ISeries IFS Commands subsystem. |
static AS400ifsCmdSubSystemFactory |
getISeriesIFSCommandsSubSystemFactory()
Return the singleton instance of the ISeries IFS Commands subsystem factory |
static AS400ifsFileSubSystem |
getISeriesIFSFilesSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
Given a system connection, return the ISeries IFS Files subsystem. |
static AS400ifsFileSubSystemFactory |
getISeriesIFSFilesSubSystemFactory()
Return the singleton instance of the ISeries IFS Files subsystem factory |
static JobSubSystem |
getISeriesJobsSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
Given a system connection, return the ISeries Jobs subsystem. |
static JobSubSystemFactory |
getISeriesJobsSubSystemFactory()
Return the singleton instance of the ISeries Jobs subsystem factory |
static FileSubSystem |
getISeriesObjectsSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
Given a system connection, return the ISeries Objects subsystem. |
static FileSubSystemFactory |
getISeriesObjectsSubSystemFactory()
Return the singleton instance of the ISeries Objects subsystem factory |
static IISeriesSubSystem |
getSubSystem(Object anyRemoteObject)
Given any iSeries remote object produced by any IBM-supplied iSeries subsystem, efficiently return the subsystem which produced it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public ISeriesSubSystemHelpers()
Method Detail |
public static IISeriesSubSystem getSubSystem(Object anyRemoteObject)
public static FileSubSystem getISeriesObjectsSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
public static CmdSubSystem getISeriesCommandsSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
public static JobSubSystem getISeriesJobsSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
public static AS400ifsFileSubSystem getISeriesIFSFilesSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
public static AS400ifsCmdSubSystem getISeriesIFSCommandsSubSystem(com.ibm.etools.systems.model.SystemConnection connection)
public static FileSubSystemFactory getISeriesObjectsSubSystemFactory()
public static CmdSubSystemFactory getISeriesCommandsSubSystemFactory()
public static JobSubSystemFactory getISeriesJobsSubSystemFactory()
public static AS400ifsFileSubSystemFactory getISeriesIFSFilesSubSystemFactory()
public static AS400ifsCmdSubSystemFactory getISeriesIFSCommandsSubSystemFactory()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |