IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.monitoring
Class EventSourceFactoryFactory

java.lang.Object
  extended by 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.  
 
Constructor Summary
EventSourceFactoryFactory()
          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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
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.


IBM WebSphere Application ServerTM
Release 7