| Package | Description |
|---|---|
| org.wildfly.swarm.config.ejb3 | |
| org.wildfly.swarm.config.ejb3.subsystem.filePassivationStore |
| Modifier and Type | Method and Description |
|---|---|
List<FilePassivationStore> |
Ejb3.Ejb3Resources.filePassivationStores()
Get the list of FilePassivationStore resources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.filePassivationStore(FilePassivationStore value)
Add the FilePassivationStore object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.filePassivationStores(List<FilePassivationStore> value)
Add all FilePassivationStore objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
FilePassivationStore |
FilePassivationStore.groupsPath(String value)
The subdirectory within the path specified by relative-to in which to store passivated bean groups
|
FilePassivationStore |
FilePassivationStore.idleTimeout(Long value)
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
FilePassivationStore |
FilePassivationStore.idleTimeoutUnit(String value)
The unit of idle-timeout
|
FilePassivationStore |
FilePassivationStore.maxSize(Integer value)
The maximum number of beans this cache should store before forcing old beans to passivate
|
FilePassivationStore |
FilePassivationStore.relativeTo(String value)
The root path used to store passivated beans
|
FilePassivationStore |
FilePassivationStore.sessionsPath(String value)
The subdirectory within the path specified by relative-to in which to store passivated beans
|
FilePassivationStore |
FilePassivationStore.subdirectoryCount(Long value)
Specifies the number of subdirectories into which stored state should be divided, used to minimize the number of files created per directory
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.