public class ContextService<T extends ContextService> extends Object
| Constructor and Description |
|---|
ContextService(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
jndiName()
The JNDI Name to lookup the context service.
|
T |
jndiName(String value)
The JNDI Name to lookup the context service.
|
Boolean |
useTransactionSetupProvider()
Flag which indicates if the transaction setup provider should be used
|
T |
useTransactionSetupProvider(Boolean value)
Flag which indicates if the transaction setup provider should be used
|
public ContextService(String key)
Copyright © 2015 JBoss by Red Hat. All rights reserved.