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 Details

  • Method Details

    • getInstalledBundles

      public com.swiftmq.tools.deploy.Bundle[] getInstalledBundles() throws Exception
      Specified by:
      getInstalledBundles in interface com.swiftmq.swiftlet.deploy.DeploySpace
      Throws:
      Exception
    • setDeployListener

      public void setDeployListener(com.swiftmq.swiftlet.deploy.event.DeployListener listener)
      Specified by:
      setDeployListener in interface com.swiftmq.swiftlet.deploy.DeploySpace
    • performTimeAction

      public void performTimeAction()
      Specified by:
      performTimeAction in interface com.swiftmq.swiftlet.timer.event.TimerListener
    • close

      public void close()
      Specified by:
      close in interface com.swiftmq.swiftlet.deploy.DeploySpace
    • toString

      public String toString()
      Overrides:
      toString in class Object