| Constructor and Description |
|---|
JGroupsTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
channel()
The channel of this cache container's transport.
|
T |
channel(String value)
The channel of this cache container's transport.
|
String |
cluster()
Deprecated.
Deprecated. The cluster used by the transport of this cache
container is configured via the JGroups subsystem.
|
T |
cluster(String value)
Deprecated.
Deprecated. The cluster used by the transport of this cache
container is configured via the JGroups subsystem.
|
String |
executor()
Deprecated.
Deprecated. This will be replaced by thread pool
configuration embedded in the subsystem in a future release.
|
T |
executor(String value)
Deprecated.
Deprecated. This will be replaced by thread pool
configuration embedded in the subsystem in a future release.
|
String |
getKey() |
Long |
lockTimeout()
The timeout for locks for the transport
|
T |
lockTimeout(Long value)
The timeout for locks for the transport
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
stack()
Deprecated.
Deprecated. The protocol stack used by the transport of this
cache container is configured via the JGroups subsystem.
|
T |
stack(String value)
Deprecated.
Deprecated. The protocol stack used by the transport of this
cache container is configured via the JGroups subsystem.
|
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="channel") public String channel()
@Deprecated @ModelNodeBinding(detypedName="cluster") public String cluster()
@Deprecated public T cluster(String value)
@Deprecated @ModelNodeBinding(detypedName="executor") public String executor()
@Deprecated public T executor(String value)
@ModelNodeBinding(detypedName="lock-timeout") public Long lockTimeout()
@Deprecated @ModelNodeBinding(detypedName="stack") public String stack()
@Deprecated public T stack(String value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.