@Addresses(value={"/subsystem=ejb3/remoting-profile=*/remoting-ejb-receiver=*/channel-creation-options=*","/subsystem=ejb3/service=remote/channel-creation-options=*"}) public class ChannelCreationOptions<T extends ChannelCreationOptions<T>> extends Object
| 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
|
String |
type()
The type of the channel creation option
|
T |
type(String 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)
@ModelNodeBinding(detypedName="type") public String type()
@ModelNodeBinding(detypedName="value") public String value()
Copyright © 2015 JBoss by Red Hat. All rights reserved.