org.ow2.util.ee.metadata.ejbjar.api.struct
Interface IActivationConfigProperty

All Superinterfaces:
javax.ejb.ActivationConfigProperty, Annotation

public interface IActivationConfigProperty
extends javax.ejb.ActivationConfigProperty

ActivationConfigProperty.

Author:
Mohammed Boukada

Method Summary
 void setPropertyName(String name)
          Set property name
 void setPropertyValue(String value)
          Set property value
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

setPropertyName

void setPropertyName(String name)
Set property name

Parameters:
name -

setPropertyValue

void setPropertyValue(String value)
Set property value

Parameters:
value -


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.