Serialized Form
-
Package cloud.localstack.docker.exception
-
Class cloud.localstack.docker.exception.LocalstackDockerException extends java.lang.RuntimeException implements Serializable
-
-
Package cloud.localstack.lambda_handler
-
Class cloud.localstack.lambda_handler.MultipleMatchingHandlersException extends java.lang.Exception implements Serializable
-
Class cloud.localstack.lambda_handler.NoMatchingHandlerException extends java.lang.Exception implements Serializable
-
-
Package org.ow2.proactive.process_tree_killer
-
Class org.ow2.proactive.process_tree_killer.CaseInsensitiveComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.ow2.proactive.process_tree_killer.CyclicGraphDetector.CycleDetectedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cycle
java.util.List cycle
-
-
-
Class org.ow2.proactive.process_tree_killer.EnvVars extends java.util.TreeMap<java.lang.String,java.lang.String> implements Serializable
-
Serialized Fields
-
platform
Platform platform
If thisEnvVarsobject represents the whole environment variable set, not just a partial list used for overriding later, then we need to know the platform for which this env vars are targeted for, or else we won't know how to merge variables properly.So this property remembers that information.
-
-
-
Class org.ow2.proactive.process_tree_killer.ProcessKiller extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.ow2.proactive.process_tree_killer.ProcessTree extends java.lang.Object implements Serializable
-
Serialized Fields
-
processes
java.util.Map<java.lang.Integer,ProcessTree.OSProcess> processes
To be filled in the constructor of the derived type.
-
-
-
Class org.ow2.proactive.process_tree_killer.ProcessTree.Local extends ProcessTree implements Serializable
-
Class org.ow2.proactive.process_tree_killer.ProcessTree.OSProcess extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
pid
int pid
-
-
-
Class org.ow2.proactive.process_tree_killer.ProcessTree.UnixProcess extends ProcessTree.OSProcess implements Serializable
-