org.objectweb.jonas_rar.deployment.api
Class JonasAdminobjectDesc

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

public class JonasAdminobjectDesc
extends Object
implements Serializable

This class defines the implementation of the element jonas-adminobject

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
JonasAdminobjectDesc(JonasAdminobject ja)
          Constructor
 
Method Summary
 List getDescriptionList()
          Gets the description
 String getId()
          Gets the id
 String getJndiName()
          Gets the jndiName
 List getJonasConfigPropertyList()
          Gets the jonas-config-property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasAdminobjectDesc

public JonasAdminobjectDesc(JonasAdminobject 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

getJonasConfigPropertyList

public List getJonasConfigPropertyList()
Gets the jonas-config-property

Returns:
the jonas-config-property


Copyright © 2007 OW2 Consortium. All Rights Reserved.