|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessagingProvider
Represents an SMA messaging provider.
This interface identifies a messaging provider. Each SMA provider plug-in implements this interface.
Method Summary | |
---|---|
MessageBusBinding |
createMessageBusBinding(String userName,
MessageBusDescriptor descriptor,
IEventHandler eventHandler)
Bind to a message bus. |
String |
getName()
Get the provider name |
Method Detail |
---|
String getName()
MessageBusBinding createMessageBusBinding(String userName, MessageBusDescriptor descriptor, IEventHandler eventHandler) throws SmaException
userName
- The name of the user establishing this binding.descriptor
- The bus descriptor used to establish the binding.eventHandler
- The event handler to be used by the created binding
to dispatch its events.
SmaException
- Thrown in case an error occurs during the creation
of the binding.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |