one.world.core
Class NestedConcurrencyDomain
java.lang.Object
|
+--one.world.core.Domain
|
+--one.world.core.ConcurrencyDomain
|
+--one.world.core.NestedConcurrencyDomain
- All Implemented Interfaces:
- Serializable
- public final class NestedConcurrencyDomain
- extends ConcurrencyDomain
Implementation of a nested concurrency domain. Nested concurrency
domains are used within the root environment to isolate some
services such as structured I/O
communication channels from the root environment's main
concurrency domain. Their use avoids breaking the root environment
into several environments and thus introduces a form of lightweight
environment.
Note that applications can also be partitioned across several
concurrency domains. However, they need to use several different
environments, which are all part of the same protection domain.
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
|
Method Summary |
String |
toString()
Return a string representation for this nested concurrency domain. |
toString
public String toString()
- Return a string representation for this nested concurrency domain.
- Overrides:
toString in class ConcurrencyDomain
(C) Copyright 2001 UW CSE