Determines the functionality exposed by a space proxy provider.

C# | Visual Basic | Visual C++ | J# |
public interface ISpaceProxyProviderFactory
Public Interface ISpaceProxyProviderFactory
public interface class ISpaceProxyProviderFactory
public interface ISpaceProxyProviderFactory

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