com.sun.enterprise.config.serverbeans
Interface ManagerProperties

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag

public interface ManagerProperties
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
org.jvnet.hk2.config.types.PropertyBag.Duck
 
Method Summary
 java.lang.String getMaxSessions()
          Gets the value of the maxSessions property.
 java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
          Properties as per PropertyBag
 java.lang.String getReapIntervalInSeconds()
          Gets the value of the reapIntervalInSeconds property.
 java.lang.String getSessionFileName()
          Gets the value of the sessionFileName property.
 java.lang.String getSessionIdGeneratorClassname()
          Gets the value of the sessionIdGeneratorClassname property.
 void setMaxSessions(java.lang.String value)
          Sets the value of the maxSessions property.
 void setReapIntervalInSeconds(java.lang.String value)
          Sets the value of the reapIntervalInSeconds property.
 void setSessionFileName(java.lang.String value)
          Sets the value of the sessionFileName property.
 void setSessionIdGeneratorClassname(java.lang.String value)
          Sets the value of the sessionIdGeneratorClassname property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
getProperty, getPropertyValue, getPropertyValue
 

Method Detail

getSessionFileName

java.lang.String getSessionFileName()
Gets the value of the sessionFileName property.

Returns:
possible object is String

setSessionFileName

void setSessionFileName(java.lang.String value)
                        throws java.beans.PropertyVetoException
Sets the value of the sessionFileName property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getReapIntervalInSeconds

java.lang.String getReapIntervalInSeconds()
Gets the value of the reapIntervalInSeconds property.

Returns:
possible object is String

setReapIntervalInSeconds

void setReapIntervalInSeconds(java.lang.String value)
                              throws java.beans.PropertyVetoException
Sets the value of the reapIntervalInSeconds property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getMaxSessions

@Max(value=2147483647L)
java.lang.String getMaxSessions()
Gets the value of the maxSessions property.

Returns:
possible object is String

setMaxSessions

void setMaxSessions(java.lang.String value)
                    throws java.beans.PropertyVetoException
Sets the value of the maxSessions property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getSessionIdGeneratorClassname

java.lang.String getSessionIdGeneratorClassname()
Gets the value of the sessionIdGeneratorClassname property.

Returns:
possible object is String

setSessionIdGeneratorClassname

void setSessionIdGeneratorClassname(java.lang.String value)
                                    throws java.beans.PropertyVetoException
Sets the value of the sessionIdGeneratorClassname property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getProperty

@ToDo(priority=IMPORTANT,
      details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
Properties as per PropertyBag

Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag


Copyright © 2012 GlassFish Community. All Rights Reserved.