Uses of Class
com.ibm.di.api.DIEvent
-
Packages that use DIEvent Package Description com.ibm.di.api Provides packages and classes for managing the server API.com.ibm.di.api.jmx Provides classes for managing the JMX layer.com.ibm.di.api.local Provides interfaces for managing the local session of the server API.com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API.com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API.com.ibm.di.api.tm Provides classes for managing tombstones.com.ibm.di.eclipse.http.commands -
-
Uses of DIEvent in com.ibm.di.api
Subclasses of DIEvent in com.ibm.di.api Modifier and Type Class Description class
ALEvent
This class is the object that describes the event that have been triggered.class
CIEvent
This class is the object that describes the event that have been triggered.Methods in com.ibm.di.api with parameters of type DIEvent Modifier and Type Method Description void
EventNotifier. broadcastEvent(DIEvent event)
Broadcast an event to all registered listeners, whose filters match the event.static void
APIEngine. sendNotification(DIEvent event)
Sends a notification event using the API Engine's Event Notifier. -
Uses of DIEvent in com.ibm.di.api.jmx
Methods in com.ibm.di.api.jmx with parameters of type DIEvent Modifier and Type Method Description void
JMXServerAPIListener. handleEvent(DIEvent aEvent)
Handles a specified event. -
Uses of DIEvent in com.ibm.di.api.local
Methods in com.ibm.di.api.local with parameters of type DIEvent Modifier and Type Method Description void
DIEventListener. handleEvent(DIEvent aEvent)
Handles a specified event. -
Uses of DIEvent in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote with parameters of type DIEvent Modifier and Type Method Description void
DIEventListener. handleEvent(DIEvent aEvent)
Handles a specified event. -
Uses of DIEvent in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl with parameters of type DIEvent Modifier and Type Method Description void
DIEventListenerBase. handleEvent(DIEvent aEvent)
Handles a specified event. -
Uses of DIEvent in com.ibm.di.api.tm
Methods in com.ibm.di.api.tm with parameters of type DIEvent Modifier and Type Method Description void
TombstoneManagerListener. handleEvent(DIEvent aEvent)
This method handles tombstone events. -
Uses of DIEvent in com.ibm.di.eclipse.http.commands
Methods in com.ibm.di.eclipse.http.commands with parameters of type DIEvent Modifier and Type Method Description void
LogCommand. handleEvent(DIEvent event)
-