public class ChannelCreationOptions extends Object
| Constructor and Description |
|---|
ChannelCreationOptions(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
type()
The type of the channel creation option
|
ChannelCreationOptions |
type(String value)
The type of the channel creation option
|
String |
value()
The value for the EJB remote channel creation option
|
ChannelCreationOptions |
value(String value)
The value for the EJB remote channel creation option
|
public ChannelCreationOptions(String key)
public String getKey()
public String type()
public ChannelCreationOptions type(String value)
public String value()
public ChannelCreationOptions value(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.