RSE
Release 3.0

org.eclipse.rse.core
Interface IRSEModelInitializer


public interface IRSEModelInitializer

A model initializer creates objects in an RSE profile. For example, initializers can be used to create initial connections, filter pools, and filters.

Since:
org.eclipse.rse.core 3.0

Method Summary
 IStatus run(IProgressMonitor monitor)
          Runs the initializer.
 

Method Detail

run

IStatus run(IProgressMonitor monitor)
Runs the initializer. The initializer should set the monitor to done when complete.

Parameters:
monitor - the monitor that measures progress of this initializer.
Returns:
an IStatus indicating the success of the initializer. The status will be logged if it is not an OK status.

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.