public class DefaultBindingsService<T extends DefaultBindingsService<T>> extends Object
| Constructor and Description | 
|---|
DefaultBindingsService()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
contextService()
The JNDI name where the default EE Context Service can be found 
 | 
T | 
contextService(String value)
The JNDI name where the default EE Context Service can be found 
 | 
String | 
datasource()
The JNDI name where the default EE Datasource can be found 
 | 
T | 
datasource(String value)
The JNDI name where the default EE Datasource can be found 
 | 
String | 
getKey()  | 
String | 
jmsConnectionFactory()
The JNDI name where the default EE JMS Connection Factory can be found 
 | 
T | 
jmsConnectionFactory(String value)
The JNDI name where the default EE JMS Connection Factory can be found 
 | 
String | 
managedExecutorService()
The JNDI name where the default EE Managed Executor Service can be found 
 | 
T | 
managedExecutorService(String value)
The JNDI name where the default EE Managed Executor Service can be found 
 | 
String | 
managedScheduledExecutorService()
The JNDI name where the default EE Managed Scheduled Executor Service can
 be found 
 | 
T | 
managedScheduledExecutorService(String value)
The JNDI name where the default EE Managed Scheduled Executor Service can
 be found 
 | 
String | 
managedThreadFactory()
The JNDI name where the default EE Managed Thread Factory can be found 
 | 
T | 
managedThreadFactory(String value)
The JNDI name where the default EE Managed Thread Factory can be found 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String contextService()
public T contextService(String value)
public String datasource()
public T datasource(String value)
public String jmsConnectionFactory()
public T jmsConnectionFactory(String value)
public String managedExecutorService()
public T managedExecutorService(String value)
public String managedScheduledExecutorService()
public T managedScheduledExecutorService(String value)
public String managedThreadFactory()
Copyright © 2018 JBoss by Red Hat. All rights reserved.