org.jboss.ejb3.annotation.impl
Class ActivationConfigPropertyImpl
java.lang.Object
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
ActivationConfigPropertyImpl
public ActivationConfigPropertyImpl(String name,
String value)
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.