public class Ejb3 extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Ejb3.Ejb3Resources
Child mutators for Ejb3
|
| Constructor and Description |
|---|
Ejb3() |
| Modifier and Type | Method and Description |
|---|---|
Async |
async()
The EJB3 Asynchronous Invocation Service
|
Ejb3 |
async(Async value)
The EJB3 Asynchronous Invocation Service
|
Ejb3 |
cache(Cache value)
Add the Cache object to the list of subresources
|
Ejb3 |
caches(List<Cache> value)
Add all Cache objects to this subresource
|
Ejb3 |
clusterPassivationStore(ClusterPassivationStore value)
Add the ClusterPassivationStore object to the list of subresources
|
Ejb3 |
clusterPassivationStores(List<ClusterPassivationStore> value)
Add all ClusterPassivationStore objects to this subresource
|
String |
defaultClusteredSfsbCache()
Name of the default stateful bean cache, which will be applicable to all clustered stateful EJBs, unless overridden at the deployment or bean level
|
Ejb3 |
defaultClusteredSfsbCache(String value)
Name of the default stateful bean cache, which will be applicable to all clustered stateful EJBs, unless overridden at the deployment or bean level
|
String |
defaultDistinctName()
The default distinct name that is applied to every EJB deployed on this server
|
Ejb3 |
defaultDistinctName(String value)
The default distinct name that is applied to every EJB deployed on this server
|
String |
defaultEntityBeanInstancePool()
Name of the default entity bean instance pool, which will be applicable to all entity beans, unless overridden at the deployment or bean level
|
Ejb3 |
defaultEntityBeanInstancePool(String value)
Name of the default entity bean instance pool, which will be applicable to all entity beans, unless overridden at the deployment or bean level
|
Boolean |
defaultEntityBeanOptimisticLocking()
If set to true entity beans will use optimistic locking by default
|
Ejb3 |
defaultEntityBeanOptimisticLocking(Boolean value)
If set to true entity beans will use optimistic locking by default
|
String |
defaultMdbInstancePool()
Name of the default MDB instance pool, which will be applicable to all MDBs, unless overridden at the deployment or bean level
|
Ejb3 |
defaultMdbInstancePool(String value)
Name of the default MDB instance pool, which will be applicable to all MDBs, unless overridden at the deployment or bean level
|
Boolean |
defaultMissingMethodPermissionsDenyAccess()
If this is set to true then methods on an EJB with a security domain specified or with other methods with security metadata will have an implicit @DenyAll unless other security metadata is present
|
Ejb3 |
defaultMissingMethodPermissionsDenyAccess(Boolean value)
If this is set to true then methods on an EJB with a security domain specified or with other methods with security metadata will have an implicit @DenyAll unless other security metadata is present
|
String |
defaultResourceAdapterName()
Name of the default resource adapter name that will be used by MDBs, unless overridden at the deployment or bean level
|
Ejb3 |
defaultResourceAdapterName(String value)
Name of the default resource adapter name that will be used by MDBs, unless overridden at the deployment or bean level
|
String |
defaultSecurityDomain()
The default security domain that will be used for EJBs if the bean doesn't explicitly specify one
|
Ejb3 |
defaultSecurityDomain(String value)
The default security domain that will be used for EJBs if the bean doesn't explicitly specify one
|
String |
defaultSfsbCache()
Name of the default stateful bean cache, which will be applicable to all stateful EJBs, unless overridden at the deployment or bean level
|
Ejb3 |
defaultSfsbCache(String value)
Name of the default stateful bean cache, which will be applicable to all stateful EJBs, unless overridden at the deployment or bean level
|
String |
defaultSfsbPassivationDisabledCache()
Name of the default stateful bean cache, which will be applicable to all stateful EJBs which have passivation disabled.
|
Ejb3 |
defaultSfsbPassivationDisabledCache(String value)
Name of the default stateful bean cache, which will be applicable to all stateful EJBs which have passivation disabled.
|
Long |
defaultSingletonBeanAccessTimeout()
The default access timeout for singleton beans
|
Ejb3 |
defaultSingletonBeanAccessTimeout(Long value)
The default access timeout for singleton beans
|
String |
defaultSlsbInstancePool()
Name of the default stateless bean instance pool, which will be applicable to all stateless EJBs, unless overridden at the deployment or bean level
|
Ejb3 |
defaultSlsbInstancePool(String value)
Name of the default stateless bean instance pool, which will be applicable to all stateless EJBs, unless overridden at the deployment or bean level
|
Long |
defaultStatefulBeanAccessTimeout()
The default access timeout for stateful beans
|
Ejb3 |
defaultStatefulBeanAccessTimeout(Long value)
The default access timeout for stateful beans
|
Boolean |
disableDefaultEjbPermissions()
This deprecated attribute has no effect and will be removed in a future release; it may never be set to a "false" value
|
Ejb3 |
disableDefaultEjbPermissions(Boolean value)
This deprecated attribute has no effect and will be removed in a future release; it may never be set to a "false" value
|
Boolean |
enableStatistics()
If set to true, enable the collection of invocation statistics.
|
Ejb3 |
enableStatistics(Boolean value)
If set to true, enable the collection of invocation statistics.
|
Ejb3 |
filePassivationStore(FilePassivationStore value)
Add the FilePassivationStore object to the list of subresources
|
Ejb3 |
filePassivationStores(List<FilePassivationStore> value)
Add all FilePassivationStore objects to this subresource
|
String |
getKey() |
Iiop |
iiop()
The IIOP service
|
Ejb3 |
iiop(Iiop value)
The IIOP service
|
Boolean |
inVmRemoteInterfaceInvocationPassByValue()
If set to false, the parameters to invocations on remote interface of an EJB, will be passed by reference.
|
Ejb3 |
inVmRemoteInterfaceInvocationPassByValue(Boolean value)
If set to false, the parameters to invocations on remote interface of an EJB, will be passed by reference.
|
Boolean |
logSystemExceptions()
If this is true then all EJB system (not application) exceptions will be logged.
|
Ejb3 |
logSystemExceptions(Boolean value)
If this is true then all EJB system (not application) exceptions will be logged.
|
Ejb3 |
passivationStore(PassivationStore value)
Add the PassivationStore object to the list of subresources
|
Ejb3 |
passivationStores(List<PassivationStore> value)
Add all PassivationStore objects to this subresource
|
Remote |
remote()
The EJB3 Remote Service
|
Ejb3 |
remote(Remote value)
The EJB3 Remote Service
|
Ejb3 |
remotingProfile(RemotingProfile value)
Add the RemotingProfile object to the list of subresources
|
Ejb3 |
remotingProfiles(List<RemotingProfile> value)
Add all RemotingProfile objects to this subresource
|
Ejb3 |
strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
Add the StrictMaxBeanInstancePool object to the list of subresources
|
Ejb3 |
strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
Add all StrictMaxBeanInstancePool objects to this subresource
|
Ejb3.Ejb3Resources |
subresources() |
Ejb3 |
threadPool(ThreadPool value)
Add the ThreadPool object to the list of subresources
|
Ejb3 |
threadPools(List<ThreadPool> value)
Add all ThreadPool objects to this subresource
|
TimerService |
timerService()
The EJB timer service
|
Ejb3 |
timerService(TimerService value)
The EJB timer service
|
public String getKey()
public String defaultClusteredSfsbCache()
public Ejb3 defaultClusteredSfsbCache(String value)
public String defaultDistinctName()
public Ejb3 defaultDistinctName(String value)
public String defaultEntityBeanInstancePool()
public Ejb3 defaultEntityBeanInstancePool(String value)
public Boolean defaultEntityBeanOptimisticLocking()
public Ejb3 defaultEntityBeanOptimisticLocking(Boolean value)
public String defaultMdbInstancePool()
public Ejb3 defaultMdbInstancePool(String value)
public Boolean defaultMissingMethodPermissionsDenyAccess()
public Ejb3 defaultMissingMethodPermissionsDenyAccess(Boolean value)
public String defaultResourceAdapterName()
public Ejb3 defaultResourceAdapterName(String value)
public String defaultSecurityDomain()
public Ejb3 defaultSecurityDomain(String value)
public String defaultSfsbCache()
public Ejb3 defaultSfsbCache(String value)
public String defaultSfsbPassivationDisabledCache()
public Ejb3 defaultSfsbPassivationDisabledCache(String value)
public Long defaultSingletonBeanAccessTimeout()
public Ejb3 defaultSingletonBeanAccessTimeout(Long value)
public String defaultSlsbInstancePool()
public Ejb3 defaultSlsbInstancePool(String value)
public Long defaultStatefulBeanAccessTimeout()
public Ejb3 defaultStatefulBeanAccessTimeout(Long value)
public Boolean disableDefaultEjbPermissions()
public Ejb3 disableDefaultEjbPermissions(Boolean value)
public Boolean enableStatistics()
public Ejb3 enableStatistics(Boolean value)
public Boolean inVmRemoteInterfaceInvocationPassByValue()
public Ejb3 inVmRemoteInterfaceInvocationPassByValue(Boolean value)
public Boolean logSystemExceptions()
public Ejb3 logSystemExceptions(Boolean value)
public Ejb3.Ejb3Resources subresources()
public Ejb3 strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
value - List of StrictMaxBeanInstancePool objects.public Ejb3 strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
value - The StrictMaxBeanInstancePool to addpublic Ejb3 caches(List<Cache> value)
value - List of Cache objects.public Ejb3 cache(Cache value)
value - The Cache to addpublic Ejb3 remotingProfiles(List<RemotingProfile> value)
value - List of RemotingProfile objects.public Ejb3 remotingProfile(RemotingProfile value)
value - The RemotingProfile to addpublic Ejb3 clusterPassivationStores(List<ClusterPassivationStore> value)
value - List of ClusterPassivationStore objects.public Ejb3 clusterPassivationStore(ClusterPassivationStore value)
value - The ClusterPassivationStore to addpublic Ejb3 passivationStores(List<PassivationStore> value)
value - List of PassivationStore objects.public Ejb3 passivationStore(PassivationStore value)
value - The PassivationStore to addpublic Ejb3 threadPools(List<ThreadPool> value)
value - List of ThreadPool objects.public Ejb3 threadPool(ThreadPool value)
value - The ThreadPool to addpublic Ejb3 filePassivationStores(List<FilePassivationStore> value)
value - List of FilePassivationStore objects.public Ejb3 filePassivationStore(FilePassivationStore value)
value - The FilePassivationStore to addpublic TimerService timerService()
public Ejb3 timerService(TimerService value)
public Remote remote()
public Async async()
public Iiop iiop()
Copyright © 2015 JBoss by Red Hat. All rights reserved.