Process class abstract

An administrative interface for process management. Managed servers must implement this interface. A servant implementing this interface is a potential target for denial-of-service attacks, therefore proper security precautions should be taken. For example, the servant can use a UUID to make its identity harder to guess, and be registered in an object adapter with a secured endpoint.

Constructors

Process()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shutdown() → void
Initiate a graceful shut-down. @see Communicator.shutdown
toString() String
A string representation of this object.
inherited
writeMessage(String message, int fd) → void
Write a message on the process' stdout or stderr. @param message The message. @param fd 1 for stdout, 2 for stderr.

Operators

operator ==(Object other) bool
The equality operator.
inherited