FileDocCategorySizeDatePackage
AdminObjectMBean.javaAPI DocJBoss 4.2.12421Fri Jul 13 21:01:16 BST 2007org.jboss.resource.deployment

AdminObjectMBean

public interface AdminObjectMBean implements org.jboss.system.ServiceMBean
MBean interface.
author
Adrian Brock
version
$Revision: 57189 $

Fields Summary
public static final ObjectName
OBJECT_NAME
Constructors Summary
Methods Summary
public java.lang.StringgetJNDIName()
Get the jndi name

return
the jndi name

public java.util.PropertiesgetProperties()
Get the properties

return
the properties

public javax.management.ObjectNamegetRARName()
Get the rar name

return
the rar name

public java.lang.StringgetType()
Get the interface type

return
the interface type

public voidsetJNDIName(java.lang.String jndiName)
Set the jndi name

param
jndiName the jndi name

public voidsetProperties(java.util.Properties properties)
Set the properties

param
properties the properties

public voidsetRARName(javax.management.ObjectName rarName)
Set the rar name

param
rarName the rar name

public voidsetType(java.lang.String type)
Set the interface type

param
type the interface type