com.ibm.wsspi.monitoring
Class EventSourceFactoryFactory
- java.lang.Object
com.ibm.wsspi.monitoring.EventSourceFactoryFactory
Deprecated.
- public abstract class EventSourceFactoryFactory
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
Deprecated.
|
Constructor Summary
Constructor and Description |
---|
EventSourceFactoryFactory()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
Deprecated.
See Also:
Constructor Detail
EventSourceFactoryFactory
- public EventSourceFactoryFactory( )
Deprecated.
Method Detail
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.