|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.binding.jms.provider.JMSBindingServiceBindingProvider
public class JMSBindingServiceBindingProvider
Implementation of the JMS service binding provider.
Constructor Summary | |
---|---|
JMSBindingServiceBindingProvider(RuntimeComponent component,
RuntimeComponentService service,
Binding targetBinding,
JMSBinding binding,
WorkScheduler workScheduler,
ExtensionPointRegistry extensionPoints,
JMSResourceFactory jmsResourceFactory)
|
Method Summary | |
---|---|
void |
configureBindingChain(RuntimeWire runtimeWire)
|
InterfaceContract |
getBindingInterfaceContract()
Get the effective interface contract imposed by the binding. |
java.lang.String |
getDestinationName()
|
void |
start()
This method will be invoked when the component service binding is activated. |
void |
stop()
This method will be invoked when the component service binding is deactivated. |
boolean |
supportsOneWayInvocation()
For bindings that invoke one-way callback operations asynchronously, there is no need to perform a thread switch before calling the invoker. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMSBindingServiceBindingProvider(RuntimeComponent component, RuntimeComponentService service, Binding targetBinding, JMSBinding binding, WorkScheduler workScheduler, ExtensionPointRegistry extensionPoints, JMSResourceFactory jmsResourceFactory)
Method Detail |
---|
public InterfaceContract getBindingInterfaceContract()
ServiceBindingProvider
getBindingInterfaceContract
in interface ServiceBindingProvider
public boolean supportsOneWayInvocation()
ServiceBindingProvider
supportsOneWayInvocation
in interface ServiceBindingProvider
public void start()
ServiceBindingProvider
start
in interface ServiceBindingProvider
public void stop()
ServiceBindingProvider
stop
in interface ServiceBindingProvider
public java.lang.String getDestinationName()
public void configureBindingChain(RuntimeWire runtimeWire)
configureBindingChain
in interface ServiceBindingProviderRRB
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |