org.rhq.enterprise.server.sync
Class SynchronizerFactory

java.lang.Object
  extended by org.rhq.enterprise.server.sync.SynchronizerFactory

public class SynchronizerFactory
extends Object

A factory for obtaining synchronizers. This is mainly useful for test purposes where this class can be subclassed and passed to the SynchronizationManagerBean.

Author:
Lukas Krejci

Constructor Summary
SynchronizerFactory()
           
 
Method Summary
 Set<Synchronizer<?,?>> getAllSynchronizers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizerFactory

public SynchronizerFactory()
Method Detail

getAllSynchronizers

public Set<Synchronizer<?,?>> getAllSynchronizers()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.