Implementation of the ConnectionManager interface that implements emission of connection notifications,
authentication, and proper closing of connections.
Extends the implementation of JMXConnectorServer by implementing most
JMXConnectorServer methods following the JSR 160 specification and delegating
implementation specific operations using the template method pattern.