org.apache.xbean.server.spring.jmx
Class ConnectorServerFactoryBean

java.lang.Object
  extended by org.springframework.jmx.support.MBeanRegistrationSupport
      extended by org.springframework.jmx.support.ConnectorServerFactoryBean
          extended by 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.


Field Summary
 
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
 
Constructor Summary
ConnectorServerFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setServiceUrl(String serviceUrl)
           
 
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, doUnregister, getRegisteredObjectNames, getServer, onRegister, onRegister, onUnregister, setRegistrationBehavior, setRegistrationBehaviorName, setServer, unregisterBeans
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorServerFactoryBean

public ConnectorServerFactoryBean()
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.