com.sun.enterprise.config.serverbeans
Class SessionPropertiesInjector

java.lang.Object
  extended by org.jvnet.hk2.config.ConfigInjector
      extended by org.jvnet.hk2.config.NoopConfigInjector
          extended by com.sun.enterprise.config.serverbeans.SessionPropertiesInjector

@Service(name="session-properties",
         metadata="target=com.sun.enterprise.config.serverbeans.SessionProperties,@timeout-in-seconds=optional,@timeout-in-seconds=default:1800,@timeout-in-seconds=datatype:java.lang.String,@timeout-in-seconds=leaf,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property")
public class SessionPropertiesInjector
extends org.jvnet.hk2.config.NoopConfigInjector


Constructor Summary
SessionPropertiesInjector()
           
 
Method Summary
 
Methods inherited from class org.jvnet.hk2.config.NoopConfigInjector
inject, injectAttribute, injectElement
 
Methods inherited from class org.jvnet.hk2.config.ConfigInjector
asBoolean, asInt, reference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionPropertiesInjector

public SessionPropertiesInjector()


Copyright © 2012 GlassFish Community. All Rights Reserved.