Interface | Description |
---|---|
CommodityContainer |
Simple container providing type-based access to transferred commodities.
|
HandlerHost |
Host that dispatches transfers to registered handlers in a bulk manner, i.e., if the targeted object is registered,
and any of the types to be handled are supported by a transfer, all registered types' data will be resolved and handed
to the handler for further processing.
|
HandlerHost.Handler |
A transfer handler.
|
SupplierHost |
Host that enables transfers from registered suppliers.
|
SupplierHost.ErasureSupportingSupplier<T> |
A supplier providing a specific type of commodity that further enables to request to take the supplied
commodities out of the supplier's value (realizing a cut operation in two steps).
|
SupplierHost.Supplier<T> |
A supplier providing a specific commodity type.
|
TransferHandling |
Aspect providing means to handle transfers.
|
TransferSupplying |
Aspect providing generic means to supply transfers by arbitrary sources.
|
TransferValidating |
Aspect providing generic means to validate transfers by arbitrary sources in depth.
|
ValidatorHost |
Host that enables transfers from registered suppliers.
|
ValidatorHost.Validator |
A commodities validator.
|
Class | Description |
---|---|
TransferType<T> |
Transfer type, a typed wrapper for data flavors.
|
Exception | Description |
---|---|
TransferException |
Exception thrown if consuming a commodity failed.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500