Factory class for creating embedded space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public class EmbeddedSpaceFactory
Public Class EmbeddedSpaceFactory
public ref class EmbeddedSpaceFactory
public class EmbeddedSpaceFactory
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
EmbeddedSpaceFactory(String) |
Creates a new factory with the specified space name.
| |
Clustered |
Determines if this is a cluster proxy to the entire cluster, or a direct proxy to the collocated member only.
| |
ClusterInfo |
Gets or sets the cluster information which determines the identity of this embedded space within a cluster.
| |
Create()()()() |
Creates an embedded space based on the configured information.
| |
Credentials |
Gets or sets the credentials which will be used to login.
| |
CustomProperties |
Gets or sets custom space properties.
| |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
ExternalDataSource |
Gets or sets the external data source which should be used for persistency with this space.
| |
Filters |
Gets or sets the space filters which should be used with this embedded space.
| |
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.) | |
Gateway |
Gets or sets the WAN gateway configuration this space should use.
| |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
LookupGroups |
Determines which lookup groups the space will be registered with in the lookup service.
| |
LookupLocators |
Determines which lookup locators the space will be registered with in the lookup service.
| |
LookupTimeout |
Determines the maximum timeout the space will wait to register within the lookup service.
| |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Mirrored |
Gets or sets whether this embedded space should replicate its activity to a mirror component.
| |
Name |
Name of space to create
| |
Secured |
Determines whether or not this space is secured.
| |
SpaceTypes |
Gets or sets the space types which should be registered with this space before it becomes active.
| |
ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
Versioned |
Determines whether the space proxy performs optimimistic locking verifications.
|
Inheritance Hierarchy
Object | |
EmbeddedSpaceFactory |