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

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

Version:
$Revision: 380562 $

Nested Class Summary
 
Nested classes inherited from class org.springframework.jmx.support.ConnectorServerFactoryBean
org.springframework.jmx.support.ConnectorServerFactoryBean.DelayedConnectorStartException
 
Field Summary
 
Fields inherited from class org.springframework.jmx.support.ConnectorServerFactoryBean
DEFAULT_SERVICE_URL, logger
 
Constructor Summary
ConnectorServerFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setServiceUrl(java.lang.String serviceUrl)
           
 
Methods inherited from class org.springframework.jmx.support.ConnectorServerFactoryBean
destroy, getObject, getObjectType, isSingleton, setDaemon, setEnvironment, setEnvironmentMap, setObjectName, setServer, setThreaded
 
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(java.lang.String serviceUrl)

afterPropertiesSet

public void afterPropertiesSet()
                        throws javax.management.JMException,
                               java.io.IOException
Throws:
javax.management.JMException
java.io.IOException


Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.