GigaSpaces XAP.NET Documentation
IProcessingUnitConfiguration Interface
Class LibraryGigaSpaces.XAP.ConfigurationIProcessingUnitConfiguration
Encapsulates processing unit configuration
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IProcessingUnitConfiguration : IGigaSpacesConfigurationElement
Public Interface IProcessingUnitConfiguration _
	Implements IGigaSpacesConfigurationElement
public interface class IProcessingUnitConfiguration : IGigaSpacesConfigurationElement
public interface IProcessingUnitConfiguration extends IGigaSpacesConfigurationElement
Members
All MembersMethodsProperties



IconMemberDescription
EmbeddedSpaces
Gets the collection of embedded spaces configurations.

EventContainers
Gets the collection of event containers configurations.

GetPropertiesNames()()()
Returns a collection of the properties names in this element.
(Inherited from IGigaSpacesConfigurationElement.)
GetProperty(String)
Gets the specified property's value.
(Inherited from IGigaSpacesConfigurationElement.)
IsDefined(String)
Returns true if the specified property is defined, false otherwise.
(Inherited from IGigaSpacesConfigurationElement.)
Mirrors
Gets the collection of mirror components configurations.

ScanAssemblies
Gets the configuration of the assemblies which should be auto scanned for remote services, event container and basic components.

ScanBasicComponents
Determines whether the container should scan and automatically manage processing unit components (Types marked with BasicProcessingUnitComponentAttribute).

ScanEventContainers
Determines whether the container should scan and automatically manage event listener containers (Types marked with EventDrivenAttribute).

ScanRemotingServices
Determines whether the container should scan and automatically host remote services (Types marked with SpaceRemotingServiceAttribute).

SetProperty(String, Object)
Sets the specified property value
(Inherited from IGigaSpacesConfigurationElement.)
SpaceProxies
Gets the collection of space proxies configurations.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)