Package net.officefloor.compile.supplier
Interface SupplierType
-
- All Known Subinterfaces:
InitialSupplierType
- All Known Implementing Classes:
InitialSupplierTypeImpl,SupplierTypeImpl
public interface SupplierTypeType definitionof a Supplier.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalSupplier[]getInternalSuppliers()Obtains theInternalSupplierinstances from theSupplierSource.SuppliedManagedObjectSourceType[]getSuppliedManagedObjectTypes()Obtains the possibleSuppliedManagedObjectSourceTypeinstances from theSupplierSource.SupplierThreadLocalType[]getSupplierThreadLocalTypes()Obtains the requiredSupplierThreadLocalTypeinstances required by theSupplierSource.ThreadSynchroniserFactory[]getThreadSynchronisers()Obtains theThreadSynchroniserFactoryinstances required by theSupplierSource.
-
-
-
Method Detail
-
getSupplierThreadLocalTypes
SupplierThreadLocalType[] getSupplierThreadLocalTypes()
Obtains the requiredSupplierThreadLocalTypeinstances required by theSupplierSource.- Returns:
- Required
SupplierThreadLocalTypeinstances required by theSupplierSource.
-
getThreadSynchronisers
ThreadSynchroniserFactory[] getThreadSynchronisers()
Obtains theThreadSynchroniserFactoryinstances required by theSupplierSource.- Returns:
- Required
ThreadSynchroniserFactoryinstances required by theSupplierSource.
-
getSuppliedManagedObjectTypes
SuppliedManagedObjectSourceType[] getSuppliedManagedObjectTypes()
Obtains the possibleSuppliedManagedObjectSourceTypeinstances from theSupplierSource.- Returns:
- Possible
SuppliedManagedObjectSourceTypeinstances from theSupplierSource.
-
getInternalSuppliers
InternalSupplier[] getInternalSuppliers()
Obtains theInternalSupplierinstances from theSupplierSource.- Returns:
InternalSupplierinstances from theSupplierSource.
-
-