| Package | Description |
|---|---|
| org.wildfly.swarm.config.ejb3 |
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.async(Async value)
The EJB3 Asynchronous Invocation Service
|
Ejb3 |
Ejb3.cache(Cache value)
Add the Cache object to the list of subresources
|
Ejb3 |
Ejb3.caches(List<Cache> value)
Add all Cache objects to this subresource
|
Ejb3 |
Ejb3.clusterPassivationStore(ClusterPassivationStore value)
Add the ClusterPassivationStore object to the list of subresources
|
Ejb3 |
Ejb3.clusterPassivationStores(List<ClusterPassivationStore> value)
Add all ClusterPassivationStore objects to this subresource
|
Ejb3 |
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
|
Ejb3 |
Ejb3.defaultDistinctName(String value)
The default distinct name that is applied to every EJB deployed on this server
|
Ejb3 |
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
|
Ejb3 |
Ejb3.defaultEntityBeanOptimisticLocking(Boolean value)
If set to true entity beans will use optimistic locking by default
|
Ejb3 |
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
|
Ejb3 |
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
|
Ejb3 |
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
|
Ejb3 |
Ejb3.defaultSecurityDomain(String value)
The default security domain that will be used for EJBs if the bean doesn't explicitly specify one
|
Ejb3 |
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
|
Ejb3 |
Ejb3.defaultSfsbPassivationDisabledCache(String value)
Name of the default stateful bean cache, which will be applicable to all stateful EJBs which have passivation disabled.
|
Ejb3 |
Ejb3.defaultSingletonBeanAccessTimeout(Long value)
The default access timeout for singleton beans
|
Ejb3 |
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
|
Ejb3 |
Ejb3.defaultStatefulBeanAccessTimeout(Long value)
The default access timeout for stateful beans
|
Ejb3 |
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
|
Ejb3 |
Ejb3.enableStatistics(Boolean value)
If set to true, enable the collection of invocation statistics.
|
Ejb3 |
Ejb3.filePassivationStore(FilePassivationStore value)
Add the FilePassivationStore object to the list of subresources
|
Ejb3 |
Ejb3.filePassivationStores(List<FilePassivationStore> value)
Add all FilePassivationStore objects to this subresource
|
Ejb3 |
Ejb3.iiop(Iiop value)
The IIOP service
|
Ejb3 |
Ejb3.inVmRemoteInterfaceInvocationPassByValue(Boolean value)
If set to false, the parameters to invocations on remote interface of an EJB, will be passed by reference.
|
Ejb3 |
Ejb3.logSystemExceptions(Boolean value)
If this is true then all EJB system (not application) exceptions will be logged.
|
Ejb3 |
Ejb3.passivationStore(PassivationStore value)
Add the PassivationStore object to the list of subresources
|
Ejb3 |
Ejb3.passivationStores(List<PassivationStore> value)
Add all PassivationStore objects to this subresource
|
Ejb3 |
Ejb3.remote(Remote value)
The EJB3 Remote Service
|
Ejb3 |
Ejb3.remotingProfile(RemotingProfile value)
Add the RemotingProfile object to the list of subresources
|
Ejb3 |
Ejb3.remotingProfiles(List<RemotingProfile> value)
Add all RemotingProfile objects to this subresource
|
Ejb3 |
Ejb3.strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
Add the StrictMaxBeanInstancePool object to the list of subresources
|
Ejb3 |
Ejb3.strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
Add all StrictMaxBeanInstancePool objects to this subresource
|
Ejb3 |
Ejb3.threadPool(ThreadPool value)
Add the ThreadPool object to the list of subresources
|
Ejb3 |
Ejb3.threadPools(List<ThreadPool> value)
Add all ThreadPool objects to this subresource
|
Ejb3 |
Ejb3.timerService(TimerService value)
The EJB timer service
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.