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 SummaryAll 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- 
getSupplierThreadLocalTypesSupplierThreadLocalType[] getSupplierThreadLocalTypes() Obtains the requiredSupplierThreadLocalTypeinstances required by theSupplierSource.- Returns:
- Required SupplierThreadLocalTypeinstances required by theSupplierSource.
 
 - 
getThreadSynchronisersThreadSynchroniserFactory[] getThreadSynchronisers() Obtains theThreadSynchroniserFactoryinstances required by theSupplierSource.- Returns:
- Required ThreadSynchroniserFactoryinstances required by theSupplierSource.
 
 - 
getSuppliedManagedObjectTypesSuppliedManagedObjectSourceType[] getSuppliedManagedObjectTypes() Obtains the possibleSuppliedManagedObjectSourceTypeinstances from theSupplierSource.- Returns:
- Possible SuppliedManagedObjectSourceTypeinstances from theSupplierSource.
 
 - 
getInternalSuppliersInternalSupplier[] getInternalSuppliers() Obtains theInternalSupplierinstances from theSupplierSource.- Returns:
- InternalSupplierinstances from the- SupplierSource.
 
 
- 
 
-