SecureBlackbox 2020 Java Edition

Questions / Feedback?

DestroyAction Event

Fires when an object destruction request is received.

Syntax

public class DefaultKmipserverEventListener implements KmipserverEventListener {
  ...
  public void destroyAction(KmipserverDestroyActionEvent e) {}
  ...
}

public class KmipserverDestroyActionEvent {
  public long connectionId;
  public String uniqueIdentifier;
  public int objectType;
  public int objectState;
  public boolean remove;
}

Remarks

The class fires this event when it receives a request from the client to destroy and existing object. Set Remove to true to proceed with the destruction, or to false to reject the request.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Java Edition - Version 20.0 [Build 8156]