wt.federation
Class PreCheckoutEventDelegate
java.lang.Object
wt.services.ServiceEventListenerAdapter
wt.federation.BasicEventDelegate
wt.federation.PreCheckoutEventDelegate
- All Implemented Interfaces:
- KeyedEventListener, Serializable
- public class PreCheckoutEventDelegate
- extends BasicEventDelegate
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
PreCheckoutEventDelegate
public PreCheckoutEventDelegate(String serviceId)
Supported API: false
- Parameters:
serviceId
-
newInstance
public static PreCheckoutEventDelegate newInstance(String serviceId)
Supported API: false
- Parameters:
serviceId
-
- Returns:
- PreCheckoutEventDelegate
generateEventKey
public String generateEventKey(String eventIdentifier)
throws WTException
Supported API: false
- Specified by:
generateEventKey
in class BasicEventDelegate
- Parameters:
eventIdentifier
-
- Returns:
- String
- Throws:
WTException
notifyVetoableMultiObjectEvent
public void notifyVetoableMultiObjectEvent(Object eventObject)
throws Exception
Supported API: false
- Specified by:
notifyVetoableMultiObjectEvent
in interface KeyedEventListener
- Specified by:
notifyVetoableMultiObjectEvent
in class BasicEventDelegate
- Parameters:
eventObject
-
- Throws:
Exception