org.jboss.services.deployment
Class MBeanData
java.lang.Object
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
MBeanData
public MBeanData()
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.