public interface WarDeployer
Title: Service Event Fabric Core
Description: War Deployer.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Interface and Description |
---|---|
static class |
WarDeployer.WarInfo |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE |
Modifier and Type | Method and Description |
---|---|
java.io.File |
createWar(java.lang.String warFullName) |
void |
createWar(java.lang.String warFullName,
byte[] content) |
void |
createWar(java.lang.String warFullName,
java.io.InputStream inputStream) |
void |
deployAll() |
java.util.List |
deployWar(java.lang.String warName) |
java.util.List |
listDeployedWars() |
java.util.List |
listWarInfos() |
java.util.List |
listWars() |
void |
removeWar(java.lang.String warName) |
void |
undeployWar(java.lang.String warName) |
void deployAll()
java.util.List deployWar(java.lang.String warName) throws java.io.IOException
java.io.IOException
void undeployWar(java.lang.String warName) throws java.io.IOException
java.io.IOException
void removeWar(java.lang.String warName) throws java.io.IOException
java.io.IOException
java.io.File createWar(java.lang.String warFullName) throws java.io.IOException
java.io.IOException
void createWar(java.lang.String warFullName, byte[] content) throws java.io.IOException
java.io.IOException
void createWar(java.lang.String warFullName, java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException
java.util.List listWars()
java.util.List listDeployedWars()
java.util.List listWarInfos()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.