Uses of Annotation Interface
net.officefloor.plugin.section.clazz.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in net.officefloor.jdbc.test
Method parameters in net.officefloor.jdbc.test with annotations of type ParameterModifier and TypeMethodDescriptionvoidAbstractJdbcTestCase.InsertSection.run(AtomicInteger id, Connection connection, AbstractJdbcTestCase.Flows flows) Runs the insert.voidAbstractJdbcTestCase.InsertSection.thread(AtomicInteger id, Connection connection, AbstractJdbcTestCase.NewThread thread) Handles the thread flow for insert.voidAbstractJdbcTestCase.SelectSection.thread(Connection connection, AbstractJdbcTestCase.SelectParameter parameter, AbstractJdbcTestCase.NewThread tag) Handles the thread flow for select. -
Uses of Parameter in net.officefloor.jpa.test
Method parameters in net.officefloor.jpa.test with annotations of type ParameterModifier and TypeMethodDescriptionvoidAbstractJpaTestCase.StressSelectSection.run(AbstractJpaTestCase.SelectInput input, AbstractJpaTestCase.StressSelectSection.Flows flows, jakarta.persistence.EntityManager entityManager) Runs the stress select.voidAbstractJpaTestCase.ReadSection.service(AbstractJpaTestCase.Result result, jakarta.persistence.EntityManager entityManager) Services the request.voidAbstractJpaTestCase.StressSelectSection.thread(jakarta.persistence.EntityManager entityManager, AbstractJpaTestCase.SelectParameter parameter, AbstractJpaTestCase.NewThread tag) Handles the thread flow for stress select. -
Uses of Parameter in net.officefloor.polyglot.test
Method parameters in net.officefloor.polyglot.test with annotations of type ParameterModifier and TypeMethodDescriptionvoidAbstractPolyglotProcedureTest.FlowHandlers.flowWithParameter(String param, Var<String> result) Handles the flow with parameter output.voidAbstractPolyglotProcedureTest.FlowHandlers.flowWithParameterAndCallback(String param, Var<String> result) Handles the flow with parameter and callback output.voidAbstractPolyglotProcedureTest.CollectionReturn.service(CollectionTypes result, Out<CollectionTypes> out) Captures the collection types result.voidAbstractPolyglotProcedureTest.ObjectReturn.service(ObjectTypes result, Out<ObjectTypes> out) Captures the object types result.voidAbstractPolyglotProcedureTest.ParameterReturn.service(ParameterTypes result, Out<ParameterTypes> out) Captures the parameter types result.voidAbstractPolyglotProcedureTest.PrimitiveReturn.service(PrimitiveTypes result, Out<PrimitiveTypes> out) Captures the primitive types result.voidAbstractPolyglotProcedureTest.VariablePass.service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out) Passes the variable capture closure along.voidAbstractPolyglotProcedureTest.VariableReturn.service(VariableTypes result, In<Closure<VariableTypes>> in) Captures the variable types result. -
Uses of Parameter in net.officefloor.server.http
Method parameters in net.officefloor.server.http with annotations of type ParameterModifier and TypeMethodDescriptionvoidAbstractHttpServerImplementationTestCase.PressureOverloadServicer.backPressure(Thread serviceThread, ServerHttpConnection connection, AbstractHttpServerImplementationTestCase.TeamMarker marker) Handles back pressure (should not be invoked).voidAbstractHttpServerImplementationTestCase.ThreadedServicer.doFlow(ServerHttpConnection connection, Thread thread, AbstractHttpServerImplementationTestCase.ThreadedManagedObject managedObject) Handles the flow on a different thread.