com.ibm.wsspi.monitoring
Class EventSourceFactoryFactory
java.lang.Object
com.ibm.wsspi.monitoring.EventSourceFactoryFactory
Deprecated.
public abstract class EventSourceFactoryFactory
- 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 |
static java.lang.String |
COPYRIGHT
Deprecated. |
Method Summary |
static 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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Deprecated.
- See Also:
- Constant Field Values
EventSourceFactoryFactory
public EventSourceFactoryFactory()
- Deprecated.
getFactory
public static EventSourceContext getFactory(java.lang.String componentTypeQName,
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.