org.jboss.ejb3.metamodel
Class ActivationConfig

java.lang.Object
  extended by org.jboss.ejb3.metamodel.ActivationConfig

public class ActivationConfig
extends Object

Represents a activation-config element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 75470 $
Author:
William DeCoste

Constructor Summary
ActivationConfig()
           
 
Method Summary
 void addActivationConfigProperty(NameValuePair property)
           
 List getActivationConfigProperties()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivationConfig

public ActivationConfig()
Method Detail

getActivationConfigProperties

public List getActivationConfigProperties()

addActivationConfigProperty

public void addActivationConfigProperty(NameValuePair property)

toString

public String toString()
Overrides:
toString in class Object


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