Connects to the local domain adminstration server
dasConnection = new MBeanServerConnectionConnectionSource(MBeanServerFactory.getMBeanServer());
serverId = targetDAS;
domain = new SunTarget(targetDAS);
domain.setConnectionSource(dasConnection);
domain.setTargetType(TargetType.DOMAIN);
localConnection = Boolean.TRUE;
return true;