| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpaceContext | |
|---|---|
| com.j_spaces.core.admin | Provides GigaSpaces administration services | 
| com.j_spaces.core.filters | Provides GigaSpaces filter plug-in interfaces. | 
| org.openspaces.core.space.filter | A package allowing to simplify the injection of an actual ISpaceFilter instance during Space creation. | 
| Uses of SpaceContext in com.j_spaces.core.admin | 
|---|
| Methods in com.j_spaces.core.admin with parameters of type SpaceContext | |
|---|---|
 void | 
IRemoteJSpaceAdmin.dropClass(String className,
          SpaceContext sc)
Drop all Class entries and all its templates from the space.  | 
| Uses of SpaceContext in com.j_spaces.core.filters | 
|---|
| Methods in com.j_spaces.core.filters with parameters of type SpaceContext | |
|---|---|
 void | 
ISpaceFilter.process(SpaceContext context,
        ISpaceFilterEntry[] entries,
        int operationCode)
This method is called by the engine when an event matching this filter's operation code occurs in the engine.  | 
 void | 
ISpaceFilter.process(SpaceContext context,
        ISpaceFilterEntry entry,
        int operationCode)
This method is called by the engine when an event matching this filter's operation code occurs in the space engine.  | 
| Uses of SpaceContext in org.openspaces.core.space.filter | 
|---|
| Methods in org.openspaces.core.space.filter with parameters of type SpaceContext | |
|---|---|
 void | 
FilterOperationDelegate.process(SpaceContext context,
        ISpaceFilterEntry[] entries,
        int operationCode)
Fetch a FilterOperationDelegateInvoker based on the operation
 code. | 
 void | 
FilterOperationDelegate.process(SpaceContext context,
        ISpaceFilterEntry entry,
        int operationCode)
Fetch a FilterOperationDelegateInvoker based on the operation
 code. | 
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||