/////////////////////////
// DestroyAdmin Methods
/////////////////////////
logger.log(Level.INFO, "\tCalling DestroyAdmin methods");
DestroyAdmin da = (DestroyAdmin)admin;
logger.log(Level.INFO, "Calling DestroyAdmin::destroy()");
da.destroy();
/* Delay for a bit before returning. The destroy call
* starts a "destroy" thread on the mailbox process.
* One part of this clean up process
* is to cancel any registration leases with the lookup service.