|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used by event sources to create emitter instances.
For information on how to obtain emitter factory instances refer to the Common Event Infrastructure Developer's Guide.
Method Summary | |
---|---|
Emitter |
getEmitter()
Obtains an emitter instance. |
Emitter |
getEmitter(java.lang.String jmsUsername,
java.lang.String jmsPassword)
Obtains an Emitter instance. |
Method Detail |
public Emitter getEmitter() throws EventsException
Obtains an emitter instance.
EmitterException
- If the emitter factory encountered
an error when creating an emitter instance. The nested
cause
exception provides further details on why this
the failure has occurred.
EventsException
public Emitter getEmitter(java.lang.String jmsUsername, java.lang.String jmsPassword) throws EventsException
Obtains an Emitter instance.
The specification of a JMS username and password is required when a J2EE client application running in a secure environment uses emitter profiles that contain asynchronous transmission profile JNDI names.
jmsUsername
- The JMS username to be used to create the
JMS queue connection.jmsPassword
- The JMS password to be used to create the
JMS queue connection.
EmitterException
- If the emitter factory encountered
an error when creating an emitter instance. The nested
cause
exception provides further details on why this
the failure has occurred.
EventsException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |