Package org.springframework.jmx.access

Examples of org.springframework.jmx.access.MBeanInfoRetrievalException


            String name = String.format("%s,cell=%s,node=%s,process=%s", originalName, cell, node, process);
            super.setObjectName(name);
            LOGGER.debug("Object name has been changed to {}", name);
    } catch (MalformedObjectNameException e) {
            throw new MBeanInfoRetrievalException("Unable to determine cell/node/process information while running in WebSphere", e);
    } catch (IOException e) {
            throw new MBeanInfoRetrievalException("Unable to determine cell/node/process information while running in WebSphere", e);
    }
  }
View Full Code Here

TOP

Related Classes of org.springframework.jmx.access.MBeanInfoRetrievalException

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.