Class DeploySpaceImpl
java.lang.Object
com.swiftmq.impl.deploy.standard.DeploySpaceImpl
- All Implemented Interfaces:
com.swiftmq.swiftlet.deploy.DeploySpace, com.swiftmq.swiftlet.timer.event.TimerListener, EventListener
public class DeploySpaceImpl
extends Object
implements com.swiftmq.swiftlet.deploy.DeploySpace, com.swiftmq.swiftlet.timer.event.TimerListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()com.swiftmq.tools.deploy.Bundle[]voidvoidsetDeployListener(com.swiftmq.swiftlet.deploy.event.DeployListener listener) toString()
-
Constructor Details
-
DeploySpaceImpl
- Throws:
Exception
-
-
Method Details
-
getInstalledBundles
-
setDeployListener
public void setDeployListener(com.swiftmq.swiftlet.deploy.event.DeployListener listener) - Specified by:
setDeployListenerin interfacecom.swiftmq.swiftlet.deploy.DeploySpace
-
performTimeAction
public void performTimeAction()- Specified by:
performTimeActionin interfacecom.swiftmq.swiftlet.timer.event.TimerListener
-
close
public void close()- Specified by:
closein interfacecom.swiftmq.swiftlet.deploy.DeploySpace
-
toString
-