org.apache.geronimo.gshell.remote.message
Class ExecuteMessage.Result

java.lang.Object
  extended by org.apache.geronimo.gshell.whisper.message.BaseMessage
      extended by org.apache.geronimo.gshell.remote.message.RshMessage
          extended by org.apache.geronimo.gshell.remote.message.ExecuteMessage.Result
All Implemented Interfaces:
Serializable, Message
Direct Known Subclasses:
ExecuteMessage.Fault, ExecuteMessage.Notification
Enclosing class:
ExecuteMessage

public static class ExecuteMessage.Result
extends RshMessage

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.gshell.whisper.message.Message
Message.ID
 
Constructor Summary
ExecuteMessage.Result(Object result)
           
 
Method Summary
 Object getResult()
           
 
Methods inherited from class org.apache.geronimo.gshell.whisper.message.BaseMessage
getCorrelationId, getId, getSequence, getTimestamp, hashCode, setCorrelationId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteMessage.Result

public ExecuteMessage.Result(Object result)
Method Detail

getResult

public Object getResult()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.