Interface IMemoryAwareResourceFactory<R extends IMemoryAwareResource>
- All Superinterfaces:
IResourceFactory<R>
- All Known Implementing Classes:
CompressedMarshObjectConvertor.CompressedMarshObjectConvertorFactory,MarshObjectConvertor.MarshObjectConvertorFactory
public interface IMemoryAwareResourceFactory<R extends IMemoryAwareResource>
extends IResourceFactory<R>
- Since:
- 9.6
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionallocate(IMemoryAwareResourcePool resourcePool) Allocates a new resource instance.Methods inherited from interface com.j_spaces.kernel.pool.IResourceFactory
allocate
-
Method Details
-
allocate
Allocates a new resource instance.- Returns:
- a new instance of type
IMemoryAwareResource
-