org.filteredpush.triage
Class FPNetworkConfiguration

java.lang.Object
  extended by org.filteredpush.triage.NetworkConfiguration
      extended by org.filteredpush.triage.FPNetworkConfiguration

public class FPNetworkConfiguration
extends NetworkConfiguration

Singleton network configuration manages all of the concrete implementations that the network node core classes depend on (i.e. AbstractJob, MessageType, MessageScheme, etc implementations that are specific to this instance of FP

Author:
dlowery $Id$

Method Summary
 MessageConfigurationFactory getMessageConfigurationFactory()
           
 TriageConfigurationFactory getTriageConfigurationFactory()
           
 
Methods inherited from class org.filteredpush.triage.NetworkConfiguration
getInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTriageConfigurationFactory

public TriageConfigurationFactory getTriageConfigurationFactory()
Specified by:
getTriageConfigurationFactory in class NetworkConfiguration

getMessageConfigurationFactory

public MessageConfigurationFactory getMessageConfigurationFactory()
Specified by:
getMessageConfigurationFactory in class NetworkConfiguration