com.caucho.config.j2ee
Class PersistenceUnitGenerator

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

public class PersistenceUnitGenerator
extends ValueGenerator
implements ObjectProxy


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
 
Methods inherited from interface com.caucho.naming.ObjectProxy
createObject
 

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