Class FlexibleAggrKeyFactory
java.lang.Object
com.nt.udc.flexibleAggregator.table.FlexibleAggrKeyFactory
- All Implemented Interfaces:
Factory
This class produces keys for aggregator records.
This is for use when accessing the aggregator's table.
-
Constructor Summary
ConstructorsConstructorDescriptionFlexibleAggrKeyFactory
(FieldKey[] keys) Creates a new key factory with the configuration object and a logger. -
Method Summary
-
Constructor Details
-
FlexibleAggrKeyFactory
Creates a new key factory with the configuration object and a logger.
-
-
Method Details
-
shutdown
public void shutdown()Shutdown-related procedures are handled by this method -
getObject
Returns an Object key, according to the given Object record. -
getKey
Returns a NARkey, according to the given NAR- Parameters:
nar
- NAR to create the key from- Returns:
- NAR key
-