Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbossweb60.PassivationConfigType

Packages that use PassivationConfigType
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of PassivationConfigType in org.jboss.shrinkwrap.descriptor.api.jbossweb60
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return PassivationConfigType
 PassivationConfigType<JbossWebType<T>> JbossWebType.getOrCreatePassivationConfig()
          If not already created, a new passivation-config element with the given value will be created.
 PassivationConfigType<JbossWebDescriptor> JbossWebDescriptor.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.