org.jboss.ejb
Class EJBImpl

java.lang.Object
  extended by org.jboss.ejb.EJBImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.annotation.EJB

public class EJBImpl
extends Object
implements javax.annotation.EJB

// *

Version:
$Revision: 1.3.2.4 $
Author:
William DeCoste

Constructor Summary
EJBImpl()
           
 
Method Summary
 Class annotationType()
           
 String beanName()
           
 Class businessInterface()
           
 String name()
           
 void setBeanName(String beanName)
           
 void setBusinessInterface(Class businessInterface)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Constructor Detail

EJBImpl

public EJBImpl()
Method Detail

businessInterface

public Class businessInterface()

setBusinessInterface

public void setBusinessInterface(Class businessInterface)

name

public String name()

setName

public void setName(String name)

beanName

public String beanName()

setBeanName

public void setBeanName(String beanName)

annotationType

public Class annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

toString

public String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.