Class SubscriptionDatabaseImpl

  • All Implemented Interfaces:
    SubscriptionDatabase

    public class SubscriptionDatabaseImpl
    extends Object
    implements SubscriptionDatabase
    Default implementation of a Subscription Database. Basically it is simply a wrapper around a List with some convenience methods. The underlying List is a thread-safe CopyOnWriteArrayList.