org.jboss.ejb3.annotation.impl
Class DefaultActivationSpecsImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.DefaultActivationSpecsImpl
All Implemented Interfaces:
Annotation, org.jboss.ejb3.annotation.DefaultActivationSpecs

public class DefaultActivationSpecsImpl
extends Object
implements org.jboss.ejb3.annotation.DefaultActivationSpecs

Version:
$Revision: 67795 $
Author:
William DeCoste

Constructor Summary
DefaultActivationSpecsImpl()
           
 
Method Summary
 void addActivationConfigProperty(javax.ejb.ActivationConfigProperty property)
           
 Class<? extends 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
 

Constructor Detail

DefaultActivationSpecsImpl

public DefaultActivationSpecsImpl()
Method Detail

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 Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.