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

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

public class CreateElasticError
extends AbstractBambooAgentMessage

See Also:
Serialized Form

Constructor Summary
CreateElasticError(java.lang.String context, ThrowableDetails throwableDetails, java.lang.Long agentId, java.lang.String instanceId)
           
 
Method Summary
 java.lang.Object deliver()
          Delivers the message to the appropriate object in the local virtual machine.
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateElasticError

public CreateElasticError(java.lang.String context,
                          ThrowableDetails throwableDetails,
                          java.lang.Long agentId,
                          java.lang.String instanceId)
Method Detail

deliver

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

Returns:
an optional reply to message (including error-reporting messages)


Copyright © 2011 Atlassian. All Rights Reserved.