org.jboss.ejb3.annotation.impl
Class ConsumerImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.ConsumerImpl
- All Implemented Interfaces:
- java.lang.annotation.Annotation, org.jboss.ejb3.annotation.Consumer
public class ConsumerImpl
- extends java.lang.Object
- implements org.jboss.ejb3.annotation.Consumer
|
Constructor Summary |
ConsumerImpl(org.jboss.ejb3.annotation.Consumer consumer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode, toString |
ConsumerImpl
public ConsumerImpl(org.jboss.ejb3.annotation.Consumer consumer)
name
public java.lang.String name()
setName
public void setName(java.lang.String name)
activationConfig
public javax.ejb.ActivationConfigProperty[] activationConfig()
addActivationConfig
public void addActivationConfig(javax.ejb.ActivationConfigProperty config)
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType in interface java.lang.annotation.Annotation