public class JGroupsTransport<T extends JGroupsTransport<T>> extends Object
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 String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String channel()
@Deprecated public String cluster()
@Deprecated public T cluster(String value)
@Deprecated public String executor()
@Deprecated public T executor(String value)
public Long lockTimeout()
@Deprecated public String stack()
@Deprecated public T stack(String value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.