if ( connector == null ) { throw new IllegalArgumentException(); } mJMXConnector = connector; // make sure it's good, now getMBeanServerConnection( false );
try { return( mJMXConnector.getMBeanServerConnection() ); } catch( IOException e ) { } return( null );
returnthe existing JMXConnector // all we have is what is already present; no way to create a new one return( mJMXConnector );
// all we have is what is already present; no way to create a new one return( mJMXConnector );
return( mJMXConnector.getMBeanServerConnection() );