org.apache.karaf.management
Class MBeanServerFactory
java.lang.Object
org.apache.karaf.management.MBeanServerFactory
public class MBeanServerFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanServerFactory
public MBeanServerFactory()
isLocateExistingServerIfPossible
public boolean isLocateExistingServerIfPossible()
setLocateExistingServerIfPossible
public void setLocateExistingServerIfPossible(boolean locateExistingServerIfPossible)
getAgentId
public java.lang.String getAgentId()
setAgentId
public void setAgentId(java.lang.String agentId)
getDefaultDomain
public java.lang.String getDefaultDomain()
setDefaultDomain
public void setDefaultDomain(java.lang.String defaultDomain)
isRegisterWithFactory
public boolean isRegisterWithFactory()
setRegisterWithFactory
public void setRegisterWithFactory(boolean registerWithFactory)
isNewlyRegistered
public boolean isNewlyRegistered()
setNewlyRegistered
public void setNewlyRegistered(boolean newlyRegistered)
getServer
public javax.management.MBeanServer getServer()
throws Exception
- Throws:
Exception
init
public void init()
throws Exception
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Throws:
Exception
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.