Uses of Interface
org.jumpmind.symmetric.ext.IExtensionPoint

Packages that use IExtensionPoint
org.jumpmind.symmetric.config   
org.jumpmind.symmetric.ext   
org.jumpmind.symmetric.extract   
org.jumpmind.symmetric.load   
org.jumpmind.symmetric.web   
 

Uses of IExtensionPoint in org.jumpmind.symmetric.config
 

Subinterfaces of IExtensionPoint in org.jumpmind.symmetric.config
 interface IParameterFilter
           
 

Uses of IExtensionPoint in org.jumpmind.symmetric.ext
 

Subinterfaces of IExtensionPoint in org.jumpmind.symmetric.ext
 interface IPublisherFilter
           
 

Classes in org.jumpmind.symmetric.ext that implement IExtensionPoint
 class AbstractTableDataLoaderFilter
           
 class AbstractTextPublisherFilter
          An abstract convenience class meant to be implemented by classes that need to publish text messages
 class TemplatedPublisherFilter
          A convenience class that allows the end user to template a message using SymmetricDS filter data.
 class XmlPublisherFilter
          This is an optional data loader filter/listener that is capable of translating table data to XML and publishing it to JMS for consumption by the enterprise.
 

Uses of IExtensionPoint in org.jumpmind.symmetric.extract
 

Subinterfaces of IExtensionPoint in org.jumpmind.symmetric.extract
 interface IExtractorFilter
           
 

Uses of IExtensionPoint in org.jumpmind.symmetric.load
 

Subinterfaces of IExtensionPoint in org.jumpmind.symmetric.load
 interface IBatchListener
           
 interface IColumnFilter
          This is an extension point that can be implemented to filter out columns from use by the dataloader.
 interface IDataLoaderFilter
           
 interface INodeGroupDataLoaderFilter
          This is a DataLoaderFilter that will only be applied to the node groups that are supported.
 interface IReloadListener
          This is an extension point that can be implemented to listen in and take action before or after a reload is requested for a Node.
 interface ITableColumnFilter
           
 

Classes in org.jumpmind.symmetric.load that implement IExtensionPoint
 class SyncTriggersRequiredFilter
          An out of the box filter that checks to see if the SymmetricDS trigger configuration has changed.
 

Uses of IExtensionPoint in org.jumpmind.symmetric.web
 

Classes in org.jumpmind.symmetric.web that implement IExtensionPoint
 class AbstractFilter
          All symmetric filters (other than SymmetricFilter) should extend this class.
 class AbstractTransportFilter<T extends ITransportResourceHandler>
          This is a filter that is used by a transport.
 class AuthenticationFilter
          This better be the first filter that executes ! TODO: if this thing fails, should it prevent further processing of the request?
 class CompressionFilter
          Configured within symmetric-web.xml
 class InetAddressFilter
          This better be the first filter that executes ! TODO: if this thing fails, should it prevent further processing of the request?
 class NodeConcurrencyFilter
          Configured within symmetric-web.xml
 class ThrottleFilter
          Configured within symmetric-web.xml
 



Copyright © 2007-2008. All Rights Reserved.