mServer = createAgent( );
// CLI_SUPPORT_TESTEE is very expensive to create, so we'll always reuse the same one
registerMBean( mServer, CLI_SUPPORT_TESTEE, CLISupportStrings.CLI_SUPPORT_TESTEE_TARGET );
registerMBean( mServer, new CLISupportSimpleTestee( ),
CLISupportStrings.CLI_SIMPLE_TESTEE_TARGET );
final AliasMgr aliasMgr = new AliasMgr( new AliasMgrHashMapImpl() );
aliasMgr.createAlias( ALL_ALIAS, "*" );
aliasMgr.createAlias( SIMPLE_TESTEE_ALIAS, CLISupportStrings.CLI_SIMPLE_TESTEE_TARGET );