Searched defs:getProductVersion (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DSunDeploymentFactory.java171 public String getProductVersion() { method in class:SunDeploymentFactory
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/factories/
H A DDeploymentFactory.java121 public String getProductVersion(); method in interface:DeploymentFactory
/glassfish-3.1.2/registration/registration-api/src/main/java/com/sun/enterprise/registration/
H A DRegistrationDescriptor.java45 public String getProductVersion(); method in interface:RegistrationDescriptor
/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/
H A DServiceTag.java207 public String getProductVersion() { method in class:ServiceTag
208 return svcTag.getProductVersion();
249 addChild(doc, rootElem, PRODUCT_VERSION, getProductVersion());
H A DSvcTag.java241 public String getProductVersion() { method in class:SvcTag

Completed in 43 milliseconds