Package org.xmlBlaster.client.jmx

Examples of org.xmlBlaster.client.jmx.ConnectorException


   * @throws ConnectorException
   */
  public AsyncMBeanServer getServer() throws ConnectorException {
    if ( this.aServer != null ) { return this.aServer; }
    else {
      throw new ConnectorException("MBeanServer not available");
    }
  }
View Full Code Here

TOP

Related Classes of org.xmlBlaster.client.jmx.ConnectorException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.