org.apache.xbean.server.spring.jmx
Class ConnectorServerFactoryBean
java.lang.Object
org.springframework.jmx.support.MBeanRegistrationSupport
org.springframework.jmx.support.ConnectorServerFactoryBean
org.apache.xbean.server.spring.jmx.ConnectorServerFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class ConnectorServerFactoryBean
- extends org.springframework.jmx.support.ConnectorServerFactoryBean
A helper class which logs a useful startup message.
Fields inherited from class org.springframework.jmx.support.ConnectorServerFactoryBean |
DEFAULT_SERVICE_URL |
Fields inherited from class org.springframework.jmx.support.MBeanRegistrationSupport |
logger, registeredBeans, REGISTRATION_FAIL_ON_EXISTING, REGISTRATION_IGNORE_EXISTING, REGISTRATION_REPLACE_EXISTING, server |
Methods inherited from class org.springframework.jmx.support.ConnectorServerFactoryBean |
destroy, getObject, getObjectType, isSingleton, setDaemon, setEnvironment, setEnvironmentMap, setObjectName, setThreaded |
Methods inherited from class org.springframework.jmx.support.MBeanRegistrationSupport |
doRegister, onRegister, onUnregister, setRegistrationBehavior, setRegistrationBehaviorName, setServer, unregisterBeans |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorServerFactoryBean
public ConnectorServerFactoryBean()
setServiceUrl
public void setServiceUrl(String serviceUrl)
- Overrides:
setServiceUrl
in class org.springframework.jmx.support.ConnectorServerFactoryBean
afterPropertiesSet
public void afterPropertiesSet()
throws JMException,
IOException
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Overrides:
afterPropertiesSet
in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Throws:
JMException
IOException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.