public class DatabaseDataStore<T extends DatabaseDataStore<T>> extends Object
| Constructor and Description | 
|---|
DatabaseDataStore(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
Boolean | 
allowExecution()
If this node is allowed to execute timers. 
 | 
T | 
allowExecution(Boolean value)
If this node is allowed to execute timers. 
 | 
String | 
database()
The type of database that is in use. 
 | 
T | 
database(String value)
The type of database that is in use. 
 | 
String | 
datasourceJndiName()
The datasource that is used to persist the timers 
 | 
T | 
datasourceJndiName(String value)
The datasource that is used to persist the timers 
 | 
String | 
getKey()  | 
String | 
partition()
The partition name. 
 | 
T | 
partition(String value)
The partition name. 
 | 
Integer | 
refreshInterval()
Interval between refreshing the current timer set against the underlying
 database. 
 | 
T | 
refreshInterval(Integer value)
Interval between refreshing the current timer set against the underlying
 database. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public DatabaseDataStore(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean allowExecution()
public T allowExecution(Boolean value)
public String database()
public T database(String value)
public String datasourceJndiName()
public T datasourceJndiName(String value)
public String partition()
public T partition(String value)
public Integer refreshInterval()
Copyright © 2018 JBoss by Red Hat. All rights reserved.