wt.federation
Class PreDeleteEventDelegate

java.lang.Object
  extended bywt.services.ServiceEventListenerAdapter
      extended bywt.federation.BasicEventDelegate
          extended bywt.federation.PreDeleteEventDelegate
All Implemented Interfaces:
KeyedEventListener, Serializable

public class PreDeleteEventDelegate
extends BasicEventDelegate
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.federation.BasicEventDelegate
 
Fields inherited from class wt.services.ServiceEventListenerAdapter
 
Fields inherited from interface wt.events.KeyedEventListener
KEYED_EVENT_BRANCH
 
Constructor Summary
PreDeleteEventDelegate(String serviceId)
          

Supported API: false
 
Method Summary
 String generateEventKey(String eventIdentifier)
          

Supported API: false
static PreDeleteEventDelegate newInstance(String serviceId)
          

Supported API: false
 void notifyVetoableMultiObjectEvent(Object eventObject)
          

Supported API: false
 
Methods inherited from class wt.federation.BasicEventDelegate
propagateEvent, validateLinkAction
 
Methods inherited from class wt.services.ServiceEventListenerAdapter
getKeyedEventBranch, getServiceId, logException, logException, logNotification, notifyEvent, notifyMultiObjectEvent, notifyVetoableEvent, setKeyedEventBranch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

PreDeleteEventDelegate

public PreDeleteEventDelegate(String serviceId)


Supported API: false

Parameters:
serviceId -
Method Detail

newInstance

public static PreDeleteEventDelegate newInstance(String serviceId)


Supported API: false

Parameters:
serviceId -
Returns:
PreDeleteEventDelegate

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