| Interface | Description |
|---|---|
| AsyncServiceConfigurator<T extends AsyncService> | |
| CacheConfigurator<T extends Cache> | |
| ChannelCreationOptionsConfigurator<T extends ChannelCreationOptions> | |
| ClusterPassivationStoreConfigurator<T extends ClusterPassivationStore> | |
| FilePassivationStoreConfigurator<T extends FilePassivationStore> | |
| IiopServiceConfigurator<T extends IiopService> | |
| MdbDeliveryGroupConfigurator<T extends MdbDeliveryGroup> | |
| PassivationStoreConfigurator<T extends PassivationStore> | |
| RemoteServiceConfigurator<T extends RemoteService> | |
| RemotingProfileConfigurator<T extends RemotingProfile> | |
| StrictMaxBeanInstancePoolConfigurator<T extends StrictMaxBeanInstancePool> | |
| ThreadPoolConfigurator<T extends ThreadPool> | |
| TimerServiceConfigurator<T extends TimerService> |
| Class | Description |
|---|---|
| AsyncService<T extends AsyncService> |
The EJB3 Asynchronous Invocation Service
|
| Cache<T extends Cache> |
A SFSB cache
|
| ChannelCreationOptions<T extends ChannelCreationOptions> |
The options that will be used during the EJB remote channel creation
|
| ClusterPassivationStore<T extends ClusterPassivationStore> |
A clustered passivation store
|
| FilePassivationStore<T extends FilePassivationStore> |
A file system based passivation store
|
| IiopService<T extends IiopService> |
The IIOP service
|
| MdbDeliveryGroup<T extends MdbDeliveryGroup> |
Delivery group to manage delivery for mdbs
|
| PassivationStore<T extends PassivationStore> |
A passivation store
|
| RemoteService<T extends RemoteService> |
The EJB3 Remote Service
|
| RemotingProfile<T extends RemotingProfile> |
A remoting profile
|
| StrictMaxBeanInstancePool<T extends StrictMaxBeanInstancePool> |
A bean instance pool with a strict upper limit
|
| ThreadPool<T extends ThreadPool> |
A thread pool executor with an unbounded queue.
|
| TimerService<T extends TimerService> |
The EJB timer service
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.