net.officefloor.compile.spi.officefloor
Interface OfficeFloorSupplier

All Superinterfaces:
PropertyConfigurable
All Known Subinterfaces:
SupplierNode
All Known Implementing Classes:
SupplierNodeImpl

public interface OfficeFloorSupplier
extends PropertyConfigurable

Supplies OfficeFloorManagedObjectSource instances within the OfficeFloor.

Author:
Daniel Sagenschneider

Method Summary
 OfficeFloorManagedObjectSource addManagedObjectSource(String managedObjectSourceName, AutoWire autoWire)
          Adds an OfficeFloorManagedObjectSource.
 String getOfficeFloorSupplierName()
          Obtains the name of this OfficeFloorSupplier.
 
Methods inherited from interface net.officefloor.compile.properties.PropertyConfigurable
addProperty
 

Method Detail

getOfficeFloorSupplierName

String getOfficeFloorSupplierName()
Obtains the name of this OfficeFloorSupplier.

Returns:
Name of this OfficeFloorSupplier.

addManagedObjectSource

OfficeFloorManagedObjectSource addManagedObjectSource(String managedObjectSourceName,
                                                      AutoWire autoWire)
Adds an OfficeFloorManagedObjectSource.

Parameters:
managedObjectSourceName - Name of the OfficeFloorManagedObjectSource.
autoWire - AutoWire to identify the SuppliedManagedObjectType. The AutoWire must match exactly.
Returns:
OfficeFloorManagedObjectSource.


Copyright © 2005-2013. All Rights Reserved.