public final class EncounterUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static EncounterCounter |
createStrong(Identicator id) |
static EncounterCounter |
createWeak(Identicator id) |
static EncounterCounter |
syncWrap(EncounterCounter inner)
returns the inner EncounterCounter wrapped so that all
method calls are effectively synchronized.
|
public static EncounterCounter createStrong(Identicator id)
public static EncounterCounter createWeak(Identicator id)
public static EncounterCounter syncWrap(EncounterCounter inner)