com.bankframe.services.notification.targetselection
Class TargetSelectionFactory

java.lang.Object
  extended bycom.bankframe.services.notification.targetselection.TargetSelectionFactory
Direct Known Subclasses:
DefaultTargetSelectionFactoryImpl

public abstract class TargetSelectionFactory
extends java.lang.Object

This class is used to create a new instance of the TargetSelectionFactory implementation specified by the targetSelectionFactory setting in BankframeResource.properties


Constructor Summary
TargetSelectionFactory()
           
 
Method Summary
static TargetSelectionFactory getInstance()
          This method returns the TargetSelectionFactory instance.
static java.util.Vector getTargetIPForSource(java.lang.String sourceId)
          This method gets the appropriate Target IP address for a sourceId.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetSelectionFactory

public TargetSelectionFactory()
Method Detail

getInstance

public static TargetSelectionFactory getInstance()
This method returns the TargetSelectionFactory instance.

Returns:
TargetSelectionFactory

getTargetIPForSource

public static java.util.Vector getTargetIPForSource(java.lang.String sourceId)
                                             throws ProcessingErrorException
This method gets the appropriate Target IP address for a sourceId.

Returns:
Vector
Throws:
ProcessingErrorException


Copyright © 2005, 2007, Oracle. All rights reserved.