Package net.officefloor.compile.supplier
Interface SupplierType
-
- All Known Subinterfaces:
InitialSupplierType
- All Known Implementing Classes:
InitialSupplierTypeImpl
,SupplierTypeImpl
public interface SupplierType
Type definition
of a Supplier.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalSupplier[]
getInternalSuppliers()
Obtains theInternalSupplier
instances from theSupplierSource
.SuppliedManagedObjectSourceType[]
getSuppliedManagedObjectTypes()
Obtains the possibleSuppliedManagedObjectSourceType
instances from theSupplierSource
.SupplierThreadLocalType[]
getSupplierThreadLocalTypes()
Obtains the requiredSupplierThreadLocalType
instances required by theSupplierSource
.ThreadSynchroniserFactory[]
getThreadSynchronisers()
Obtains theThreadSynchroniserFactory
instances required by theSupplierSource
.
-
-
-
Method Detail
-
getSupplierThreadLocalTypes
SupplierThreadLocalType[] getSupplierThreadLocalTypes()
Obtains the requiredSupplierThreadLocalType
instances required by theSupplierSource
.- Returns:
- Required
SupplierThreadLocalType
instances required by theSupplierSource
.
-
getThreadSynchronisers
ThreadSynchroniserFactory[] getThreadSynchronisers()
Obtains theThreadSynchroniserFactory
instances required by theSupplierSource
.- Returns:
- Required
ThreadSynchroniserFactory
instances required by theSupplierSource
.
-
getSuppliedManagedObjectTypes
SuppliedManagedObjectSourceType[] getSuppliedManagedObjectTypes()
Obtains the possibleSuppliedManagedObjectSourceType
instances from theSupplierSource
.- Returns:
- Possible
SuppliedManagedObjectSourceType
instances from theSupplierSource
.
-
getInternalSuppliers
InternalSupplier[] getInternalSuppliers()
Obtains theInternalSupplier
instances from theSupplierSource
.- Returns:
InternalSupplier
instances from theSupplierSource
.
-
-