Package com.ebasetech.xi.services
Class ObjectServices
java.lang.Object
com.ebasetech.xi.services.ObjectServices
public class ObjectServices
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ObjectServices() -
Method Summary
Modifier and Type Method Description static java.lang.ObjectgetSharedObject(java.lang.String key)static com.ebasetech.xi.services.objects.WrappedHashMapmakeMapObject()static com.ebasetech.xi.services.objects.WrappedConcurrentHashMapmakeSynchronizedMapObject()static voidremoveSharedObject(java.lang.String key)static voidsetSharedObject(java.lang.String key, java.lang.Object obj)static voidsetSharedObjectIfAbsent(java.lang.String key, java.lang.Object obj)static com.ebasetech.xi.services.objects.WrappedCollectionwrapCollection(java.lang.Class cls)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectServices
public ObjectServices()
-
-
Method Details
-
makeSynchronizedMapObject
public static com.ebasetech.xi.services.objects.WrappedConcurrentHashMap makeSynchronizedMapObject() -
makeMapObject
public static com.ebasetech.xi.services.objects.WrappedHashMap makeMapObject() -
wrapCollection
public static com.ebasetech.xi.services.objects.WrappedCollection wrapCollection(java.lang.Class cls)
-