|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Threads | |
---|---|
railo.runtime | |
railo.runtime.thread |
Uses of Threads in railo.runtime |
---|
Methods in railo.runtime that return Threads | |
---|---|
Threads |
PageContextImpl.getThreadScope(Collection.Key name)
|
abstract Threads |
PageContext.getThreadScope(Collection.Key name)
|
Threads |
PageContextImpl.getThreadScope(String name)
|
abstract Threads |
PageContext.getThreadScope(String name)
Deprecated. use instead setThreadScope(Collection.Key name,Threads t) |
Methods in railo.runtime with parameters of type Threads | |
---|---|
void |
PageContextImpl.setThreadScope(Collection.Key name,
Threads ct)
|
abstract void |
PageContext.setThreadScope(Collection.Key name,
Threads t)
|
void |
PageContextImpl.setThreadScope(String name,
Threads ct)
|
abstract void |
PageContext.setThreadScope(String name,
Threads t)
Deprecated. use instead setThreadScope(Collection.Key name,Threads t) |
Uses of Threads in railo.runtime.thread |
---|
Classes in railo.runtime.thread that implement Threads | |
---|---|
class |
ThreadsImpl
|
Methods in railo.runtime.thread that return Threads | |
---|---|
Threads |
ChildThreadImpl.getThreadScope()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |