Package wt.occurrence

Class StandardOccurrenceService

java.lang.Object
wt.services.StandardManager
wt.occurrence.StandardOccurrenceService
All Implemented Interfaces:
Serializable, wt.fc._NetFactor, NetFactor, OccurrenceService, wt.services.Manager

public class StandardOccurrenceService extends StandardManager implements OccurrenceService, Serializable
This implementation of OccurrenceService implements the service API, send OccurrenceEvents and adds listeners in performStartupProcess().

Use the newStandardOccurrenceService static factory method(s), not the StandardOccurrenceService 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: