Uses of Interface
net.officefloor.frame.api.executive.source.ExecutiveSource
-
-
Uses of ExecutiveSource in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive with type parameters of type ExecutiveSource Modifier and Type Method Description <TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoader. loadExecutiveType(java.lang.Class<TS> executiveSourceClass, PropertyList propertyList)
Loads and returns theExecutiveType
sourced from theExecutiveSource
.<TS extends ExecutiveSource>
PropertyListExecutiveLoader. loadSpecification(java.lang.Class<TS> executiveSourceClass)
Methods in net.officefloor.compile.executive with parameters of type ExecutiveSource Modifier and Type Method Description ExecutiveType
ExecutiveLoader. loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList)
Loads and returns theExecutiveType
sourced from theExecutiveSource
.PropertyList
ExecutiveLoader. loadSpecification(ExecutiveSource executiveSource)
-
Uses of ExecutiveSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type ExecutiveSource Modifier and Type Method Description <S extends ExecutiveSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getExecutiveSourceClass(java.lang.String executiveSourceClassName, ExecutiveNode node)
-
Uses of ExecutiveSource in net.officefloor.compile.impl.executive
Methods in net.officefloor.compile.impl.executive with type parameters of type ExecutiveSource Modifier and Type Method Description <TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoaderImpl. loadExecutiveType(java.lang.Class<TS> executiveSourceClass, PropertyList propertyList)
<TS extends ExecutiveSource>
PropertyListExecutiveLoaderImpl. loadSpecification(java.lang.Class<TS> executiveSourceClass)
Methods in net.officefloor.compile.impl.executive with parameters of type ExecutiveSource Modifier and Type Method Description ExecutiveType
ExecutiveLoaderImpl. loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList)
PropertyList
ExecutiveLoaderImpl. loadSpecification(ExecutiveSource executiveSource)
-
Uses of ExecutiveSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ExecutiveSource Modifier and Type Method Description void
ExecutiveNodeImpl. initialise(java.lang.String executiveSourceClassName, ExecutiveSource executiveSource)
OfficeFloorExecutive
OfficeFloorNodeImpl. setExecutive(ExecutiveSource executiveSource)
-
Uses of ExecutiveSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type ExecutiveSource Modifier and Type Method Description <S extends ExecutiveSource>
java.lang.Class<S>NodeContext. getExecutiveSourceClass(java.lang.String executiveSourceClassName, ExecutiveNode node)
Obtains theExecutiveSource
class.Methods in net.officefloor.compile.internal.structure with parameters of type ExecutiveSource Modifier and Type Method Description void
ExecutiveNode. initialise(java.lang.String executiveSourceClassName, ExecutiveSource executiveSource)
Initialises theExecutiveNode
. -
Uses of ExecutiveSource in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor with parameters of type ExecutiveSource Modifier and Type Method Description OfficeFloorExecutive
OfficeFloorDeployer. setExecutive(ExecutiveSource executiveSource)
Sets theOfficeFloorExecutive
. -
Uses of ExecutiveSource in net.officefloor.frame.api.build
Classes in net.officefloor.frame.api.build with type parameters of type ExecutiveSource Modifier and Type Interface Description interface
ExecutiveBuilder<TS extends ExecutiveSource>
Builder ofExecutive
.Methods in net.officefloor.frame.api.build with type parameters of type ExecutiveSource Modifier and Type Method Description <XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilder. setExecutive(java.lang.Class<XS> executiveSourceClass)
<XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilder. setExecutive(XS executiveSource)
-
Uses of ExecutiveSource in net.officefloor.frame.api.executive.source.impl
Classes in net.officefloor.frame.api.executive.source.impl that implement ExecutiveSource Modifier and Type Class Description class
AbstractExecutiveSource
AbstractExecutiveSource
. -
Uses of ExecutiveSource in net.officefloor.frame.impl.construct.executive
Classes in net.officefloor.frame.impl.construct.executive with type parameters of type ExecutiveSource Modifier and Type Class Description class
ExecutiveBuilderImpl<XS extends ExecutiveSource>
Implements theExecutiveBuilder
.Methods in net.officefloor.frame.impl.construct.executive with type parameters of type ExecutiveSource Modifier and Type Method Description <XS extends ExecutiveSource>
RawExecutiveMetaDataRawExecutiveMetaDataFactory. constructRawExecutiveMetaData(ExecutiveConfiguration<XS> configuration, java.lang.String officeFloorName, OfficeFloorIssues issues)
Creates theRawExecutiveMetaData
. -
Uses of ExecutiveSource in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor with type parameters of type ExecutiveSource Modifier and Type Method Description <XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilderImpl. setExecutive(java.lang.Class<XS> executiveSourceClass)
<XS extends ExecutiveSource>
ExecutiveBuilder<XS>OfficeFloorBuilderImpl. setExecutive(XS executiveSource)
-
Uses of ExecutiveSource in net.officefloor.frame.impl.execute.executive
Classes in net.officefloor.frame.impl.execute.executive that implement ExecutiveSource Modifier and Type Class Description class
DefaultExecutive
DefaultExecutive
. -
Uses of ExecutiveSource in net.officefloor.frame.internal.configuration
Classes in net.officefloor.frame.internal.configuration with type parameters of type ExecutiveSource Modifier and Type Interface Description interface
ExecutiveConfiguration<XS extends ExecutiveSource>
Configuration of anExecutive
. -
Uses of ExecutiveSource in net.officefloor.frame.util
Methods in net.officefloor.frame.util with type parameters of type ExecutiveSource Modifier and Type Method Description <XS extends ExecutiveSource>
ExecutiveExecutiveSourceStandAlone. loadExecutive(java.lang.Class<XS> executiveSourceClass)
Creates theExecutive
.Methods in net.officefloor.frame.util with parameters of type ExecutiveSource Modifier and Type Method Description Executive
ExecutiveSourceStandAlone. loadExecutive(ExecutiveSource executiveSource)
Returns aExecutive
from the loadedExecutiveSource
. -
Uses of ExecutiveSource in net.officefloor.server.appengine
Classes in net.officefloor.server.appengine that implement ExecutiveSource Modifier and Type Class Description class
GoogleAppEngineExecutive
Executive
for Google AppEngine. -
Uses of ExecutiveSource in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement ExecutiveSource Modifier and Type Class Description class
WebThreadAffinityExecutiveSource
Web basedExecutiveSource
providingThread
affinity.
-