GigaSpaces XAP.NET Documentation
ISpaceProxyProviderFactory Interface
Class LibraryGigaSpaces.CoreISpaceProxyProviderFactory
Determines the functionality exposed by a space proxy provider.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Use GigaSpacesFactory instead.")]
public interface ISpaceProxyProviderFactory
<ObsoleteAttribute("Use GigaSpacesFactory instead.")> _
Public Interface ISpaceProxyProviderFactory
[ObsoleteAttribute(L"Use GigaSpacesFactory instead.")]
public interface class ISpaceProxyProviderFactory
/** @attribute ObsoleteAttribute("Use GigaSpacesFactory instead.") */
public interface ISpaceProxyProviderFactory
Members
All MembersMethodsProperties



IconMemberDescription
CreateDistributedTransactionManager()()() Obsolete.
Creates a distributed transaction manager.

DefaultEventSessionConfig Obsolete.
Gets or sets the default EventSessionConfig assigned to created proxies.

DefaultIteratorBufferSize Obsolete.
Gets or sets the default buffer size assigned to created proxies.

DefaultLeaseTime Obsolete.
Gets or sets the default lease time assigned to created proxies.

DefaultMaxItems Obsolete.
Gets or sets the default max items assigned to created proxies.

DefaultTimeOut Obsolete.
Gets or sets the default timeout assigned to created proxies.

FindJiniTransactionManager()()() Obsolete.
Find a Jini transaction manager using the default lookup settings.

FindJiniTransactionManager(String, String, String, Int64, Dictionary<(Of <(String, String>)>)) Obsolete.
Find a Jini transaction manager using the specified lookup settings.

FindSpace(String) Obsolete.
Find the space specified by the url.

FindSpace(String, SpaceConfig) Obsolete.
Find the space specified by the cluster info and url.

FindSpace(String, SecurityContext) Obsolete.
Find the space specified by the url.

FindSpace(String, SpaceConfig, SecurityContext) Obsolete.
Find the space specified by the url.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.1.4.4750 (7.1.4.4750)