Class AbstractSpaceProxy

java.lang.Object
com.gigaspaces.internal.client.spaceproxy.AbstractSpaceProxy
All Implemented Interfaces:
IPojoSpace, ISpaceProxy, SecuredService, IDotnetProxyAssociated, ActionMaker, IJSpace, JavaSpace
Direct Known Subclasses:
AbstractDirectSpaceProxy, AbstractSpaceCacheContainer

public abstract class AbstractSpaceProxy extends Object implements ISpaceProxy
A common base class for most space proxies.

Implements all the space operations and calling the appropriate Listener using the AbstractSpaceProxyActionManager. Extended classes should initialize the listeners in the action manager.

Author:
GigaSpaces