org.objectweb.jonas_rar.deployment.api
Class JonasActivationspecDesc

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

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

This class defines the implementation of the element jonas-activationspec

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
JonasActivationspecDesc(JonasActivationspec ja)
          Constructor
 
Method Summary
 java.lang.String getDefaultAS()
          Gets the defaultAS
 java.util.List getDescriptionList()
          Gets the description
 java.lang.String getId()
          Gets the id
 java.lang.String getJndiName()
          Gets the jndiname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasActivationspecDesc

public JonasActivationspecDesc(JonasActivationspec ja)
Constructor

Method Detail

getId

public java.lang.String getId()
Gets the id

Returns:
the id

getDescriptionList

public java.util.List getDescriptionList()
Gets the description

Returns:
the description

getJndiName

public java.lang.String getJndiName()
Gets the jndiname

Returns:
the jndiname

getDefaultAS

public java.lang.String getDefaultAS()
Gets the defaultAS

Returns:
the defaultAS