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 TypMethodeBeschreibungvoid
Hostnames.setProcess
(Process process) void
PortBinding.setProcess
(Process process) void
Volumes.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 TypMethodeBeschreibungvoid
ProcessExtensionPoint.attach
(Process processIO, ProcessConsole consoleIO) Attaches a process to a console for input and output.void
Creates a new process based on the provided Process object.void
Detaches a process from its console for input and output.void
Updates the specified process with new information.void
Executes a command using the given process and command string.void
Kills the process with the given ID.Logs the process information using logback.void
Removes the specified process.void
Starts the process with the given ID.Retrieves the statistics of a given process.Retrieves the status of the process.void
Stops 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 void
ProcessHandler.attach
(Process processIO, ProcessConsole listenerIO) Attaches a Process Console to a process by invoking the attach method for all Process Listeners.static void
Creates a new process by executing the create method for all Process Listeners.static void
Executes a command for a process by invoking the execute method for all Process Listeners.static boolean
This method checks if the given entity exists in the database.static String
Retrieves the logback configuration for a process by invoking the logback method for all Process Listeners.static void
Removes the given process by executing the remove method for all Process Listeners.static void
Starts the given process by executing the start method for all Process Listeners.static ProcessStats
Returns the statistics of a process by invoking the stats method for all Process Listeners.static ProcessStatus
Retrieves the status of the given process by executing the status method for all Process Listeners.static void
Stops 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 TypMethodeBeschreibungvoid
ProcessListView.onProcessesDataGridItemDoubleClick
(com.vaadin.flow.component.grid.ItemDoubleClickEvent<Process> event)