Return the MBean server that was most recently given to the
{@link #setMBeanServer setMBeanServer} method by this thread.
If this thread never called that method, the result is the
value its parent thread would have obtained from
getMBeanServer
at the moment of the creation of
this thread, or null if there is no parent thread.
return (MBeanServer) server.get();