public class ObjectModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MULTIPLE
In the MULTIPLE model, it is assumed that multiple instances of the
object may exist in different JVMs concurrently.
|
static int |
SINGLE
In the SINGLE model, it is assumed that only a single instance of the
object will exist within a single JVM.
|
Constructor and Description |
---|
ObjectModel() |
Modifier and Type | Method and Description |
---|---|
static void |
print(java.io.PrintWriter strm,
int os)
Print out a human-readable form of the model type.
|
public static final int SINGLE
public static final int MULTIPLE