Verwendungen von Klasse
de.bytestore.hostinger.extension.process.ProcessConsole
Packages, die ProcessConsole verwenden
Package
Beschreibung
-
Verwendungen von ProcessConsole in de.bytestore.hostinger.entity.hosting
Methoden in de.bytestore.hostinger.entity.hosting mit Parametern vom Typ ProcessConsoleModifizierer und TypMethodeBeschreibungvoid
Process.attach
(ProcessConsole consoleIO) Attaches a ProcessConsole object to the process. -
Verwendungen von ProcessConsole in de.bytestore.hostinger.extension.process
Methoden in de.bytestore.hostinger.extension.process mit Parametern vom Typ ProcessConsoleModifizierer und TypMethodeBeschreibungvoid
ProcessExtensionPoint.attach
(Process processIO, ProcessConsole consoleIO) Attaches a process to a console for input and output. -
Verwendungen von ProcessConsole in de.bytestore.hostinger.extension.virtualization
Methoden in de.bytestore.hostinger.extension.virtualization mit Parametern vom Typ ProcessConsoleModifizierer und TypMethodeBeschreibungvoid
VirtualizedExtensionPoint.attach
(Virtualized virtualizedIO, ProcessConsole consoleIO) Attaches aVirtualized
input/output to aProcessConsole
. -
Verwendungen von ProcessConsole in de.bytestore.hostinger.handler
Methoden in de.bytestore.hostinger.handler mit Parametern vom Typ ProcessConsoleModifizierer 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.