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

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
              extended by org.apache.geronimo.gshell.remote.message.ExecuteMessage.Notification
All Implemented Interfaces:
Serializable, Message
Enclosing class:
ExecuteMessage

public static class ExecuteMessage.Notification
extends ExecuteMessage.Result

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.Notification(Notification n)
           
 
Method Summary
 Notification getNotification()
           
 
Methods inherited from class org.apache.geronimo.gshell.remote.message.ExecuteMessage.Result
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.Notification

public ExecuteMessage.Notification(Notification n)
Method Detail

getNotification

public Notification getNotification()


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