com.atlassian.bamboo.v2.build.agent.messages
Class LogMessageStream

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.messages.LogMessageStream
All Implemented Interfaces:
BambooAgentMessage, java.io.Serializable

public class LogMessageStream
extends java.lang.Object
implements BambooAgentMessage

This class exists in order to stream the content of message directly to logger, without deserialising it first.

See Also:
Serialized Form

Constructor Summary
LogMessageStream(javax.jms.BytesMessage message)
           
 
Method Summary
 java.lang.Object deliver()
          Delivers the message to the appropriate object in the local virtual machine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogMessageStream

public LogMessageStream(javax.jms.BytesMessage message)
Method Detail

deliver

@Nullable
public java.lang.Object deliver()
Description copied from interface: BambooAgentMessage
Delivers the message to the appropriate object in the local virtual machine.

Specified by:
deliver in interface BambooAgentMessage
Returns:
an optional reply to message (including error-reporting messages)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.