| Modifier and Type | Method and Description |
|---|---|
void |
MsgConnectionsPresenter.launchNewAcceptorWizard(AcceptorType type) |
| Constructor and Description |
|---|
AcceptorList(MsgConnectionsPresenter presenter,
AcceptorType type) |
NewAcceptorWizard(MsgConnectionsPresenter presenter,
List<String> socketBindings,
AcceptorType type) |
| Constructor and Description |
|---|
AcceptorForm(FormToolStrip.FormCallback<Acceptor> callback,
AcceptorType type) |
AcceptorForm(FormToolStrip.FormCallback<Acceptor> callback,
AcceptorType type,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
AcceptorType |
Acceptor.getType() |
static AcceptorType |
AcceptorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcceptorType[] |
AcceptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Acceptor.setType(AcceptorType type) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.