Package com.swiftmq.swiftlet.deploy
Interface DeploySpace
-
public interface DeploySpace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Bundle[]
getInstalledBundles()
void
setDeployListener(DeployListener listener)
-
-
-
Method Detail
-
getInstalledBundles
Bundle[] getInstalledBundles() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setDeployListener
void setDeployListener(DeployListener listener)
-
close
void close()
-
-