|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The home object to access a particular MBeanServer. While this object is local (and serializable), the underlying MBeanServer is remote.
Field Summary | |
static java.lang.String |
ADMIN_JNDI_NAME
|
static java.lang.String |
JNDI_NAME
|
Method Summary | |
ConfigurationMBean |
createConfigurationMBean(java.lang.String name,
java.lang.String type,
ConfigurationMBean parent)
|
DomainMBean |
getActiveDomain()
Return the Active Domain |
java.util.Set |
getAllMBeans()
Return all the mbeans. |
java.util.Set |
getAllMBeans(java.lang.String domain)
Return all the mbeans for the specified domain. |
java.lang.String |
getDomainName()
Return the domain name of the server on which this home was originally instantiated. |
WebLogicMBean |
getMBean(javax.management.ObjectName objectName)
Return the MBean with the specified objectName. |
WebLogicMBean |
getMBean(java.lang.String name,
java.lang.Class cls)
Return the MBean with the specified name that implements the specified class in the active domain. |
WebLogicMBean |
getMBean(java.lang.String name,
java.lang.String type)
Return the MBean with the specified name and type and no domain. |
WebLogicMBean |
getMBean(java.lang.String name,
java.lang.String type,
java.lang.String domain)
Return the MBean with the specified name and type in the specified domain. |
java.util.Set |
getMBeansByClass(java.lang.Class cls)
Return all the MBeans that implement a particular class in the active domain. |
java.util.Set |
getMBeansByClass(java.lang.Class cls,
java.lang.String domain)
Return all the MBeans that implement a particular class in the specified domain. |
java.util.Set |
getMBeansByType(java.lang.String type)
Return all mbeans of a particular type in the active domain. |
java.util.Set |
getMBeansByType(java.lang.String type,
java.lang.String domain)
Return all mbeans of a particular type the specified domain. |
RemoteMBeanServer |
getMBeanServer()
Return the default MBean Server that backs this home. |
Field Detail |
public static final java.lang.String JNDI_NAME
public static final java.lang.String ADMIN_JNDI_NAME
Method Detail |
public RemoteMBeanServer getMBeanServer()
public WebLogicMBean getMBean(javax.management.ObjectName objectName) throws javax.management.InstanceNotFoundException
public WebLogicMBean getMBean(java.lang.String name, java.lang.String type, java.lang.String domain) throws javax.management.InstanceNotFoundException
public WebLogicMBean getMBean(java.lang.String name, java.lang.String type) throws javax.management.InstanceNotFoundException
public WebLogicMBean getMBean(java.lang.String name, java.lang.Class cls) throws javax.management.InstanceNotFoundException
public java.util.Set getMBeansByType(java.lang.String type, java.lang.String domain)
public java.util.Set getMBeansByType(java.lang.String type)
public java.util.Set getMBeansByClass(java.lang.Class cls)
public java.util.Set getMBeansByClass(java.lang.Class cls, java.lang.String domain)
public java.util.Set getAllMBeans(java.lang.String domain)
public java.util.Set getAllMBeans()
public DomainMBean getActiveDomain()
public ConfigurationMBean createConfigurationMBean(java.lang.String name, java.lang.String type, ConfigurationMBean parent) throws MBeanCreationException
public java.lang.String getDomainName()
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |