Uses of Interface
com.emarsys.ecommon.util.GenericAdapter

Packages that use GenericAdapter
com.emarsys.ecommon.time.schedule Provides common classes to implement scheduling schemes. 
com.emarsys.ecommon.time.schedule.mock   
 

Uses of GenericAdapter in com.emarsys.ecommon.time.schedule
 

Subinterfaces of GenericAdapter in com.emarsys.ecommon.time.schedule
 interface SchedulableQueueElement<T>
           A SchedulableQueueElement represents an object that will be processed in an arbitrary time based queueing mechanism.
 

Classes in com.emarsys.ecommon.time.schedule that implement GenericAdapter
 class SchedulableQueueElementProxy<T>
           A proxy for SchedulableQueueElements that allows for some manipulations.
 

Uses of GenericAdapter in com.emarsys.ecommon.time.schedule.mock
 

Classes in com.emarsys.ecommon.time.schedule.mock that implement GenericAdapter
 class MockSchedulable
          Mock implementation of SchedulableQueueElement for unit testing purposes.
 



Copyright © 2010 emarsys AG. All Rights Reserved.