Ejemplo n.º 1
0
  @Override
  protected void startImpl() throws ConfigException {
    super.startImpl();

    _admin.register();
  }
Ejemplo n.º 2
0
  @Override
  protected void destroyImpl() {
    _admin.unregister();

    super.destroyImpl();
  }