super(module); appClientName = module.getName(); applicationName = module.getParentName(); if(isStandAloneModule(applicationName)) this.applicationName = "null";
super.addVm(vmId);
Accessor method for the parent key return this.applicationName;
return this.applicationName;
// I am not sure, if I should be returning this. return this.appClientName;
The type of the J2EEManagedObject as specified by JSR77. The class that implements a specific type must override this method and return the appropriate type string. return APPCLIENTMODULE;
return APPCLIENTMODULE;