public javax.management.MBeanServerConnection | getMBeanServerConnection(boolean forceNew)Return a valid MBeanServerConnection, making a new connection if necessary, or
returning an existing one if still valid. Some implementations may choose
to not allow creation of a new connection (when 'forceNew' is specified).
Should not be called frequently, as the check for validity will make a remote
call.
An implementation may choose to ignore the 'forceNew' parameter and always
return the same connection.
|