com.bankframe.services.notification.targetselection
Class DefaultTargetSelectionFactoryImpl

java.lang.Object
  |
  +--com.bankframe.services.notification.targetselection.TargetSelectionFactory
        |
        +--com.bankframe.services.notification.targetselection.DefaultTargetSelectionFactoryImpl

public class DefaultTargetSelectionFactoryImpl
extends TargetSelectionFactory

This is the Default TargetSelection Implementation, It finds a Target IP address for a particular source ID, in this impl all the registered addresses are obtained, and then the first one is selected as the appropriate Target, the method getTargetIPForSource(..) can be changed in order to perform a different selection


Constructor Summary
DefaultTargetSelectionFactoryImpl()
           
 
Methods inherited from class com.bankframe.services.notification.targetselection.TargetSelectionFactory
getInstance, getTargetIPForSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTargetSelectionFactoryImpl

public DefaultTargetSelectionFactoryImpl()


Copyright © 2005 Siebel Systems, Inc. All rights reserved.