org.jboss.ejb3.annotation.impl
Class DefaultActivationSpecsImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.DefaultActivationSpecsImpl
- All Implemented Interfaces:
- java.lang.annotation.Annotation, org.jboss.ejb3.annotation.DefaultActivationSpecs
public class DefaultActivationSpecsImpl
- extends java.lang.Object
- implements org.jboss.ejb3.annotation.DefaultActivationSpecs
|
Method Summary |
void |
addActivationConfigProperty(javax.ejb.ActivationConfigProperty property)
|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
|
void |
merge(org.jboss.ejb3.annotation.DefaultActivationSpecs annotation)
|
javax.ejb.ActivationConfigProperty[] |
value()
|
| 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 |
DefaultActivationSpecsImpl
public DefaultActivationSpecsImpl()
value
public javax.ejb.ActivationConfigProperty[] value()
addActivationConfigProperty
public void addActivationConfigProperty(javax.ejb.ActivationConfigProperty property)
merge
public void merge(org.jboss.ejb3.annotation.DefaultActivationSpecs annotation)
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType in interface java.lang.annotation.Annotation