Interface ManagerProperties

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

    public interface ManagerProperties
    extends org.jvnet.hk2.config.ConfigBeanProxy, 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 Detail

      • getSessionFileName

        String getSessionFileName()
        Gets the value of the sessionFileName property.
        Returns:
        possible object is String
      • getReapIntervalInSeconds

        String getReapIntervalInSeconds()
        Gets the value of the reapIntervalInSeconds property.
        Returns:
        possible object is String
      • getMaxSessions

        @Max(2147483647L)
        @Max(2147483647L) String getMaxSessions()
        Gets the value of the maxSessions property.
        Returns:
        possible object is String
      • getSessionIdGeneratorClassname

        String getSessionIdGeneratorClassname()
        Gets the value of the sessionIdGeneratorClassname property.
        Returns:
        possible object is String
      • getProperty

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