org.ow2.jonas.deployment.rar
Class JonasActivationspecDesc

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

public class JonasActivationspecDesc
extends Object
implements 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
 String getDefaultAS()
          Gets the defaultAS
 List getDescriptionList()
          Gets the description
 String getId()
          Gets the id
 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 String getId()
Gets the id

Returns:
the id

getDescriptionList

public List getDescriptionList()
Gets the description

Returns:
the description

getJndiName

public String getJndiName()
Gets the jndiname

Returns:
the jndiname

getDefaultAS

public String getDefaultAS()
Gets the defaultAS

Returns:
the defaultAS


Copyright © 2010 OW2 Consortium. All Rights Reserved.