com.ibm.wsspi.monitoring

Class EventSourceFactoryFactory

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.monitoring.EventSourceFactoryFactory

Deprecated.
  1. public abstract class EventSourceFactoryFactory
  2. extends java.lang.Object
This factory class creates StaticEventSource objects. An event source represents some monitoarable element, e.g. a map, an adaptive entity timer.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
Deprecated.

Constructor Summary

Constructor and Description
EventSourceFactoryFactory()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. static
  2. EventSourceContext
getFactory(java.lang.String componentTypeQName,java.lang.String componentQName)
Deprecated. use EventSourceContext.Factory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

  1. public static final java.lang.String COPYRIGHT
Deprecated.
See Also:

Constructor Detail

EventSourceFactoryFactory

  1. public EventSourceFactoryFactory( )
Deprecated.

Method Detail

getFactory

  1. public static EventSourceContext getFactory( java.lang.String componentTypeQName,
  2. java.lang.String componentQName)
Deprecated. use EventSourceContext.Factory
Factory method, creates an event source for a monitored element. The usage is similar to java.util.logging.Emitter.