SupervisorContainerCommonMessages

csw.command.client.messages.SupervisorContainerCommonMessages

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Restart extends CommonMessage

Represents a restart message for a component

Represents a restart message for a component

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait RemoteMsg
class Object
trait Matchable
class Any
Show all
Self type
Restart.type
case object Shutdown extends CommonMessage

Represents a shutdown message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.

Represents a shutdown message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait RemoteMsg
class Object
trait Matchable
class Any
Show all
Self type
Shutdown.type

Value members

Concrete methods

A Java helper that represents a restart message for a component

A Java helper that represents a restart message for a component

Attributes

A Java helper that represents a message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.

A Java helper that represents a message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.

Attributes