org.jboss.shrinkwrap.descriptor.api.jbossweb60
Interface PassivationConfigType<T>

All Superinterfaces:
Child<T>

public interface PassivationConfigType<T>
extends Child<T>

This interface defines the contract for the passivation-configType xsd type

Since:
Generation date :2013-01-26T19:27:01.083+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 Integer getPassivationMaxIdleTime()
          Returns the passivation-max-idle-time element
 Integer getPassivationMinIdleTime()
          Returns the passivation-min-idle-time element
 GenericBooleanType getUseSessionPassivation()
          Returns the use-session-passivation element
 String getUseSessionPassivationAsString()
          Returns the use-session-passivation element
 PassivationConfigType<T> passivationMaxIdleTime(Integer passivationMaxIdleTime)
          Sets the passivation-max-idle-time element
 PassivationConfigType<T> passivationMinIdleTime(Integer passivationMinIdleTime)
          Sets the passivation-min-idle-time element
 PassivationConfigType<T> removePassivationMaxIdleTime()
          Removes the passivation-max-idle-time element
 PassivationConfigType<T> removePassivationMinIdleTime()
          Removes the passivation-min-idle-time element
 PassivationConfigType<T> removeUseSessionPassivation()
          Removes the use-session-passivation attribute
 PassivationConfigType<T> useSessionPassivation(GenericBooleanType useSessionPassivation)
          Sets the use-session-passivation element
 PassivationConfigType<T> useSessionPassivation(String useSessionPassivation)
          Sets the use-session-passivation element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

useSessionPassivation

PassivationConfigType<T> useSessionPassivation(GenericBooleanType useSessionPassivation)
Sets the use-session-passivation element

Parameters:
useSessionPassivation - the value for the element use-session-passivation
Returns:
the current instance of PassivationConfigType

useSessionPassivation

PassivationConfigType<T> useSessionPassivation(String useSessionPassivation)
Sets the use-session-passivation element

Parameters:
useSessionPassivation - the value for the element use-session-passivation
Returns:
the current instance of PassivationConfigType

getUseSessionPassivation

GenericBooleanType getUseSessionPassivation()
Returns the use-session-passivation element

Returns:
the value found for the element use-session-passivation

getUseSessionPassivationAsString

String getUseSessionPassivationAsString()
Returns the use-session-passivation element

Returns:
the value found for the element use-session-passivation

removeUseSessionPassivation

PassivationConfigType<T> removeUseSessionPassivation()
Removes the use-session-passivation attribute

Returns:
the current instance of PassivationConfigType

passivationMinIdleTime

PassivationConfigType<T> passivationMinIdleTime(Integer passivationMinIdleTime)
Sets the passivation-min-idle-time element

Parameters:
passivationMinIdleTime - the value for the element passivation-min-idle-time
Returns:
the current instance of PassivationConfigType

getPassivationMinIdleTime

Integer getPassivationMinIdleTime()
Returns the passivation-min-idle-time element

Returns:
the node defined for the element passivation-min-idle-time

removePassivationMinIdleTime

PassivationConfigType<T> removePassivationMinIdleTime()
Removes the passivation-min-idle-time element

Returns:
the current instance of PassivationConfigType

passivationMaxIdleTime

PassivationConfigType<T> passivationMaxIdleTime(Integer passivationMaxIdleTime)
Sets the passivation-max-idle-time element

Parameters:
passivationMaxIdleTime - the value for the element passivation-max-idle-time
Returns:
the current instance of PassivationConfigType

getPassivationMaxIdleTime

Integer getPassivationMaxIdleTime()
Returns the passivation-max-idle-time element

Returns:
the node defined for the element passivation-max-idle-time

removePassivationMaxIdleTime

PassivationConfigType<T> removePassivationMaxIdleTime()
Removes the passivation-max-idle-time element

Returns:
the current instance of PassivationConfigType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.