org.jboss.ejb3.metamodel
Class Inject

java.lang.Object
  extended by org.jboss.ejb3.metamodel.Inject

public class Inject
extends Object

Represents an element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 75470 $
Author:
William DeCoste

Constructor Summary
Inject()
           
 
Method Summary
 void addMethod(Method method)
           
 String getJndiName()
           
 List getMethods()
           
 void setJndiName(String jndiName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Inject

public Inject()
Method Detail

getJndiName

public String getJndiName()

setJndiName

public void setJndiName(String jndiName)

getMethods

public List getMethods()

addMethod

public void addMethod(Method method)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.