Package com.j_spaces.kernel.pool
Interface IResourceFactory<R extends IResource>
- All Known Subinterfaces:
IMemoryAwareResourceFactory<R>
- All Known Implementing Classes:
CompressedMarshObjectConvertor.CompressedMarshObjectConvertorFactory,ConnectionFactory,ConnectionResourceFactory,EntryArrivedPacketsFactory,MarshObjectConvertor.MarshObjectConvertorFactory,ReadWriteLockFactory
public interface IResourceFactory<R extends IResource>
IResourceFactory interface for allocating new resources out of the ResourcesPool.
Implementing classes should hold an instance of the ResourcePool
- See Also:
-
Method Summary