org.jboss.ejb
Class EJBImpl
java.lang.Object
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
Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode |
EJBImpl
public EJBImpl()
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.