org.ow2.jonas.deployment.ejb
Class ActivationConfigDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.ejb.ActivationConfigDesc

public class ActivationConfigDesc
extends Object

This class defines the implementation of the element activation-config

Author:
JOnAS team

Constructor Summary
ActivationConfigDesc(ActivationConfig ac)
          Constructor
 
Method Summary
 List getActivationConfigPropertyList()
          Gets the list of activation-config-property
 String getDescription()
          Gets the description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationConfigDesc

public ActivationConfigDesc(ActivationConfig ac)
Constructor

Method Detail

getDescription

public String getDescription()
Gets the description

Returns:
the description

getActivationConfigPropertyList

public List getActivationConfigPropertyList()
Gets the list of activation-config-property

Returns:
the list of activation-config-property


Copyright © 2010 OW2 Consortium. All Rights Reserved.