|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PerthreadManager | |
---|---|
org.apache.tapestry5.hibernate | Provides support for simple CRUD applications built on top of Tapestry and Hibernate |
org.apache.tapestry5.internal.alerts | [INTERNAL USE ONLY] support classes for Alerts; API subject to change |
org.apache.tapestry5.internal.pageload | [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.internal.structure | [INTERNAL USE ONLY] page structure implementation details; API subject to change. |
org.apache.tapestry5.internal.test | [INTERNAL USE ONLY] testing support implementation classes; API subject to change |
org.apache.tapestry5.internal.transform | [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. |
org.apache.tapestry5.ioc.internal | [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. |
org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
org.apache.tapestry5.ioc.test | Classes supporting testing of Tapestry IOC services |
org.apache.tapestry5.jpa | Provides support for simple CRUD applications built on top of Tapestry and JPA |
org.apache.tapestry5.services | Core services |
org.apache.tapestry5.upload.services | Services for the Tapestry-upload module |
Uses of PerthreadManager in org.apache.tapestry5.hibernate |
---|
Methods in org.apache.tapestry5.hibernate with parameters of type PerthreadManager | |
---|---|
static HibernateSessionManager |
HibernateCoreModule.buildHibernateSessionManager(HibernateSessionSource sessionSource,
PerthreadManager perthreadManager)
The session manager manages sessions on a per-thread/per-request basis. |
Uses of PerthreadManager in org.apache.tapestry5.internal.alerts |
---|
Constructors in org.apache.tapestry5.internal.alerts with parameters of type PerthreadManager | |
---|---|
AlertManagerImpl(ApplicationStateManager asm,
Request request,
AjaxResponseRenderer ajaxResponseRenderer,
PerthreadManager perThreadManager)
|
Uses of PerthreadManager in org.apache.tapestry5.internal.pageload |
---|
Constructors in org.apache.tapestry5.internal.pageload with parameters of type PerthreadManager | |
---|---|
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource,
ComponentTemplateSource templateSource,
PageElementFactory elementFactory,
ComponentPageElementResourcesSource resourcesSource,
ComponentClassResolver componentClassResolver,
PersistentFieldManager persistentFieldManager,
StringInterner interner,
OperationTracker tracker,
PerthreadManager perThreadManager,
Request request,
SymbolSource symbolSource)
|
Uses of PerthreadManager in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services with parameters of type PerthreadManager | |
---|---|
void |
NonPoolingRequestPageCacheImpl.listenForThreadCleanup(PerthreadManager perthreadManager)
|
Constructors in org.apache.tapestry5.internal.services with parameters of type PerthreadManager | |
---|---|
PersistentLocaleImpl(PerthreadManager perThreadManager,
String supportedLocales)
|
Uses of PerthreadManager in org.apache.tapestry5.internal.structure |
---|
Uses of PerthreadManager in org.apache.tapestry5.internal.test |
---|
Constructors in org.apache.tapestry5.internal.test with parameters of type PerthreadManager | |
---|---|
EndOfRequestCleanupFilter(PerthreadManager perThreadManager)
|
Uses of PerthreadManager in org.apache.tapestry5.internal.transform |
---|
Constructors in org.apache.tapestry5.internal.transform with parameters of type PerthreadManager | |
---|---|
CachedWorker(BindingSource bindingSource,
PerthreadManager perthreadManager)
|
|
InjectPageWorker(ComponentSource componentSource,
ComponentClassResolver resolver,
PerthreadManager perThreadManager)
|
|
ParameterWorker(ComponentClassCache classCache,
BindingSource bindingSource,
ComponentDefaultProvider defaultProvider,
TypeCoercer typeCoercer,
PerthreadManager perThreadManager)
|
|
PersistWorker(ComponentClassCache classCache,
PerthreadManager perThreadManager)
|
|
UnclaimedFieldWorker(ComponentClassCache classCache,
PerthreadManager perThreadManager)
|
Uses of PerthreadManager in org.apache.tapestry5.ioc.internal |
---|
Constructors in org.apache.tapestry5.ioc.internal with parameters of type PerthreadManager | |
---|---|
ServiceActivityTrackerImpl.MutableServiceActivity(ServiceDef serviceDef,
PerthreadManager perthreadManager,
Status status)
|
|
ServiceActivityTrackerImpl(PerthreadManager perthreadManager)
|
Uses of PerthreadManager in org.apache.tapestry5.ioc.internal.services |
---|
Classes in org.apache.tapestry5.ioc.internal.services that implement PerthreadManager | |
---|---|
class |
PerthreadManagerImpl
|
Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type PerthreadManager | |
---|---|
ParallelExecutorImpl(ExecutorService executorService,
ThunkCreator thunkCreator,
PerthreadManager perthreadManager)
|
|
PerThreadServiceCreator(PerthreadManager perthreadManager,
ObjectCreator delegate)
|
|
PerThreadServiceLifecycle(PerthreadManager perthreadManager,
PlasticProxyFactory proxyFactory)
|
Uses of PerthreadManager in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services with parameters of type PerthreadManager | |
---|---|
static ParallelExecutor |
TapestryIOCModule.buildDeferredExecution(int coreSize,
int maxSize,
int keepAliveMillis,
boolean threadPoolEnabled,
int queueSize,
PerthreadManager perthreadManager,
RegistryShutdownHub shutdownHub,
ThunkCreator thunkCreator)
|
Uses of PerthreadManager in org.apache.tapestry5.ioc.test |
---|
Methods in org.apache.tapestry5.ioc.test that return PerthreadManager | |
---|---|
protected PerthreadManager |
IOCTestCase.mockPerthreadManager()
|
Uses of PerthreadManager in org.apache.tapestry5.jpa |
---|
Methods in org.apache.tapestry5.jpa with parameters of type PerthreadManager | |
---|---|
static EntityManagerManager |
JpaModule.buildEntityManagerManager(EntityManagerSource entityManagerSource,
PerthreadManager perthreadManager,
org.slf4j.Logger logger)
|
Uses of PerthreadManager in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services with parameters of type PerthreadManager | |
---|---|
Environment |
TapestryModule.buildEnvironment(PerthreadManager perthreadManager)
|
Uses of PerthreadManager in org.apache.tapestry5.upload.services |
---|
Methods in org.apache.tapestry5.upload.services with parameters of type PerthreadManager | |
---|---|
static MultipartDecoder |
UploadModule.buildMultipartDecoder(PerthreadManager perthreadManager,
RegistryShutdownHub shutdownHub,
MultipartDecoderImpl multipartDecoder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |