public class 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.
|
ContextService |
jndiName(String value)
The JNDI Name to lookup the context service.
|
Boolean |
useTransactionSetupProvider()
Flag which indicates if the transaction setup provider should be used
|
ContextService |
useTransactionSetupProvider(Boolean value)
Flag which indicates if the transaction setup provider should be used
|
public ContextService(String key)
public String getKey()
public String jndiName()
public ContextService jndiName(String value)
public Boolean useTransactionSetupProvider()
public ContextService useTransactionSetupProvider(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.