FileDocCategorySizeDatePackage
ApplicationRef.javaAPI DocGlassfish v2 API3117Wed Jul 11 10:00:58 BST 2007com.sun.enterprise.tools.upgrade.transform.elements

ApplicationRef

public class ApplicationRef extends GenericElement
author
prakash

Fields Summary
Constructors Summary
public ApplicationRef()
Creates a new instance of ApplicationRef

    
Methods Summary
public voidtransform(org.w3c.dom.Element element, org.w3c.dom.Element parentSource, org.w3c.dom.Element parentResult)
element - application-ref parentSource - server or cluster parentResult - server or cluster

		logger.log(Level.FINE, stringManager.getString("upgrade.transform.applicationRef.transformingMSG", parentSource.getTagName()));
        if(parentSource.getTagName().equals("cluster")){
            //commented for CR 6480041 - Should transform the app-ref for cluster sub elements.
            //super.transform(element,parentSource,parentResult);
        }else{
            // If parent is server instead of cluster, the application deployment module adds application ref to target server.
        }