public interface SuppliersBroker<S extends Supplier,T extends SupplierService>
Modifier and Type | Method and Description |
---|---|
Set<S> |
getSuppliers()
Returns the set of all currently registered suppliers.
|
T |
registerSupplier(S supplier)
Registers a new supplier and issues it a service interface through which
the supplier can submit information.
|
void |
unregisterSupplier(S supplier)
Cancels supplier registration using the supplier id.
|
T registerSupplier(S supplier)
supplier
- supplier of network informationvoid unregisterSupplier(S supplier)
supplier
- the supplier to be unregisteredCopyright © 2015. All Rights Reserved.