/**
* Connects to the local domain adminstration server
*/
public boolean connect(ServerConnectionIdentifier targetDAS) {
dasConnection = new MBeanServerConnectionConnectionSource(MBeanServerFactory.getMBeanServer());
serverId = targetDAS;
domain = new SunTarget(targetDAS);
domain.setConnectionSource(dasConnection);
domain.setTargetType(TargetType.DOMAIN);
localConnection = Boolean.TRUE;