public interface ServerWizardProvider
Servers folder in the system filesystem.| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Returns the display name of the wizard.
|
WizardDescriptor.InstantiatingIterator |
getInstantiatingIterator()
Returns the iterator for adding the instance.
|
String getDisplayName()
WizardDescriptor.InstantiatingIterator getInstantiatingIterator()
WizardDescriptor.InstantiatingIterator.instantiate()
should return the ServerInstance created by the wizard.
Note that if the instance created by the wizard should be mentioned by
the infrastructure (as you usually want this to happen),
ServerInstanceProvider must fire change events on all registered
listeners.
The Set returned by WizardDescriptor.InstantiatingIterator.instantiate()
should return the created ServerInstance.
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.