Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PassivationConfigType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreatePassivationConfig()
If not already created, a new
passivation-config element with the given value will be created. |
PassivationConfigType<JbossWebType<T>> |
JbossWebType.getOrCreatePassivationConfig()
If not already created, a new
passivation-config element with the given value will be created. |
PassivationConfigType<T> |
PassivationConfigType.passivationMaxIdleTime(Integer passivationMaxIdleTime)
Sets the
passivation-max-idle-time element |
PassivationConfigType<T> |
PassivationConfigType.passivationMinIdleTime(Integer passivationMinIdleTime)
Sets the
passivation-min-idle-time element |
PassivationConfigType<T> |
PassivationConfigType.removePassivationMaxIdleTime()
Removes the
passivation-max-idle-time element |
PassivationConfigType<T> |
PassivationConfigType.removePassivationMinIdleTime()
Removes the
passivation-min-idle-time element |
PassivationConfigType<T> |
PassivationConfigType.removeUseSessionPassivation()
Removes the
use-session-passivation attribute |
PassivationConfigType<T> |
PassivationConfigType.useSessionPassivation(GenericBooleanType useSessionPassivation)
Sets the
use-session-passivation element |
PassivationConfigType<T> |
PassivationConfigType.useSessionPassivation(String useSessionPassivation)
Sets the
use-session-passivation element |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.