com.ptc.windchill.esi.rnd
Class ESIEffectivityHandlerFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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