org.ow2.jonas.deployment.rar
Class ActivationspecDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.ActivationspecDesc
All Implemented Interfaces:
Serializable

public class ActivationspecDesc
extends Object
implements 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
 String getActivationspecClass()
          Gets the activationspec-class
 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 String getActivationspecClass()
Gets the activationspec-class

Returns:
the activationspec-class

getRequiredConfigPropertyList

public List getRequiredConfigPropertyList()
Gets the required-config-property

Returns:
the required-config-property


Copyright © 2010 OW2 Consortium. All Rights Reserved.