Base implementation of a space proxy provider, including static instance of default provider.
| C# | Visual Basic | Visual C++ | J# |
public class SpaceProxyProviderFactory : ISpaceProxyProviderFactory
Public Class SpaceProxyProviderFactory _ Implements ISpaceProxyProviderFactory
public ref class SpaceProxyProviderFactory : ISpaceProxyProviderFactory
public class SpaceProxyProviderFactory implements ISpaceProxyProviderFactory
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Configuration |
Gets the loaded GigaSpaces configuration.
| |
| CreateLocalTransactionManager(ISpaceProxy) | Obsolete.
Create a local transaction manager for the specified proxy.
| |
| DefaultEventSessionConfig |
Gets or sets the default EventSessionConfig assigned to created proxies.
| |
| DefaultIteratorBufferSize |
Gets or sets the default buffer size assigned to created proxies.
| |
| DefaultLeaseTime |
Gets or sets the default lease time assigned to created proxies.
| |
| DefaultMaxItems |
Gets or sets the default max items assigned to created proxies.
| |
| DefaultTimeOut |
Gets or sets the default timeout assigned to created proxies.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExternalConfigFilePath |
Gets and sets the path to a non default config file
| |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FindJiniTransactionManager()()() |
Find a Jini transaction manager using the default lookup settings.
| |
| FindJiniTransactionManager(String, String, String, Int64, Dictionary<(Of <(String, String>)>)) |
Find a Jini transaction manager using the specified lookup settings.
| |
| FindSpace(String) |
Find the space specified by the url.
| |
| FindSpace(String, SpaceConfig) |
Find the space specified by the cluster info and url.
| |
| FindSpace(String, SecurityContext) |
Find the space specified by the url.
| |
| FindSpace(String, SpaceConfig, SecurityContext) |
Find the space specified by the url.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Instance |
Gets the default space proxy provider.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetThreadContext(ISpaceProxy) | Obsolete.
Sets the thread context class loader inside the JVM to fit
the context class loader of the given proxy.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| SpaceProxyProviderFactory | |
