| Package | net.guttershark.support.servicemanager.shared |
| Class | public final class Limiter |
| Method | Defined by | ||
|---|---|---|---|
|
Limiter()
New RemotinCallLimiter.
| Limiter | ||
|
canExecute(uniquePath:String):Boolean
Test whether or not a call can be executed.
| Limiter | ||
|
dispose():void
Dispose of this RemotingCallLimiter.
| Limiter | ||
|
lockCall(uniquePath:String):void
Locks a call so that no further calls can be made to it
until it's unlocked.
| Limiter | ||
|
releaseAllCalls():void
Clears all currently locked calls.
| Limiter | ||
|
releaseCall(uniquePath:String):void
Releases a call from the call pool.
| Limiter | ||
| Limiter | () | constructor |
public function Limiter()New RemotinCallLimiter.
| canExecute | () | method |
public function canExecute(uniquePath:String):BooleanTest whether or not a call can be executed.
ParametersuniquePath:String — The unique identifier for a remoting call.
|
Boolean |
| dispose | () | method |
public function dispose():voidDispose of this RemotingCallLimiter.
| lockCall | () | method |
public function lockCall(uniquePath:String):voidLocks a call so that no further calls can be made to it until it's unlocked.
ParametersuniquePath:String — A unique identifier for a remoting call.
|
| releaseAllCalls | () | method |
public function releaseAllCalls():voidClears all currently locked calls.
| releaseCall | () | method |
public function releaseCall(uniquePath:String):voidReleases a call from the call pool.
ParametersuniquePath:String — The unique identifier for a remoting call.
|