Package org.apache.cayenne.event
Class NoopEventBridge
java.lang.Object
org.apache.cayenne.event.EventBridge
org.apache.cayenne.event.NoopEventBridge
- All Implemented Interfaces:
EventListener
public class NoopEventBridge extends EventBridge
- Since:
- 4.0
-
Field Summary
Fields inherited from class org.apache.cayenne.event.EventBridge
eventManager, externalEventSource, externalSubject, localSubjects, mode, RECEIVE_EXTERNAL, RECEIVE_LOCAL, RECEIVE_LOCAL_EXTERNAL
-
Method Summary
Modifier and Type Method Description protected void
sendExternalEvent(CayenneEvent localEvent)
Sends a Cayenne event over the transport supported by this bridge.protected void
shutdownExternal()
Shuts down the external interface of the EventBridge, cleaning up and releasing any resources used to communicate external events.protected void
startupExternal()
Starts an external interface of the EventBridge.Methods inherited from class org.apache.cayenne.event.EventBridge
convertToExternalSubject, getEventManager, getExternalEventSource, getExternalSubject, getLocalSubjects, isRunning, onExternalEvent, receivesExternalEvents, receivesLocalEvents, shutdown, startup, startup, startup
-
Method Details
-
startupExternal
Description copied from class:EventBridge
Starts an external interface of the EventBridge.- Specified by:
startupExternal
in classEventBridge
- Throws:
Exception
-
shutdownExternal
Description copied from class:EventBridge
Shuts down the external interface of the EventBridge, cleaning up and releasing any resources used to communicate external events.- Specified by:
shutdownExternal
in classEventBridge
- Throws:
Exception
-
sendExternalEvent
Description copied from class:EventBridge
Sends a Cayenne event over the transport supported by this bridge.- Specified by:
sendExternalEvent
in classEventBridge
- Throws:
Exception
-