Searched refs:restore (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/
H A DDeploymentConfiguration.java132 * @param inputArchive The input stream from which to restore
137 public void restore(InputStream inputArchive) throws method in interface:DeploymentConfiguration
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/config/
H A DSunDeploymentConfiguration.java120 * @param inputArchive The input stream from which to restore
125 public void restore(InputStream inputStream) throws ConfigurationException { method in class:SunDeploymentConfiguration
/glassfish-3.1.2/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/
H A DRestoreDomainCommand.java72 @Service(name = "restore-domain")
158 logger.info(mgr.restore());
/glassfish-3.1.2/admin/backup/src/main/java/com/sun/enterprise/backup/
H A DRestoreManager.java61 public String restore() throws BackupException { method in class:RestoreManager
278 // If this is a config only restore the prop file will be in
331 // we just delete it. This will allow, say, user 'A' to do the restore,
347 // cleanup -- we are officially failing the restore!

Completed in 14 milliseconds