Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.ejb3 |
Modifier and Type | Method and Description |
---|---|
PassivationStore |
EJB3.EJB3Resources.passivationStore(String key) |
Modifier and Type | Method and Description |
---|---|
List<PassivationStore> |
EJB3.EJB3Resources.passivationStores()
Get the list of PassivationStore resources
|
Modifier and Type | Method and Description |
---|---|
T |
EJB3.passivationStore(PassivationStore value)
Add the PassivationStore object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
EJB3.passivationStores(List<PassivationStore> value)
Add all PassivationStore objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
PassivationStore<T extends PassivationStore<T>>
A passivation store
|
interface |
PassivationStoreConsumer<T extends PassivationStore<T>> |
interface |
PassivationStoreSupplier<T extends PassivationStore> |
Modifier and Type | Method and Description |
---|---|
PassivationStore |
PassivationStoreSupplier.get()
Constructed instance of PassivationStore resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.