org.jboss.services.deployment
Class MBeanData

java.lang.Object
  extended by org.jboss.services.deployment.MBeanData
All Implemented Interfaces:
Serializable

public class MBeanData
extends Object
implements Serializable

Holds information about an MBean, suitable for use to generate the XSLT used to transform the XML configuration file containing the information about that MBean.

Version:
$Revision: 81038 $
Author:
Peter Johnson
See Also:
Serialized Form

Constructor Summary
MBeanData()
           
 
Method Summary
 Properties getAttributes()
           
 Properties getDepends()
           
 String getName()
           
 String getTemplateName()
          Get the templateName.
 String getXpath()
           
 void setAttributes(Properties attributes)
           
 void setDepends(Properties depends)
           
 void setName(String name)
           
 void setTemplateName(String templateName)
          Set the templateName.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MBeanData

public MBeanData()
Method Detail

getAttributes

public final Properties getAttributes()
Returns:
Returns the attributes.

setAttributes

public final void setAttributes(Properties attributes)
Parameters:
attributes - The attributes to set.

getDepends

public final Properties getDepends()
Returns:
Returns the depends.

setDepends

public final void setDepends(Properties depends)
Parameters:
depends - The depends to set.

getName

public final String getName()
Returns:
Returns the name.

setName

public final void setName(String name)
Parameters:
name - The name to set.

getTemplateName

public String getTemplateName()
Get the templateName.

Returns:
the templateName.

setTemplateName

public void setTemplateName(String templateName)
Set the templateName.

Parameters:
templateName - The templateName to set.

getXpath

public final String getXpath()
Returns:
Returns the xpath condition.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.