Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.util
Class ShowEventsFileInErrorListView

java.lang.Object
  extended by com.ibm.etools.iseries.rse.util.ShowEventsFileInErrorListView

public class ShowEventsFileInErrorListView
extends Object

Licensed Materials - Property of IBM (c) Copyright IBM Corporation 2008. All Rights Reserved. Note to U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.


Nested Class Summary
 class ShowEventsFileInErrorListView.EventsFileRetrieveRunnable
          The runnable object that retrieves the event file after the compile command has executed
 
Field Summary
static String Copyright
           
 
Constructor Summary
ShowEventsFileInErrorListView()
          Empty constructor! Used for accessing inner class EventsFileRetrieveRunnable.
ShowEventsFileInErrorListView(Shell shell, IProgressMonitor monitor, QSYSEventFileInformation evfInfo)
          Call this after successfully reading the LDA (non-batch) or setting the event file name (batch) Retrieve and show events file.
 
Method Summary
 ShowEventsFileInErrorListView.EventsFileRetrieveRunnable getEvfRetrieveRunnableInstance(IQSYSMember member)
          Provides public access to the private inner class for retrieving the event file after the compile command has executed
protected  IRunnableContext getRunnableContext(Shell shell)
          Get an IRunnable context to show progress in.
 
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

ShowEventsFileInErrorListView

public ShowEventsFileInErrorListView(Shell shell,
                                     IProgressMonitor monitor,
                                     QSYSEventFileInformation evfInfo)
Call this after successfully reading the LDA (non-batch) or setting the event file name (batch) Retrieve and show events file.

Parameters:
shell - - shell to host error message dialog in case something goes wrong.

ShowEventsFileInErrorListView

public ShowEventsFileInErrorListView()
Empty constructor! Used for accessing inner class EventsFileRetrieveRunnable. To be used only for testing and retrieving event files from JUnit.

Method Detail

getRunnableContext

protected IRunnableContext getRunnableContext(Shell shell)
Get an IRunnable context to show progress in. If there is currently a dialog or wizard up with a progress monitor in it, we will use this, else we will create a progress monitor dialog.


getEvfRetrieveRunnableInstance

public ShowEventsFileInErrorListView.EventsFileRetrieveRunnable getEvfRetrieveRunnableInstance(IQSYSMember member)
Provides public access to the private inner class for retrieving the event file after the compile command has executed

Parameters:
member - - Remote event file
Returns:

Rational Developer for Power Systems Software
V7.6

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.