|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.context.IntegrationObjectSupport org.springframework.integration.channel.AbstractMessageChannel org.springframework.integration.jms.AbstractJmsChannel org.springframework.integration.jms.PollableJmsChannel
public class PollableJmsChannel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.springframework.integration.channel.AbstractMessageChannel |
---|
AbstractMessageChannel.ChannelInterceptorList |
Field Summary |
---|
Fields inherited from class org.springframework.integration.channel.AbstractMessageChannel |
---|
logger |
Constructor Summary | |
---|---|
PollableJmsChannel(org.springframework.jms.core.JmsTemplate jmsTemplate)
|
Method Summary | |
---|---|
Message<?> |
receive()
Receive a message from this channel, blocking indefinitely if necessary. |
Message<?> |
receive(long timeout)
Receive a message from this channel, blocking until either a message is available or the specified timeout period elapses. |
Methods inherited from class org.springframework.integration.jms.AbstractJmsChannel |
---|
doSend |
Methods inherited from class org.springframework.integration.channel.AbstractMessageChannel |
---|
addInterceptor, getComponentType, getInterceptors, send, send, setConversionService, setDatatypes, setInterceptors, setShouldTrack |
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, onInit, setBeanFactory, setBeanName, setComponentName, setTaskScheduler, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.integration.MessageChannel |
---|
send, send |
Methods inherited from interface org.springframework.integration.context.NamedComponent |
---|
getComponentName |
Constructor Detail |
---|
public PollableJmsChannel(org.springframework.jms.core.JmsTemplate jmsTemplate)
Method Detail |
---|
public Message<?> receive()
PollableChannel
receive
in interface PollableChannel
Message
or null
if interruptedpublic Message<?> receive(long timeout)
PollableChannel
receive
in interface PollableChannel
timeout
- the timeout in milliseconds
Message
or null
if the
specified timeout period elapses or the message reception is interrupted
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |