|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProducerInfo
Interface that conceptually extends BeanInfo with information on the
messaging channels that a bean can send messages on.
Channels are identified by methods that match the following signature
public void addChannelName(ListenerInterface);
public void/boolean removeChannelName)(ListenerInterface);
| Method Summary | |
|---|---|
Channel |
getChannel(java.lang.String channelName)
Finds a specific channel by name. |
Channel[] |
getChannels()
Returns the channels associated with this bean. |
| Method Detail |
|---|
Channel[] getChannels()
Channel getChannel(java.lang.String channelName)
channelName - The channel name.
null if the channel cannot be found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||