wt.vc.baseline
Class ManagedBaselineStoreListener

java.lang.Object
  extended by wt.services.ServiceEventListenerAdapter
      extended by wt.vc.baseline.ManagedBaselineStoreListener
All Implemented Interfaces:
KeyedEventListener

Deprecated. Use an initialization rule to automatically assign a number to a baseline.

public final class ManagedBaselineStoreListener
extends ServiceEventListenerAdapter

This class is an event adapter for the PRE_STORE event. It listens for pre-store events for ManagedBasline objects.

Supported API: true

Extendable: false


Constructor Summary
ManagedBaselineStoreListener(String className)
          Deprecated. Use an initialization rule to automatically assign a number to a baseline.
 
Method Summary
static void register(String classname)
          Deprecated. Use an initialization rule to automatically assign a number to a baseline.
 
Methods inherited from class wt.services.ServiceEventListenerAdapter
notifyEvent, notifyMultiObjectEvent, notifyVetoableMultiObjectEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedBaselineStoreListener

public ManagedBaselineStoreListener(String className)
Deprecated. Use an initialization rule to automatically assign a number to a baseline.

Constructs an instance.

Supported API: true

Parameters:
className - classname to use when registering
Method Detail

register

public static void register(String classname)
Deprecated. Use an initialization rule to automatically assign a number to a baseline.

Register an new instance of ManagedBaselineStoreListener to listen for PRE_STORE events.

Supported API: true

Parameters:
classname - classname to use when registering