net.java.dev.moskito.core.timing
Class UpdateTriggerServiceFactory

java.lang.Object
  extended by net.java.dev.moskito.core.timing.UpdateTriggerServiceFactory

public abstract class UpdateTriggerServiceFactory
extends Object

This class implements the factory to obtain an instance of the UpdateTriggerService.

Author:
dvayanu

Field Summary
private static IUpdateTriggerService instance
          This holds the singleton service provider instance.
 
Constructor Summary
UpdateTriggerServiceFactory()
           
 
Method Summary
static IUpdateTriggerService createUpdateTriggerService()
          This method is the factory method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static IUpdateTriggerService instance
This holds the singleton service provider instance.

Constructor Detail

UpdateTriggerServiceFactory

public UpdateTriggerServiceFactory()
Method Detail

createUpdateTriggerService

public static IUpdateTriggerService createUpdateTriggerService()
This method is the factory method.

Returns:
the existing instance or a new one if none exists before


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework