Determines the functionality exposed by a space proxy provider.

C# | Visual Basic | Visual 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

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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.
|