diff options
Diffstat (limited to 'java/test/Ice/background/PluginFactory.java')
-rw-r--r-- | java/test/Ice/background/PluginFactory.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test/Ice/background/PluginFactory.java b/java/test/Ice/background/PluginFactory.java index 9d39830bc0f..9edd6c8fa38 100644 --- a/java/test/Ice/background/PluginFactory.java +++ b/java/test/Ice/background/PluginFactory.java @@ -19,6 +19,7 @@ public class PluginFactory implements Ice.PluginFactory _communicator = communicator; } + @Override public void initialize() { @@ -34,6 +35,7 @@ public class PluginFactory implements Ice.PluginFactory } } + @Override public void destroy() { @@ -49,6 +51,7 @@ public class PluginFactory implements Ice.PluginFactory private Configuration _configuration; } + @Override public Ice.Plugin create(Ice.Communicator communicator, String name, String[] args) { |