org.jboss.ejb3.annotation.impl
Class ActivationConfigPropertyImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.ActivationConfigPropertyImpl
All Implemented Interfaces:
Annotation, javax.ejb.ActivationConfigProperty

public class ActivationConfigPropertyImpl
extends Object
implements javax.ejb.ActivationConfigProperty

// *

Version:
$Revision: 69029 $
Author:
William DeCoste

Constructor Summary
ActivationConfigPropertyImpl(String name, String value)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 String name()
           
 String propertyName()
           
 String propertyValue()
           
 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

ActivationConfigPropertyImpl

public ActivationConfigPropertyImpl(String name,
                                    String value)
Method Detail

propertyName

public String propertyName()

propertyValue

public String propertyValue()

name

public String name()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class Object


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