com.sun.enterprise.config.serverbeans
Interface StoreProperties

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

public interface StoreProperties
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 getDirectory()
          Gets the value of the directory 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.
 void setDirectory(java.lang.String value)
          Sets the value of the directory property.
 void setReapIntervalInSeconds(java.lang.String value)
          Sets the value of the reapIntervalInSeconds 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

getDirectory

java.lang.String getDirectory()
Gets the value of the directory property.

Returns:
possible object is String

setDirectory

void setDirectory(java.lang.String value)
                  throws java.beans.PropertyVetoException
Sets the value of the directory 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

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.