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.Exception
void start() throws Exception
Exception
void close()
Copyright © 2019. All rights reserved.