com.ibm.websphere.models.config.eventsservice
Interface EventsService

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, com.ibm.websphere.models.config.process.Service
All Known Implementing Classes:
EventsServiceImpl

public interface EventsService
extends com.ibm.websphere.models.config.process.Service

A representation of the model object 'Events Service'. The Events Service enables a server to manage the Common Base Event deployment descriptor extensions for EJB modules installed onto this server. EJB methods can specify declarative (or "container managed") use of Common Base Events, allowing events to be fired whenever the EJB method is invoked, without any special code inside the EJB to fire the event.

The following features are supported:

See Also:
EventsservicePackage.getEventsService()

Method Summary
 java.lang.String getEventInfrastructureEmitterFactoryJNDIName()
          Returns the value of the 'Event Infrastructure Emitter Factory JNDI Name' attribute.
 void setEventInfrastructureEmitterFactoryJNDIName(java.lang.String value)
          Sets the value of the 'Event Infrastructure Emitter Factory JNDI Name' attribute
 
Methods inherited from interface com.ibm.websphere.models.config.process.Service
getContainerScope, getContext, getProperties, isEnable, isSetEnable, setContext, setEnable, unsetEnable
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEventInfrastructureEmitterFactoryJNDIName

java.lang.String getEventInfrastructureEmitterFactoryJNDIName()
Returns the value of the 'Event Infrastructure Emitter Factory JNDI Name' attribute. The default value is "com/ibm/events/configuration/emitter/Default".

If the meaning of the 'Event Infrastructure Emitter Factory JNDI Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Event Infrastructure Emitter Factory JNDI Name' attribute.
See Also:
setEventInfrastructureEmitterFactoryJNDIName(String), EventsservicePackage.getEventsService_EventInfrastructureEmitterFactoryJNDIName()

setEventInfrastructureEmitterFactoryJNDIName

void setEventInfrastructureEmitterFactoryJNDIName(java.lang.String value)
Sets the value of the 'Event Infrastructure Emitter Factory JNDI Name' attribute.

Parameters:
value - the new value of the 'Event Infrastructure Emitter Factory JNDI Name' attribute.
See Also:
getEventInfrastructureEmitterFactoryJNDIName()