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 |
|---|---|
AsyncService |
asyncService()
The EJB3 Asynchronous Invocation Service
|
T |
asyncService(AsyncService value)
The EJB3 Asynchronous Invocation Service
|
T |
cache(Cache value)
Add the org.wildfly.swarm.config.ejb3.Cache object to the list of subresources
|
T |
caches(List<Cache> value)
Add all org.wildfly.swarm.config.ejb3.Cache objects to this subresource
|
T |
clusterPassivationStore(ClusterPassivationStore value)
Add the org.wildfly.swarm.config.ejb3.ClusterPassivationStore object to the list of subresources
|
T |
clusterPassivationStores(List<ClusterPassivationStore> value)
Add all org.wildfly.swarm.config.ejb3.ClusterPassivationStore objects to this subresource
|
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 |
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 org.wildfly.swarm.config.ejb3.FilePassivationStore object to the list of subresources
|
T |
filePassivationStores(List<FilePassivationStore> value)
Add all org.wildfly.swarm.config.ejb3.FilePassivationStore objects to this subresource
|
String |
getKey() |
IiopService |
iiopService()
The IIOP service
|
T |
iiopService(IiopService 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 org.wildfly.swarm.config.ejb3.MdbDeliveryGroup object to the list of subresources
|
T |
mdbDeliveryGroups(List<MdbDeliveryGroup> value)
Add all org.wildfly.swarm.config.ejb3.MdbDeliveryGroup objects to this subresource
|
T |
passivationStore(PassivationStore value)
Add the org.wildfly.swarm.config.ejb3.PassivationStore object to the list of subresources
|
T |
passivationStores(List<PassivationStore> value)
Add all org.wildfly.swarm.config.ejb3.PassivationStore objects to this subresource
|
RemoteService |
remoteService()
The EJB3 Remote Service
|
T |
remoteService(RemoteService value)
The EJB3 Remote Service
|
T |
remotingProfile(RemotingProfile value)
Add the org.wildfly.swarm.config.ejb3.RemotingProfile object to the list of subresources
|
T |
remotingProfiles(List<RemotingProfile> value)
Add all org.wildfly.swarm.config.ejb3.RemotingProfile objects to this subresource
|
T |
strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
Add the org.wildfly.swarm.config.ejb3.StrictMaxBeanInstancePool object to the list of subresources
|
T |
strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
Add all org.wildfly.swarm.config.ejb3.StrictMaxBeanInstancePool objects to this subresource
|
Ejb3.Ejb3Resources |
subresources() |
T |
threadPool(ThreadPool value)
Add the org.wildfly.swarm.config.ejb3.ThreadPool object to the list of subresources
|
T |
threadPools(List<ThreadPool> value)
Add all org.wildfly.swarm.config.ejb3.ThreadPool objects to this subresource
|
TimerService |
timerService()
The EJB timer service
|
T |
timerService(TimerService value)
The EJB timer service
|
public String getKey()
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 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 org.wildfly.swarm.config.ejb3.StrictMaxBeanInstancePool objects.public T strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
value - The org.wildfly.swarm.config.ejb3.StrictMaxBeanInstancePool to addpublic T caches(List<Cache> value)
value - List of org.wildfly.swarm.config.ejb3.Cache objects.public T cache(Cache value)
value - The org.wildfly.swarm.config.ejb3.Cache to addpublic T remotingProfiles(List<RemotingProfile> value)
value - List of org.wildfly.swarm.config.ejb3.RemotingProfile objects.public T remotingProfile(RemotingProfile value)
value - The org.wildfly.swarm.config.ejb3.RemotingProfile to addpublic T clusterPassivationStores(List<ClusterPassivationStore> value)
value - List of org.wildfly.swarm.config.ejb3.ClusterPassivationStore objects.public T clusterPassivationStore(ClusterPassivationStore value)
value - The org.wildfly.swarm.config.ejb3.ClusterPassivationStore to addpublic T passivationStores(List<PassivationStore> value)
value - List of org.wildfly.swarm.config.ejb3.PassivationStore objects.public T passivationStore(PassivationStore value)
value - The org.wildfly.swarm.config.ejb3.PassivationStore to addpublic T mdbDeliveryGroups(List<MdbDeliveryGroup> value)
value - List of org.wildfly.swarm.config.ejb3.MdbDeliveryGroup objects.public T mdbDeliveryGroup(MdbDeliveryGroup value)
value - The org.wildfly.swarm.config.ejb3.MdbDeliveryGroup to addpublic T threadPools(List<ThreadPool> value)
value - List of org.wildfly.swarm.config.ejb3.ThreadPool objects.public T threadPool(ThreadPool value)
value - The org.wildfly.swarm.config.ejb3.ThreadPool to addpublic T filePassivationStores(List<FilePassivationStore> value)
value - List of org.wildfly.swarm.config.ejb3.FilePassivationStore objects.public T filePassivationStore(FilePassivationStore value)
value - The org.wildfly.swarm.config.ejb3.FilePassivationStore to addpublic TimerService timerService()
public T timerService(TimerService value)
public RemoteService remoteService()
public T remoteService(RemoteService value)
public AsyncService asyncService()
public T asyncService(AsyncService value)
public IiopService iiopService()
public T iiopService(IiopService value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.