Uses of Class
org.eclnt.jsfserver.elements.ThreadData.ExtThreadInjectionInfo
Packages that use ThreadData.ExtThreadInjectionInfo
-
Uses of ThreadData.ExtThreadInjectionInfo in org.eclnt.jsfserver.elements
Methods in org.eclnt.jsfserver.elements that return ThreadData.ExtThreadInjectionInfoModifier and TypeMethodDescriptionThreadData.extractExtThreadInjectionInfo()
Extracts objects from the current UI-thread to be injected into another process.Methods in org.eclnt.jsfserver.elements with parameters of type ThreadData.ExtThreadInjectionInfoModifier and TypeMethodDescriptionstatic void
ThreadData.injectExtThread
(Thread nonUIThread, ThreadData.ExtThreadInjectionInfo info) Counter part ofThreadData.extractExtThreadInjectionInfo()
.