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