Package com.avanza.astrix.gs
Class BoundProxyServiceBeanInstance<T>
- java.lang.Object
-
- com.avanza.astrix.gs.BoundProxyServiceBeanInstance<T>
-
- All Implemented Interfaces:
com.avanza.astrix.beans.service.BoundServiceBeanInstance<T>
public class BoundProxyServiceBeanInstance<T> extends Object implements com.avanza.astrix.beans.service.BoundServiceBeanInstance<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> BoundProxyServiceBeanInstance<T>create(T instance, ClusteredProxyCacheImpl.GigaSpaceInstance gigaSpaceInstance)Tget()voidrelease()
-
-
-
Method Detail
-
create
public static <T> BoundProxyServiceBeanInstance<T> create(T instance, ClusteredProxyCacheImpl.GigaSpaceInstance gigaSpaceInstance)
-
get
public T get()
- Specified by:
getin interfacecom.avanza.astrix.beans.service.BoundServiceBeanInstance<T>
-
release
public void release()
- Specified by:
releasein interfacecom.avanza.astrix.beans.service.BoundServiceBeanInstance<T>
-
-