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 | 
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 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String channel()
public Long lockTimeout()
Copyright © 2018 JBoss by Red Hat. All rights reserved.