| Package | Description |
|---|---|
| flash.tools.debugger | |
| flash.tools.debugger.concrete | |
| flash.tools.debugger.threadsafe |
| Modifier and Type | Method and Description |
|---|---|
IsolateSession |
Session.getWorkerSession(int isolateId)
Return the worker specific session object that can be used
to communicate with that worker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IsolatePlayerSession
Concrete implementation of IsolateSession.
|
| Modifier and Type | Method and Description |
|---|---|
IsolateSession |
PlayerSession.getWorkerSession(int isolateId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadSafeIsolateSession
Thread-safe wrapper for flash.tools.debugger.IsolateSession
|
| Modifier and Type | Method and Description |
|---|---|
IsolateSession |
ThreadSafeSession.getWorkerSession(int isolateId) |
| Modifier and Type | Method and Description |
|---|---|
static ThreadSafeIsolateSession |
ThreadSafeIsolateSession.wrap(Object syncObj,
IsolateSession session)
Wraps a Value inside a ThreadSafeValue.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.