com.bankframe.services.notification.targetselection
Class TargetSelectionFactory
java.lang.Object
com.bankframe.services.notification.targetselection.TargetSelectionFactory
- Direct Known Subclasses:
- DefaultTargetSelectionFactoryImpl
public abstract class TargetSelectionFactory
- extends Object
This class is used to create a new instance of the TargetSelectionFactory implementation specified by the
targetSelectionFactory
setting in BankframeResource.properties
TargetSelectionFactory
public TargetSelectionFactory()
getInstance
public static TargetSelectionFactory getInstance()
- This method returns the TargetSelectionFactory instance.
- Returns:
- TargetSelectionFactory
getTargetIPForSource
public static Vector getTargetIPForSource(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.