Package com.mchange.v2.encounter
Class EncounterUtils
- java.lang.Object
-
- com.mchange.v2.encounter.EncounterUtils
-
public final class EncounterUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EncounterCountercreateStrong(Identicator id)static EncounterCountercreateWeak(Identicator id)static EncounterCountersyncWrap(EncounterCounter inner)returns the inner EncounterCounter wrapped so that all method calls are effectively synchronized.
-
-
-
Method Detail
-
createStrong
public static EncounterCounter createStrong(Identicator id)
-
createWeak
public static EncounterCounter createWeak(Identicator id)
-
syncWrap
public static EncounterCounter syncWrap(EncounterCounter inner)
returns the inner EncounterCounter wrapped so that all method calls are effectively synchronized.
-
-