Class ProtocolWizard
- java.lang.Object
-
- org.jboss.hal.client.configuration.subsystem.jgroups.ProtocolWizard
-
public class ProtocolWizard extends Object
-
-
Constructor Summary
Constructors Constructor Description ProtocolWizard(Resources resources, Set<String> protocolNames, Function<String,Metadata> getProtocolMetadata, Wizard.FinishCallback<org.jboss.hal.client.configuration.subsystem.jgroups.ProtocolWizard.Context,org.jboss.hal.client.configuration.subsystem.jgroups.ProtocolWizard.State> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetProtocol(String name)voidshow()
-
-
-
Constructor Detail
-
ProtocolWizard
public ProtocolWizard(Resources resources, Set<String> protocolNames, Function<String,Metadata> getProtocolMetadata, Wizard.FinishCallback<org.jboss.hal.client.configuration.subsystem.jgroups.ProtocolWizard.Context,org.jboss.hal.client.configuration.subsystem.jgroups.ProtocolWizard.State> callback)
-
-
Method Detail
-
show
public void show()
-
setProtocol
public void setProtocol(String name)
-
-