}
// JMXComponent Implementation --------------------------------------------
public EmsConnection getEmsConnection() {
EmsConnection emsConnection = null;
try {
emsConnection = loadConnection();
} catch (Exception e) {
log.error("Component attempting to access a connection that could not be loaded");