com.caucho.config.program
Class SingletonGenerator

java.lang.Object
  extended by com.caucho.config.program.ValueGenerator
      extended by com.caucho.config.program.SingletonGenerator
All Implemented Interfaces:
ObjectProxy

public class SingletonGenerator
extends ValueGenerator

Returns a constant


Constructor Summary
SingletonGenerator(java.lang.Object value)
           
 
Method Summary
 java.lang.Object create()
           
 
Methods inherited from class com.caucho.config.program.ValueGenerator
createObject, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonGenerator

public SingletonGenerator(java.lang.Object value)
Method Detail

create

public java.lang.Object create()
Specified by:
create in class ValueGenerator