com.ibm.etools.iseries.subsystems.qsys.util
Class ISeriesProjectUtil.ConnectionState
java.lang.Object
com.ibm.etools.iseries.subsystems.qsys.util.ISeriesProjectUtil.ConnectionState
- Enclosing class:
- ISeriesProjectUtil
protected static class ISeriesProjectUtil.ConnectionState
- extends Object
Simple inner class for saving the libl and curlib while running
the program verifier for an iSeries project member. The values
are only set if they need to be restored. Otherwise (if the values
are null) then they were not modified and therefore do not need
to be restored.
This only occurs for curlib if the current library is already equal
to the associated library. For the library list this only occurs if
the old curlib is in the library list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_libl
protected IQSYSLibrary[] _libl
_curlib
protected IQSYSLibrary _curlib
ISeriesProjectUtil.ConnectionState
protected ISeriesProjectUtil.ConnectionState()
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.