Verwendungen von Klasse
de.bytestore.hostinger.entity.hosting.Process
Packages, die Process verwenden
Package
Beschreibung
-
Verwendungen von Process in de.bytestore.hostinger.entity.hosting
Methoden in de.bytestore.hostinger.entity.hosting, die Process zurückgebenModifizierer und TypMethodeBeschreibungHostnames.getProcess()PortBinding.getProcess()Volumes.getProcess()Methoden in de.bytestore.hostinger.entity.hosting mit Parametern vom Typ ProcessModifizierer und TypMethodeBeschreibungvoidHostnames.setProcess(Process process) voidPortBinding.setProcess(Process process) voidVolumes.setProcess(Process process) -
Verwendungen von Process in de.bytestore.hostinger.extension.process
Methoden in de.bytestore.hostinger.extension.process mit Parametern vom Typ ProcessModifizierer und TypMethodeBeschreibungvoidProcessExtensionPoint.attach(Process processIO, ProcessConsole consoleIO) Attaches a process to a console for input and output.voidCreates a new process based on the provided Process object.voidDetaches a process from its console for input and output.voidUpdates the specified process with new information.voidExecutes a command using the given process and command string.voidKills the process with the given ID.Logs the process information using logback.voidRemoves the specified process.voidStarts the process with the given ID.Retrieves the statistics of a given process.Retrieves the status of the process.voidStops the process with the given ID. -
Verwendungen von Process in de.bytestore.hostinger.handler
Methoden in de.bytestore.hostinger.handler mit Parametern vom Typ ProcessModifizierer und TypMethodeBeschreibungstatic voidProcessHandler.attach(Process processIO, ProcessConsole listenerIO) Attaches a Process Console to a process by invoking the attach method for all Process Listeners.static voidCreates a new process by executing the create method for all Process Listeners.static voidExecutes a command for a process by invoking the execute method for all Process Listeners.static booleanThis method checks if the given entity exists in the database.static StringRetrieves the logback configuration for a process by invoking the logback method for all Process Listeners.static voidRemoves the given process by executing the remove method for all Process Listeners.static voidStarts the given process by executing the start method for all Process Listeners.static ProcessStatsReturns the statistics of a process by invoking the stats method for all Process Listeners.static ProcessStatusRetrieves the status of the given process by executing the status method for all Process Listeners.static voidStops the given process by executing the stop method for all Process Listeners. -
Verwendungen von Process in de.bytestore.hostinger.view.process
Methodenparameter in de.bytestore.hostinger.view.process mit Typargumenten vom Typ ProcessModifizierer und TypMethodeBeschreibungvoidProcessListView.onProcessesDataGridItemDoubleClick(com.vaadin.flow.component.grid.ItemDoubleClickEvent<Process> event)