com.caucho.config.j2ee
Class EjbGenerator

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

public class EjbGenerator
extends ValueGenerator

Generator for the @EJB 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