/* 92 */ this.type = type;
/* */ }
/* */
/* */ protected void startService() throws Exception
/* */ {
/* 97 */ AdminObjectMetaData aomd = retrieveAdminObjectMetaData();
/* 98 */ if (aomd == null) {
/* 99 */ throw new DeploymentException("No admin object metadata type=" + this.type + " ra=" + this.rarName);
/* */ }
/* 101 */ Object adminObject = createAdminObject(aomd);
/* */