Uses of Interface
net.officefloor.frame.api.managedobject.AsynchronousManagedObject
-
Packages that use AsynchronousManagedObject Package Description net.officefloor.frame.test net.officefloor.web.security.impl net.officefloor.web.session -
-
Uses of AsynchronousManagedObject in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement AsynchronousManagedObject 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 AsynchronousManagedObject in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement AsynchronousManagedObject Modifier and Type Class Description class
AccessControlManagedObjectSource.AccessControlManagedObject
ManagedObject
for the access control. -
Uses of AsynchronousManagedObject in net.officefloor.web.session
Classes in net.officefloor.web.session that implement AsynchronousManagedObject Modifier and Type Class Description class
HttpSessionManagedObject
ManagedObject
for aHttpSession
.
-