com.caucho.config.j2ee
Class ResourceGenerator

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

public class ResourceGenerator
extends ValueGenerator

Generator for the @Resource tag.


Method Summary
 java.lang.Object create()
          Creates the value.
 java.lang.Class getType()
          Returns the expected type
 java.lang.String toString()
           
 
Methods inherited from class com.caucho.config.program.ValueGenerator
createObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public java.lang.Class getType()
Returns the expected type

Overrides:
getType in class ValueGenerator

create

public java.lang.Object create()
Creates the value.

Specified by:
create in class ValueGenerator

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object