GigaSpaces XAP.NET Documentation
AbstractProcessingUnitContainer Class
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersAbstractProcessingUnitContainer
A processing unit container represents a currently running processing unit context.
Declaration Syntax
C#Visual BasicVisual C++J#
public abstract class AbstractProcessingUnitContainer : IProcessingUnitContainer, 
	IDisposable
Public MustInherit Class AbstractProcessingUnitContainer _
	Implements IProcessingUnitContainer, IDisposable
public ref class AbstractProcessingUnitContainer abstract : IProcessingUnitContainer, 
	IDisposable
public abstract class AbstractProcessingUnitContainer implements IProcessingUnitContainer, 
	IDisposable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AbstractProcessingUnitContainer()()()
Initializes a new instance of the AbstractProcessingUnitContainer class

ClusterInfo
Gets or sets the processing unit's cluster information.

Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize()()()
Initialize the processing unit.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Properties
Gets or sets the processing unit's properties.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AbstractProcessingUnitContainer
 BasicProcessingUnitContainer

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)