}
//TODO: -TME: -Can probably store the clientConnection in a map per subject so that
// can just return the same client connection if asked for by the same client instead
// of having to create a new one each time.
MBeanServerConnection clientConnection = new ClientMBeanServerConnection(rmiConnection,
clientNotifier,
defaultClassLoader,
delegationSubject);
return clientConnection;
}