org.objectweb.jonas_rar.deployment.api
Class ActivationspecDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.ActivationspecDesc
All Implemented Interfaces:
java.io.Serializable

public class ActivationspecDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element activationspec

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
ActivationspecDesc(Activationspec as)
          Constructor
 
Method Summary
 java.lang.String getActivationspecClass()
          Gets the activationspec-class
 java.util.List getRequiredConfigPropertyList()
          Gets the required-config-property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationspecDesc

public ActivationspecDesc(Activationspec as)
Constructor

Method Detail

getActivationspecClass

public java.lang.String getActivationspecClass()
Gets the activationspec-class

Returns:
the activationspec-class

getRequiredConfigPropertyList

public java.util.List getRequiredConfigPropertyList()
Gets the required-config-property

Returns:
the required-config-property