Uses of Interface
net.officefloor.frame.api.managedobject.ProcessAwareManagedObject
-
Packages that use ProcessAwareManagedObject Package Description net.officefloor.frame.test net.officefloor.server.http.impl net.officefloor.web.session -
-
Uses of ProcessAwareManagedObject in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ProcessAwareManagedObject Modifier and Type Class Description class
TestManagedObject<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
TestManagedObjectPool
.class
TestObject
TestManagedObject
that simplifies theTestManagedObject
. -
Uses of ProcessAwareManagedObject in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement ProcessAwareManagedObject Modifier and Type Class Description class
ProcessAwareServerHttpConnectionManagedObject<B>
ServerHttpConnection
implementation available forExternalServiceInput
. -
Uses of ProcessAwareManagedObject in net.officefloor.web.session
Classes in net.officefloor.web.session that implement ProcessAwareManagedObject Modifier and Type Class Description class
HttpSessionManagedObject
ManagedObject
for aHttpSession
.
-