public class Ejb3<T extends 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
|
T |
async(Async value)
The EJB3 Asynchronous Invocation Service
|
T |
cache(Cache value)
Add the Cache object to the list of subresources
|
T |
caches(List<Cache> value)
Add all Cache objects to this subresource
|
T |
clusterPassivationStore(ClusterPassivationStore value)
Add the ClusterPassivationStore object to the list of subresources
|
T |
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
|
T |
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
|
T |
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
|
T |
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
|
T |
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
|
T |
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
|
T |
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
|
T |
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
|
T |
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
|
T |
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.
|
T |
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
|
T |
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
|
T |
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
|
T |
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
|
T |
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.
|
T |
enableStatistics(Boolean value)
If set to true, enable the collection of invocation statistics.
|
T |
filePassivationStore(FilePassivationStore value)
Add the FilePassivationStore object to the list of subresources
|
T |
filePassivationStores(List<FilePassivationStore> value)
Add all FilePassivationStore objects to this subresource
|
String |
getKey() |
Iiop |
iiop()
The IIOP service
|
T |
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.
|
T |
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.
|
T |
logSystemExceptions(Boolean value)
If this is true then all EJB system (not application) exceptions will be logged.
|
T |
mdbDeliveryGroup(MdbDeliveryGroup value)
Add the MdbDeliveryGroup object to the list of subresources
|
T |
mdbDeliveryGroups(List<MdbDeliveryGroup> value)
Add all MdbDeliveryGroup objects to this subresource
|
T |
passivationStore(PassivationStore value)
Add the PassivationStore object to the list of subresources
|
T |
passivationStores(List<PassivationStore> value)
Add all PassivationStore objects to this subresource
|
Remote |
remote()
The EJB3 Remote Service
|
T |
remote(Remote value)
The EJB3 Remote Service
|
T |
remotingProfile(RemotingProfile value)
Add the RemotingProfile object to the list of subresources
|
T |
remotingProfiles(List<RemotingProfile> value)
Add all RemotingProfile objects to this subresource
|
T |
strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
Add the StrictMaxBeanInstancePool object to the list of subresources
|
T |
strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
Add all StrictMaxBeanInstancePool objects to this subresource
|
Ejb3.Ejb3Resources |
subresources() |
T |
threadPool(ThreadPool value)
Add the ThreadPool object to the list of subresources
|
T |
threadPools(List<ThreadPool> value)
Add all ThreadPool objects to this subresource
|
TimerService |
timerService()
The EJB timer service
|
T |
timerService(TimerService value)
The EJB timer service
|
public String getKey()
public String defaultClusteredSfsbCache()
public T defaultClusteredSfsbCache(String value)
public String defaultDistinctName()
public T defaultDistinctName(String value)
public String defaultEntityBeanInstancePool()
public T defaultEntityBeanInstancePool(String value)
public Boolean defaultEntityBeanOptimisticLocking()
public T defaultEntityBeanOptimisticLocking(Boolean value)
public String defaultMdbInstancePool()
public T defaultMdbInstancePool(String value)
public Boolean defaultMissingMethodPermissionsDenyAccess()
public T defaultMissingMethodPermissionsDenyAccess(Boolean value)
public String defaultResourceAdapterName()
public T defaultResourceAdapterName(String value)
public String defaultSecurityDomain()
public T defaultSecurityDomain(String value)
public String defaultSfsbCache()
public T defaultSfsbCache(String value)
public String defaultSfsbPassivationDisabledCache()
public T defaultSfsbPassivationDisabledCache(String value)
public Long defaultSingletonBeanAccessTimeout()
public T defaultSingletonBeanAccessTimeout(Long value)
public String defaultSlsbInstancePool()
public T defaultSlsbInstancePool(String value)
public Long defaultStatefulBeanAccessTimeout()
public T defaultStatefulBeanAccessTimeout(Long value)
public Boolean disableDefaultEjbPermissions()
public T disableDefaultEjbPermissions(Boolean value)
public Boolean enableStatistics()
public T enableStatistics(Boolean value)
public Boolean inVmRemoteInterfaceInvocationPassByValue()
public T inVmRemoteInterfaceInvocationPassByValue(Boolean value)
public Boolean logSystemExceptions()
public T logSystemExceptions(Boolean value)
public Ejb3.Ejb3Resources subresources()
public T strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
value - List of StrictMaxBeanInstancePool objects.public T strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
value - The StrictMaxBeanInstancePool to addpublic T caches(List<Cache> value)
value - List of Cache objects.public T cache(Cache value)
value - The Cache to addpublic T remotingProfiles(List<RemotingProfile> value)
value - List of RemotingProfile objects.public T remotingProfile(RemotingProfile value)
value - The RemotingProfile to addpublic T clusterPassivationStores(List<ClusterPassivationStore> value)
value - List of ClusterPassivationStore objects.public T clusterPassivationStore(ClusterPassivationStore value)
value - The ClusterPassivationStore to addpublic T passivationStores(List<PassivationStore> value)
value - List of PassivationStore objects.public T passivationStore(PassivationStore value)
value - The PassivationStore to addpublic T mdbDeliveryGroups(List<MdbDeliveryGroup> value)
value - List of MdbDeliveryGroup objects.public T mdbDeliveryGroup(MdbDeliveryGroup value)
value - The MdbDeliveryGroup to addpublic T threadPools(List<ThreadPool> value)
value - List of ThreadPool objects.public T threadPool(ThreadPool value)
value - The ThreadPool to addpublic T filePassivationStores(List<FilePassivationStore> value)
value - List of FilePassivationStore objects.public T filePassivationStore(FilePassivationStore value)
value - The FilePassivationStore to addpublic TimerService timerService()
public T timerService(TimerService value)
public Remote remote()
public Async async()
public Iiop iiop()
Copyright © 2015 JBoss by Red Hat. All rights reserved.