com.ptc.windchill.esi.rnd
Class ESIEffectivityHandlerFactory

java.lang.Object
  extended by com.ptc.windchill.esi.rnd.ESIEffectivityHandlerFactory
All Implemented Interfaces:
Externalizable, Serializable

public final class ESIEffectivityHandlerFactory
extends Object
implements Externalizable

Creates an instance of ESIEffectivityHandler.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
static ESIEffectivityHandler newESIEffectivityHandler()
          Creates a new instance and returns it to the caller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newESIEffectivityHandler

public static final ESIEffectivityHandler newESIEffectivityHandler()
                                                            throws WTException
Creates a new instance and returns it to the caller. Reads ESIProperties to obtain the name of the ESIEffectivityHandler implementation class to instantiate.

Supported API: true

Returns:
ESIEffectivityHandler
Throws:
WTException