Class FrontendServerBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class FrontendServerBean extends FCContextBean
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FrontendServerBean

      public FrontendServerBean()
  • Method Details

    • getModel

      Returns:
      the model
    • setModel

      public void setModel(IEntityListModelSelectByView<FrontendServer> model)
      Parameters:
      model - the model to set
    • updateModel

      public void updateModel()
    • deleteMarked

      public void deleteMarked()
    • delete

      public void delete(FrontendServer server)
    • checkConnection

      public void checkConnection()
    • testSelected

      public boolean testSelected()
    • testConnection

      public boolean testConnection(FrontendServer fs)
    • connect

      public void connect(FrontendServer fs)
    • connectToSelectedFS

      public void connectToSelectedFS()
    • cleanupSelectedFS

      public void cleanupSelectedFS()
    • cleanup

      public void cleanup(FrontendServer fs)
    • disconnect

      public void disconnect(FrontendServer fs)
    • disconnectFromSelectedFS

      public void disconnectFromSelectedFS()
    • hasReachedLicenseLimit

      public boolean hasReachedLicenseLimit()
    • hasFrontendServer

      public boolean hasFrontendServer()
    • getStatus

      public EConnectionStatus getStatus(FrontendServer fs)