org.apache.catalina.ha.tcp

Class SendMessageData

public class SendMessageData extends Object

Version: $Revision: 531303 $ $Date: 2007-04-23 02:24:01 +0200 (Mon, 23 Apr 2007) $

Author: Peter Rossbach

Constructor Summary
SendMessageData(Object message, Member destination, Exception exception)
Method Summary
MembergetDestination()
ExceptiongetException()
ObjectgetMessage()
voidsetDestination(Member destination)
voidsetException(Exception exception)
voidsetMessage(Object message)

Constructor Detail

SendMessageData

public SendMessageData(Object message, Member destination, Exception exception)

Parameters: message destination exception

Method Detail

getDestination

public Member getDestination()

Returns: Returns the destination.

getException

public Exception getException()

Returns: Returns the exception.

getMessage

public Object getMessage()

Returns: Returns the message.

setDestination

public void setDestination(Member destination)

Parameters: destination The destination to set.

setException

public void setException(Exception exception)

Parameters: exception The exception to set.

setMessage

public void setMessage(Object message)

Parameters: message The message to set.

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.