Class SessionsView

java.lang.Object
org.tentackle.fx.AbstractFxController
org.tentackle.fx.rdc.admin.SessionsView
All Implemented Interfaces:
FxController, org.tentackle.validate.ScopeConfigurator

@FxControllerService(binding=NO) public class SessionsView extends AbstractFxController
View showing all sessions logged in to the middle tier.
Allows killing sessions as well.
Author:
harald
  • Constructor Details

    • SessionsView

      public SessionsView()
  • Method Details

    • configure

      public void configure()
      Specified by:
      configure in interface FxController
      Overrides:
      configure in class AbstractFxController
    • getButtonBox

      public FxHBox getButtonBox()
      Gets the button box.
      Used to add additional buttons, for example to close the stage.
      Returns:
      the button box
    • isKillSessionAllowed

      protected boolean isKillSessionAllowed()
      Returns whether killing a session is allowed.
      Returns:
      true if allowed
    • showSecurityDialog

      protected void showSecurityDialog()
      Shows the security dialog.
    • createTableConfiguration

      protected TableConfiguration<AdminExtension.SessionData> createTableConfiguration()
      Creates the table configuration.
      Returns:
      the table config