|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.root.RootObject
com.neeve.sma.SmaObject
com.neeve.sma.impl.MessagingProviderBase
com.neeve.solace.SolaceProvider
public class SolaceProvider
The solace binding provider. This class is discovered by the runtime and allows creation of "solace://" message bus bindings.
Method Summary | |
---|---|
static MessagingProvider |
create(String name,
Properties props)
Messaging provider instantiation method. |
MessageBusBinding |
doCreateBinding(String userName,
MessageBusDescriptor descriptor,
IEventHandler eventHandler)
Applications should not call this method directly, but instead call MessageBusBindingFactory.createBinding(String, MessageBusDescriptor, IEventHandler)
which will look up this provider and do the creation. |
Methods inherited from class com.neeve.sma.impl.MessagingProviderBase |
---|
createMessageBusBinding, getName |
Methods inherited from class com.neeve.root.RootObject |
---|
getChecked, getThreaded, getTracer, setChecked, setTracer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final MessageBusBinding doCreateBinding(String userName, MessageBusDescriptor descriptor, IEventHandler eventHandler) throws SmaException
Applications should not call this method directly, but instead
call MessageBusBindingFactory.createBinding(String, MessageBusDescriptor, IEventHandler)
which will look up this provider and do the creation.
doCreateBinding
in class com.neeve.sma.impl.MessagingProviderBase
SmaException
public static final MessagingProvider create(String name, Properties props) throws SmaException
This method is used to crete the provider factory.
SmaException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |