Class StandardBaselineService

java.lang.Object
wt.services.StandardManager
wt.vc.baseline.StandardBaselineService
All Implemented Interfaces:
Serializable, wt.fc._NetFactor, NetFactor, wt.services.Manager, BaselineService, wt.vc.baseline.BaselineSvrService

public class StandardBaselineService extends StandardManager implements BaselineService, wt.vc.baseline.BaselineSvrService, Serializable
This implementation of the BaselineService interface add listeners via performStartupProcess().

Use the newStandardBaselineService static factory method(s), not the StandardBaselineService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: true

See Also:
  • Method Details

    • dispatchVetoableEvent

      protected void dispatchVetoableEvent(String a_eventType, Baselineable a_baselineable, Baseline a_baseline) throws WTException
      This method dispatches a BaselineServiceEvent.

      Supported API: true
      Parameters:
      a_eventType -
      a_baselineable -
      a_baseline -
      Throws:
      WTException
    • dispatchVetoableEvent

      protected void dispatchVetoableEvent(String a_eventType, Baselineable a_baselineable, Baseline a_baseline, Baselineable a_replacedBaselineable) throws WTException
      This method dispatches a BaselineServiceEvent.

      Supported API: true
      Parameters:
      a_eventType -
      a_baselineable -
      a_baseline -
      a_replacedBaselineable -
      Throws:
      WTException