|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SubSystem com.ibm.etools.iseries.subsystems.qsys.QSYSAbstractSubSystem
public abstract class QSYSAbstractSubSystem
Abstract parent class for QSYS subsystems.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
protected |
QSYSAbstractSubSystem(IHost host,
IConnectorService connectorService)
|
Method Summary | |
---|---|
void |
checkIsConnected()
This is a helper method you can call when performing actions that must be certain there is a connection. |
void |
checkIsConnected(IProgressMonitor monitor)
This is a helper method you can call when performing actions that must be certain there is a connection. |
void |
checkIsConnected(IProgressMonitor monitor,
boolean force)
This is a helper method you can call when performing actions that must be certain there is a connection. |
ISubSystem |
getCmdSubSystem()
Return the command subsystem ("iSeries Commands") for executing remote QSYS commands |
ISubSystem |
getObjectSubSystem()
Return the objects subsystem ("iSeries Objects") for accessing remote QSYS libs, objs, mbrs, etc. |
protected SystemMessageObject |
processListRetrieveError(SystemMessageException e,
String filterString)
Wrap a SystemMessage to a SystemMessageObject. |
void |
verifyConnected(IProgressMonitor monitor,
boolean force)
Checks if the connection is connected and tries to connect if not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String copyright
Constructor Detail |
---|
protected QSYSAbstractSubSystem(IHost host, IConnectorService connectorService)
Method Detail |
---|
public ISubSystem getCmdSubSystem()
IISeriesSubSystem
getCmdSubSystem
in interface IISeriesSubSystem
public ISubSystem getObjectSubSystem()
IISeriesSubSystem
getObjectSubSystem
in interface IISeriesSubSystem
protected SystemMessageObject processListRetrieveError(SystemMessageException e, String filterString)
e
- public void checkIsConnected() throws SystemMessageException
SystemMessageException
public void checkIsConnected(IProgressMonitor monitor) throws SystemMessageException
SystemMessageException
public void checkIsConnected(IProgressMonitor monitor, boolean force) throws SystemMessageException
SystemMessageException
public void verifyConnected(IProgressMonitor monitor, boolean force) throws SystemMessageException
SystemMessageException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |