oracle.panama.alert
Class AlertEngineLocator

java.lang.Object
  |
  +--oracle.panama.alert.AlertEngineLocator

public class AlertEngineLocator
extends java.lang.Object

The locator is used to locate an instance of AlertEngine implementation


Method Summary
TypeMethod
 AlertEngine getAlertEngine()
          Get an instance of AlertEngine Implemetation
static AlertEngineLocator getInstance()
          Get the single instance of this locator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AlertEngineLocator getInstance()
Get the single instance of this locator.
Returns:
the single instance of the locator.

getAlertEngine

public AlertEngine getAlertEngine()
Get an instance of AlertEngine Implemetation