Uses of Interface
net.officefloor.frame.api.managedobject.ManagedObject
-
-
Uses of ManagedObject in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with type parameters of type ManagedObject Modifier and Type Method Description <O,M extends ManagedObject>
ExternalServiceInput<O,M>SectionInputNodeImpl. addExternalServiceInput(java.lang.Class<O> objectType, java.lang.Class<? extends M> managedObjectType, ExternalServiceCleanupEscalationHandler<? super M> cleanupEscalationHandler)
-
Uses of ManagedObject in net.officefloor.compile.spi.officefloor
Classes in net.officefloor.compile.spi.officefloor with type parameters of type ManagedObject Modifier and Type Interface Description interface
ExternalServiceCleanupEscalationHandler<M extends ManagedObject>
HandlesCleanupEscalation
instances from otherManagedObject
instances used to service the input.interface
ExternalServiceInput<O,M extends ManagedObject>
External service input toOfficeFloor
.Methods in net.officefloor.compile.spi.officefloor with type parameters of type ManagedObject Modifier and Type Method Description <O,M extends ManagedObject>
ExternalServiceInput<O,M>DeployedOfficeInput. addExternalServiceInput(java.lang.Class<O> objectType, java.lang.Class<? extends M> managedObjectType, ExternalServiceCleanupEscalationHandler<? super M> cleanupEscalationHandler)
Adds anExternalServiceInput
to externally trigger thisDeployedOfficeInput
. -
Uses of ManagedObject in net.officefloor.compile.test.managedobject
Methods in net.officefloor.compile.test.managedobject that return ManagedObject Modifier and Type Method Description protected ManagedObject
ManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.flyway
Methods in net.officefloor.flyway that return ManagedObject Modifier and Type Method Description protected ManagedObject
FlywayManagedObjectSource. getManagedObject()
protected ManagedObject
FlywayMigrateManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.frame.api.managedobject
Subinterfaces of ManagedObject in net.officefloor.frame.api.managedobject Modifier and Type Interface Description interface
AsynchronousManagedObject
Contract to provide control over asynchronous processing by theManagedObject
.interface
ContextAwareManagedObject
Context awareManagedObject
.interface
CoordinatingManagedObject<O extends java.lang.Enum<O>>
Provides the ability for theManagedObject
to obtain references to the Objects of otherManagedObject
instances. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.executor
Methods in net.officefloor.frame.api.managedobject.executor with parameters of type ManagedObject Modifier and Type Method Description java.util.concurrent.Executor
ManagedObjectExecutorFactory. createExecutor(ManagedObjectServiceContext<F> context, ManagedObject managedObject)
Creates theExecutor
. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.extension
Methods in net.officefloor.frame.api.managedobject.extension with parameters of type ManagedObject Modifier and Type Method Description E
ExtensionFactory. createExtension(ManagedObject managedObject)
Creates the specific extension for theManagedObject
. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.pool
Methods in net.officefloor.frame.api.managedobject.pool that return ManagedObject Modifier and Type Method Description default ManagedObject
ManagedObjectPool. getSourcedManagedObject(ManagedObject pooledManagedObject)
Should theManagedObjectPool
create a wrapperManagedObject
for pooling, this method is required to be implemented to extract theManagedObject
sourced from theManagedObjectSource
.Methods in net.officefloor.frame.api.managedobject.pool with parameters of type ManagedObject Modifier and Type Method Description default ManagedObject
ManagedObjectPool. getSourcedManagedObject(ManagedObject pooledManagedObject)
Should theManagedObjectPool
create a wrapperManagedObject
for pooling, this method is required to be implemented to extract theManagedObject
sourced from theManagedObjectSource
.void
ManagedObjectPool. lostManagedObject(ManagedObject managedObject, java.lang.Throwable cause)
Flags that theManagedObject
is lost.void
ManagedObjectPool. returnManagedObject(ManagedObject managedObject)
Returns an instance to the pool. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.recycle
Classes in net.officefloor.frame.api.managedobject.recycle with type parameters of type ManagedObject Modifier and Type Interface Description interface
RecycleManagedObjectParameter<MO extends ManagedObject>
Parameter to the recycleManagedFunction
.Methods in net.officefloor.frame.api.managedobject.recycle with type parameters of type ManagedObject Modifier and Type Method Description static <M extends ManagedObject>
RecycleManagedObjectParameter<M>RecycleManagedObjectParameter. getRecycleManagedObjectParameter(ManagedFunctionContext<?,?> context)
Convenience method to obtain theRecycleManagedObjectParameter
from theManagedFunctionContext
. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return types with arguments of type ManagedObject Modifier and Type Method Description java.lang.Class<? extends ManagedObject>
ManagedObjectSourceMetaData. getManagedObjectClass()
Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObject Modifier and Type Method Description ProcessManager
ManagedObjectServiceContext. invokeProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)
Instigates aProcessState
.ProcessManager
ManagedObjectServiceContext. invokeProcess(F key, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)
Instigates aProcessState
.ManagedObjectStartupProcess
ManagedObjectExecuteContext. invokeStartupProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, FlowCallback callback)
Invokes a start upFlow
.ManagedObjectStartupProcess
ManagedObjectExecuteContext. invokeStartupProcess(F key, java.lang.Object parameter, ManagedObject managedObject, FlowCallback callback)
Invokes a start upFlow
.void
ManagedObjectUser. setManagedObject(ManagedObject managedObject)
Specifies theManagedObject
to be used. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.source.impl
Methods in net.officefloor.frame.api.managedobject.source.impl that return ManagedObject Modifier and Type Method Description protected abstract ManagedObject
AbstractManagedObjectSource. getManagedObject()
Synchronously obtains theManagedObject
.Method parameters in net.officefloor.frame.api.managedobject.source.impl with type arguments of type ManagedObject Modifier and Type Method Description void
AbstractAsyncManagedObjectSource.MetaDataContext. setManagedObjectClass(java.lang.Class<? extends ManagedObject> managedObjectClass)
Specifies the type of theManagedObject
. -
Uses of ManagedObject in net.officefloor.frame.impl.execute.administration
Methods in net.officefloor.frame.impl.execute.administration with parameters of type ManagedObject Modifier and Type Method Description I
ManagedObjectExtensionExtractorMetaDataImpl. extractExtension(ManagedObject managedObject, ManagedObjectMetaData<?> managedObjectMetaData)
-
Uses of ManagedObject in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObject Modifier and Type Method Description FunctionState
ManagedObjectCleanupImpl. cleanup(FlowMetaData recycleFlowMetaData, java.lang.Class<?> objectType, ManagedObject managedObject, ManagedObjectPool managedObjectPool)
I
ManagedObjectGovernanceMetaDataImpl. extractExtension(ManagedObject managedObject, ManagedObjectMetaData<?> managedObjectMetaData)
FunctionState
ManagedObjectMetaDataImpl. recycle(ManagedObject managedObject, ManagedObjectCleanup cleanup)
Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObject Constructor Description ManagedObjectContainerImpl(ManagedObject managedObject, ManagedObjectMetaData<D> metaData, ThreadState responsibleThreadState)
Initiate the container with a providedManagedObject
. -
Uses of ManagedObject in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office with parameters of type ManagedObject Modifier and Type Method Description ProcessManager
OfficeMetaDataImpl. invokeProcess(FlowMetaData flowMetaData, java.lang.Object parameter, long delay, FlowCallback callback, ThreadState callbackThreadState, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int processBoundIndexForInputManagedObject)
-
Uses of ManagedObject in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor with parameters of type ManagedObject Modifier and Type Method Description ProcessManager
ManagedObjectServiceContextImpl. invokeProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)
ProcessManager
ManagedObjectServiceContextImpl. invokeProcess(F key, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)
ProcessManager
ManagedObjectServiceContextImpl. invokeProcess(FlowMetaData flowMetaData, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)
Invokes theProcessState
for theFlowMetaData
. -
Uses of ManagedObject in net.officefloor.frame.impl.execute.process
Constructors in net.officefloor.frame.impl.execute.process with parameters of type ManagedObject Constructor Description ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex, java.util.function.Consumer<ProcessState> initialSetup)
Initiate for aProcessState
initiated by aManagedObject
. -
Uses of ManagedObject in net.officefloor.frame.impl.execute.service
Methods in net.officefloor.frame.impl.execute.service with parameters of type ManagedObject Modifier and Type Method Description ProcessManager
SafeManagedObjectService. invokeProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)
ProcessManager
SafeManagedObjectService. invokeProcess(F key, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)
-
Uses of ManagedObject in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type ManagedObject Modifier and Type Method Description FunctionState
ManagedObjectCleanup. cleanup(FlowMetaData recycleFlowMetaData, java.lang.Class<?> objectType, ManagedObject managedObject, ManagedObjectPool managedObjectPool)
Creates the clean upFunctionState
.E
ManagedObjectExtensionExtractor. extractExtension(ManagedObject managedObject, ManagedObjectMetaData<?> managedObjectMetaData)
Extracts the extension from theManagedObject
.ProcessManager
OfficeMetaData. invokeProcess(FlowMetaData flowMetaData, java.lang.Object parameter, long delay, FlowCallback callback, ThreadState callbackThreadState, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int processBoundIndexForInputManagedObject)
Invokes aProcessState
.FunctionState
ManagedObjectMetaData. recycle(ManagedObject managedObject, ManagedObjectCleanup cleanupSequence)
Creates theFunctionState
for the recycling of theManagedObject
. -
Uses of ManagedObject in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ManagedObject 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
.Fields in net.officefloor.frame.test declared as ManagedObject Modifier and Type Field Description ManagedObject
TestManagedObject. pooledLostManagedObject
LostManagedObject
to theManagedObjectPool
.ManagedObject
TestManagedObject. pooledReturnedManagedObject
ReturnedManagedObject
to theManagedObjectPool
.ManagedObject
TestManagedObject. pooledSourcedManagedObject
SourcedManagedObject
viaManagedObjectPool
.ManagedObject
TestManagedObject. recycledManagedObject
ManagedObject
provided to the recycleManagedFunction
.Methods in net.officefloor.frame.test that return types with arguments of type ManagedObject Modifier and Type Method Description java.lang.Class<? extends ManagedObject>
MockManagedObjectSourceMetaData. getManagedObjectClass()
Methods in net.officefloor.frame.test with parameters of type ManagedObject Modifier and Type Method Description static <F extends java.lang.Enum<F>>
ManagedObjectBuilder<F>MockManagedObjectSource. bindManagedObject(java.lang.String name, ManagedObject managedObject, ManagedObjectSourceMetaData<?,F> sourceMetaData, OfficeFloorBuilder officeFloorBuilder)
Convenience method to bind theManagedObject
instance to theManagedObjectBuilder
.Constructors in net.officefloor.frame.test with parameters of type ManagedObject Constructor Description MockManagedObjectSourceMetaData(ManagedObject managedObject)
Initiate from theManagedObject
. -
Uses of ManagedObject in net.officefloor.frame.util
Methods in net.officefloor.frame.util that return ManagedObject Modifier and Type Method Description ManagedObject
ManagedObjectUserStandAlone. sourceManagedObject(ManagedObjectSource<?,?> source)
Sources theManagedObject
from theManagedObjectSource
.ManagedObject
ManagedObjectUserStandAlone. sourceManagedObject(ManagedObjectSource<?,?> source, boolean isWait)
Sources theManagedObject
from theManagedObjectSource
.Methods in net.officefloor.frame.util with parameters of type ManagedObject Modifier and Type Method Description void
InvokedProcessServicer. service(int processIndex, java.lang.Object parameter, ManagedObject managedObject)
Services the invokedProcessState
.void
ManagedObjectUserStandAlone. setManagedObject(ManagedObject managedObject)
-
Uses of ManagedObject in net.officefloor.identity.google
Classes in net.officefloor.identity.google that implement ManagedObject Modifier and Type Class Description class
GoogleIdTokenVerifierManagedObjectSource
ManagedObjectSource
for theGoogleIdTokenVerifier
.Methods in net.officefloor.identity.google that return ManagedObject Modifier and Type Method Description protected ManagedObject
GoogleIdTokenVerifierManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.jdbc
Classes in net.officefloor.jdbc that implement ManagedObject Modifier and Type Class Description class
DataSourceManagedObjectSource
ManagedObjectSource
for aDataSource
.class
ReadOnlyConnectionManagedObjectSource
Read-onlyConnection
ManagedObjectSource
.Methods in net.officefloor.jdbc that return ManagedObject Modifier and Type Method Description protected ManagedObject
ConnectionManagedObjectSource. getManagedObject()
protected ManagedObject
DataSourceManagedObjectSource. getManagedObject()
protected ManagedObject
ReadOnlyConnectionManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.jdbc.h2
Classes in net.officefloor.jdbc.h2 that implement ManagedObject Modifier and Type Class Description class
H2DataSourceManagedObjectSource
class
H2ReadOnlyConnectionManagedObjectSource
H2 read-onlyConnectionManagedObjectSource
. -
Uses of ManagedObject in net.officefloor.jdbc.postgresql
Classes in net.officefloor.jdbc.postgresql that implement ManagedObject Modifier and Type Class Description class
PostgreSqlDataSourceManagedObjectSource
PostgreSQLDataSourceManagedObjectSource
.class
PostgreSqlReadOnlyConnectionManagedObjectSource
PostgreSQLConnectionManagedObjectSource
. -
Uses of ManagedObject in net.officefloor.jpa
Classes in net.officefloor.jpa that implement ManagedObject Modifier and Type Class Description class
JpaManagedObjectSource.JpaManagedObject
JPAManagedObject
.Methods in net.officefloor.jpa that return ManagedObject Modifier and Type Method Description protected ManagedObject
JpaManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.nosql.cosmosdb
Classes in net.officefloor.nosql.cosmosdb that implement ManagedObject Modifier and Type Class Description class
CosmosAsyncClientManagedObjectSource
ManagedObjectSource
for theCosmosAsyncClient
.class
CosmosAsyncDatabaseManagedObjectSource
ManagedObjectSource
for theCosmosAsyncDatabase
.class
CosmosAsyncEntitiesManagedObjectSource
ManagedObjectSource
for theCosmosAsyncEntities
.class
CosmosClientManagedObjectSource
ManagedObjectSource
for theCosmosClient
.class
CosmosDatabaseManagedObjectSource
ManagedObjectSource
for theCosmosDatabase
.class
CosmosEntitiesManagedObjectSource
ManagedObjectSource
for theCosmosEntities
.Methods in net.officefloor.nosql.cosmosdb that return ManagedObject Modifier and Type Method Description protected ManagedObject
CosmosAsyncClientManagedObjectSource. getManagedObject()
protected ManagedObject
CosmosAsyncDatabaseManagedObjectSource. getManagedObject()
protected ManagedObject
CosmosAsyncEntitiesManagedObjectSource. getManagedObject()
protected ManagedObject
CosmosClientManagedObjectSource. getManagedObject()
protected ManagedObject
CosmosDatabaseManagedObjectSource. getManagedObject()
protected ManagedObject
CosmosEntitiesManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.nosql.dynamodb
Classes in net.officefloor.nosql.dynamodb that implement ManagedObject Modifier and Type Class Description class
DynamoDbMapperManagedObjectSource
ManagedObjectSource
for theDynamoDBMapper
.Methods in net.officefloor.nosql.dynamodb that return ManagedObject Modifier and Type Method Description protected ManagedObject
DynamoDbMapperManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.pay.paypal
Classes in net.officefloor.pay.paypal that implement ManagedObject Modifier and Type Class Description class
PayPalHttpClientManagedObjectSource
ManagedObjectSource
for thePayPalHttpClient
.Methods in net.officefloor.pay.paypal that return ManagedObject Modifier and Type Method Description protected ManagedObject
PayPalHttpClientManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.plugin.administration.clazz
Methods in net.officefloor.plugin.administration.clazz with parameters of type ManagedObject Modifier and Type Method Description java.lang.Object
AdministrationContextClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
AdministrationGovernanceParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
-
Uses of ManagedObject in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency with parameters of type ManagedObject Modifier and Type Method Description java.lang.Object
ClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
Creates the dependency for aManagedObject
. -
Uses of ManagedObject in net.officefloor.plugin.clazz.dependency.impl
Methods in net.officefloor.plugin.clazz.dependency.impl with parameters of type ManagedObject Modifier and Type Method Description java.lang.Object
AsynchronousFlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
FlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ObjectClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
PropertyClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
VariableClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
-
Uses of ManagedObject in net.officefloor.plugin.clazz.factory
Methods in net.officefloor.plugin.clazz.factory with parameters of type ManagedObject Modifier and Type Method Description java.lang.Object
ClassObjectFactory. createObject(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
Creates the object within aManagedObject
context. -
Uses of ManagedObject in net.officefloor.plugin.managedobject.clazz
Classes in net.officefloor.plugin.managedobject.clazz that implement ManagedObject Modifier and Type Class Description class
ClassManagedObject
CoordinatingManagedObject
to dependency inject theObject
instance and make it available for use.Methods in net.officefloor.plugin.managedobject.clazz that return ManagedObject Modifier and Type Method Description protected ManagedObject
ClassManagedObjectSource. getManagedObject()
Methods in net.officefloor.plugin.managedobject.clazz with parameters of type ManagedObject Modifier and Type Method Description java.lang.Object
ClassExtensionFactory. createExtension(ManagedObject managedObject)
void
ClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
Injects dependencies into the object.void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
void
MethodClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
-
Uses of ManagedObject in net.officefloor.plugin.managedobject.poll
Method parameters in net.officefloor.plugin.managedobject.poll with type arguments of type ManagedObject Modifier and Type Method Description static <S> StatePoller.Builder<S,Indexed>
StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, int flowIndex, ManagedObjectExecuteContext<Indexed> executeContext, java.util.function.Function<StatePollContext<S>,ManagedObject> managedObjectFactory)
Creates aStatePoller.Builder
forFlow
index.static <S,F extends java.lang.Enum<F>>
StatePoller.Builder<S,F>StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, F flowKey, ManagedObjectExecuteContext<F> executeContext, java.util.function.Function<StatePollContext<S>,ManagedObject> managedObjectFactory)
Creates aStatePoller.Builder
forFlow
key. -
Uses of ManagedObject in net.officefloor.plugin.managedobject.singleton
Classes in net.officefloor.plugin.managedobject.singleton that implement ManagedObject Modifier and Type Class Description class
Singleton
Provides a singleton object.Methods in net.officefloor.plugin.managedobject.singleton that return ManagedObject Modifier and Type Method Description protected ManagedObject
Singleton. getManagedObject()
Methods in net.officefloor.plugin.managedobject.singleton with parameters of type ManagedObject Modifier and Type Method Description java.lang.Object
Singleton. createExtension(ManagedObject managedObject)
-
Uses of ManagedObject in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable that return ManagedObject Modifier and Type Method Description protected ManagedObject
VariableManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.plugin.xml.marshall.tree
Methods in net.officefloor.plugin.xml.marshall.tree that return ManagedObject Modifier and Type Method Description protected ManagedObject
TreeXmlMarshallerManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.plugin.xml.unmarshall.flat
Methods in net.officefloor.plugin.xml.unmarshall.flat that return ManagedObject Modifier and Type Method Description protected ManagedObject
FlatXmlUnmarshallerManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.plugin.xml.unmarshall.tree
Methods in net.officefloor.plugin.xml.unmarshall.tree that return ManagedObject Modifier and Type Method Description protected ManagedObject
TreeXmlUnmarshallerManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.r2dbc
Methods in net.officefloor.r2dbc that return ManagedObject Modifier and Type Method Description protected ManagedObject
R2dbcManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.script
Methods in net.officefloor.script with parameters of type ManagedObject Modifier and Type Method Description java.lang.Object
ScriptFlowParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
-
Uses of ManagedObject in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ManagedObject Modifier and Type Class Description static class
AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource
Methods in net.officefloor.server.http with type parameters of type ManagedObject Modifier and Type Method Description <M extends ManagedObject>
ExternalServiceInput<ServerHttpConnection,M>HttpServerImplementationContext. getExternalServiceInput(java.lang.Class<M> managedObjectType, ExternalServiceCleanupEscalationHandler<? super M> cleanupEscalationHandler)
Obtains theExternalServiceInput
.Methods in net.officefloor.server.http that return ManagedObject Modifier and Type Method Description protected ManagedObject
AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource. getManagedObject()
protected ManagedObject
HttpServerSocketManagedObjectSource. getManagedObject()
Methods in net.officefloor.server.http with parameters of type ManagedObject Modifier and Type Method Description void
AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource. lostManagedObject(ManagedObject managedObject, java.lang.Throwable cause)
void
AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource. returnManagedObject(ManagedObject managedObject)
-
Uses of ManagedObject in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement ManagedObject Modifier and Type Class Description class
ProcessAwareServerHttpConnectionManagedObject<B>
ServerHttpConnection
implementation available forExternalServiceInput
. -
Uses of ManagedObject in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement ManagedObject Modifier and Type Class Description class
ServletServicerManagedObjectSource
ManagedObjectSource
to provideServletManager
.Methods in net.officefloor.servlet.supply that return ManagedObject Modifier and Type Method Description protected ManagedObject
ServletServicerManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.spring
Classes in net.officefloor.spring that implement ManagedObject Modifier and Type Class Description class
ApplicationContextManagedObjectSource
ManagedObjectSource
for theConfigurableApplicationContext
.class
SpringBeanManagedObjectSource
Spring beanManagedObjectSource
.Methods in net.officefloor.spring that return ManagedObject Modifier and Type Method Description protected ManagedObject
ApplicationContextManagedObjectSource. getManagedObject()
protected ManagedObject
SpringBeanManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.spring.webclient
Methods in net.officefloor.spring.webclient that return ManagedObject Modifier and Type Method Description protected ManagedObject
WebClientManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.tutorial.jwtauthorityhttpserver
Classes in net.officefloor.tutorial.jwtauthorityhttpserver that implement ManagedObject Modifier and Type Class Description class
InMemoryJwtAuthorityRepositoryManagedObjectSource
In memoryJwtAuthorityRepository
ManagedObjectSource
.Methods in net.officefloor.tutorial.jwtauthorityhttpserver that return ManagedObject Modifier and Type Method Description protected ManagedObject
InMemoryJwtAuthorityRepositoryManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.tutorial.jwthttpserver
Classes in net.officefloor.tutorial.jwthttpserver that implement ManagedObject Modifier and Type Class Description class
InMemoryJwtAuthorityRepositoryManagedObjectSource
In memoryJwtAuthorityRepository
ManagedObjectSource
.Methods in net.officefloor.tutorial.jwthttpserver that return ManagedObject Modifier and Type Method Description protected ManagedObject
InMemoryJwtAuthorityRepositoryManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return ManagedObject Modifier and Type Method Description protected ManagedObject
JwtClaimsManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority that return ManagedObject Modifier and Type Method Description protected ManagedObject
JwtAuthorityManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedObject Modifier and Type Class Description class
HttpResourceCacheManagedObjectSource
ManagedObjectSource
for theHttpResourceCache
.class
HttpResourceStoreManagedObjectSource
ManagedObjectSource
for theHttpResourceStore
.Methods in net.officefloor.web.resource.source that return ManagedObject Modifier and Type Method Description protected ManagedObject
HttpResourceCacheManagedObjectSource. getManagedObject()
protected ManagedObject
HttpResourceStoreManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.response
Methods in net.officefloor.web.response that return ManagedObject Modifier and Type Method Description protected ManagedObject
ObjectResponseManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedObject Modifier and Type Class Description class
AccessControlManagedObjectSource.AccessControlManagedObject
ManagedObject
for the access control.class
HttpSecurityExecuteManagedObjectSource<F extends java.lang.Enum<F>>
Methods in net.officefloor.web.security.impl that return ManagedObject Modifier and Type Method Description protected ManagedObject
AccessControlManagedObjectSource. getManagedObject()
protected ManagedObject
AuthenticationContextManagedObjectSource. getManagedObject()
protected ManagedObject
AuthenticationManagedObjectSource. getManagedObject()
protected ManagedObject
DefaultHttpAccessControlManagedObjectSource. getManagedObject()
protected ManagedObject
DefaultHttpAuthenticationManagedObjectSource. getManagedObject()
protected ManagedObject
HttpAccessControlManagedObjectSource. getManagedObject()
protected ManagedObject
HttpAuthenticationManagedObjectSource. getManagedObject()
protected ManagedObject
HttpChallengeContextManagedObjectSource. getManagedObject()
protected ManagedObject
HttpSecurityExecuteManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.security.store
Classes in net.officefloor.web.security.store that implement ManagedObject Modifier and Type Class Description class
MockCredentialStoreManagedObjectSource
Provides mocking of aCredentialStore
in a similar wayMockChallengeHttpSecuritySource
works.class
PasswordFileManagedObjectSource
Methods in net.officefloor.web.security.store that return ManagedObject Modifier and Type Method Description protected ManagedObject
JndiLdapManagedObjectSource. getManagedObject()
protected ManagedObject
MockCredentialStoreManagedObjectSource. getManagedObject()
protected ManagedObject
PasswordFileManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.session
Classes in net.officefloor.web.session that implement ManagedObject Modifier and Type Class Description class
HttpSessionManagedObject
ManagedObject
for aHttpSession
.Methods in net.officefloor.web.session that return ManagedObject Modifier and Type Method Description protected ManagedObject
HttpSessionManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object that implement ManagedObject Modifier and Type Class Description class
HttpSessionObjectManagedObject
Methods in net.officefloor.web.session.object that return ManagedObject Modifier and Type Method Description protected ManagedObject
HttpSessionObjectManagedObjectSource. getManagedObject()
-
Uses of ManagedObject in net.officefloor.web.state
Classes in net.officefloor.web.state that implement ManagedObject Modifier and Type Class Description static class
HttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject
ManagedObject
to retrieve the object from theHttpApplicationState
.class
HttpApplicationStateManagedObjectSource
ManagedObjectSource
for theHttpRequestState
.class
HttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObject
ManagedObject
to retrieve the object from theHttpRequestState
.Methods in net.officefloor.web.state that return ManagedObject Modifier and Type Method Description protected ManagedObject
HttpApplicationObjectManagedObjectSource. getManagedObject()
protected ManagedObject
HttpApplicationStateManagedObjectSource. getManagedObject()
protected ManagedObject
HttpArgumentManagedObjectSource. getManagedObject()
protected ManagedObject
HttpObjectManagedObjectSource. getManagedObject()
protected ManagedObject
HttpRequestObjectManagedObjectSource. getManagedObject()
protected ManagedObject
HttpRequestStateManagedObjectSource. getManagedObject()
-