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 voidbundleAdded(Bundle bundle)voidbundleRemoved(Bundle bundle, boolean isRedeploy)voidstart()voidstop()java.lang.StringtoString()
-
-
-
Method Detail
-
start
public void start()
-
stop
public void stop()
-
bundleAdded
public void bundleAdded(Bundle bundle) throws java.lang.Exception
- Specified by:
bundleAddedin interfaceDeployListener- Throws:
java.lang.Exception
-
bundleRemoved
public void bundleRemoved(Bundle bundle, boolean isRedeploy) throws java.lang.Exception
- Specified by:
bundleRemovedin interfaceDeployListener- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-