public interface MessageBeanClient
| Modifier and Type | Method and Description |
|---|---|
void |
close()
MessageBeanContainer calls this to shutdown MessageBeanClient.
|
void |
setup(MessageBeanProtocolManager pm)
First method called by MessageBeanContainer during bootstrapping.
|
void |
start()
MessageBeanContainer calls this when it is ready handle message delivery.
|
void setup(MessageBeanProtocolManager pm) throws Exception
pm - MessageBeanProtocolManager allows the MessageBeanClient to
access the services provided by the MessageBeanContainer.Exceptionvoid start()
throws Exception
Exceptionvoid close()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.