Static Public Member Functions | |
| static Execution^ | OnRegion (Region^ rg) |
| static Execution^ | OnServer (IRegionService^ cache) |
| static Execution^ | OnServer (Pool^ pl) |
| static Execution^ | OnServers (IRegionService^ cache) |
| static Execution^ | OnServers (Pool^ pl) |
| static Execution ^ GemStone::GemFire::Cache::FunctionService::OnServer | ( | IRegionService^ | cache | ) | [static] |
Creates a new Execution object on one server.
| IllegalStateException | when Pool has been closed. |
Creates a new Execution object on one server
| UnsupportedOperationException | unsupported operation exception, when Pool is in multiusersecure mode. |
| static Execution ^ GemStone::GemFire::Cache::FunctionService::OnServers | ( | IRegionService^ | cache | ) | [static] |
Creates a new Execution object on all servers in the pool.
| IllegalStateException | when Pool has been closed. |
Creates a new Execution object on all servers in the pool
| UnsupportedOperationException | unsupported operation exception, when Pool is in multiusersecure mode. |