changeset 2272:9eb390ef243b

Add deactivate DS method for VmBytemanBackend. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-April/018425.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Wed, 06 Apr 2016 14:52:26 +0200
parents 5c8c2771c1e7
children 8197dcb387ff
files vm-byteman/agent/src/main/java/com/redhat/thermostat/vm/byteman/agent/internal/VmBytemanBackend.java
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vm-byteman/agent/src/main/java/com/redhat/thermostat/vm/byteman/agent/internal/VmBytemanBackend.java	Tue Apr 19 17:10:58 2016 -0400
+++ b/vm-byteman/agent/src/main/java/com/redhat/thermostat/vm/byteman/agent/internal/VmBytemanBackend.java	Wed Apr 06 14:52:26 2016 +0200
@@ -115,6 +115,10 @@
         this.version = new Version(thisBundle);
         this.registrar = new VmStatusListenerRegistrar(ctx);
     }
+    
+    protected void deactivate(ComponentContext context) {
+        // DS wants to use this method
+    }
 
     @Override
     public int getOrderValue() {