Package com.swiftmq.swiftlet
Class SwiftletDeployer
- java.lang.Object
-
- com.swiftmq.swiftlet.SwiftletDeployer
-
- All Implemented Interfaces:
DeployListener
public class SwiftletDeployer extends java.lang.Object implements DeployListener
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bundleAdded(Bundle bundle)
void
bundleRemoved(Bundle bundle, boolean isRedeploy)
void
start()
void
stop()
java.lang.String
toString()
-
-
-
Method Detail
-
start
public void start()
-
stop
public void stop()
-
bundleAdded
public void bundleAdded(Bundle bundle) throws java.lang.Exception
- Specified by:
bundleAdded
in interfaceDeployListener
- Throws:
java.lang.Exception
-
bundleRemoved
public void bundleRemoved(Bundle bundle, boolean isRedeploy) throws java.lang.Exception
- Specified by:
bundleRemoved
in interfaceDeployListener
- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-