wt.federation
Class PostStoreEventDelegate

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

public class PostStoreEventDelegate
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
PostStoreEventDelegate(String serviceId)
          

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

Supported API: false
static PostStoreEventDelegate 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

PostStoreEventDelegate

public PostStoreEventDelegate(String serviceId)


Supported API: false

Parameters:
serviceId -
Method Detail

newInstance

public static PostStoreEventDelegate newInstance(String serviceId)


Supported API: false

Parameters:
serviceId -
Returns:
PostStoreEventDelegate

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