public class ChannelCreationOptions<T extends ChannelCreationOptions<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ChannelCreationOptions.Type | 
| Constructor and Description | 
|---|
| ChannelCreationOptions(String key) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addPropertyChangeListener(PropertyChangeListener listener)Adds a property change listener | 
| String | getKey() | 
| void | removePropertyChangeListener(PropertyChangeListener listener)Removes a property change listener | 
| ChannelCreationOptions.Type | type()The type of the channel creation option | 
| T | type(ChannelCreationOptions.Type value)The type of the channel creation option | 
| String | value()The value for the EJB remote channel creation option | 
| T | value(String value)The value for the EJB remote channel creation option | 
public ChannelCreationOptions(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public ChannelCreationOptions.Type type()
public T type(ChannelCreationOptions.Type value)
public String value()
Copyright © 2019 JBoss by Red Hat. All rights reserved.