org.apache.geronimo.gshell.remote.message
Class ConnectMessage

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.ConnectMessage
All Implemented Interfaces:
Serializable, Message
Direct Known Subclasses:
ConnectMessage.Result

public class ConnectMessage
extends RshMessage

???

Version:
$Rev: 580731 $ $Date: 2007-09-30 07:52:42 -0700 (Sun, 30 Sep 2007) $
See Also:
Serialized Form

Nested Class Summary
static class ConnectMessage.Result
           
 
Nested classes/interfaces inherited from interface org.apache.geronimo.gshell.whisper.message.Message
Message.ID
 
Constructor Summary
ConnectMessage(PublicKey publicKey)
           
 
Method Summary
 PublicKey getPublicKey()
           
 
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

ConnectMessage

public ConnectMessage(PublicKey publicKey)
Method Detail

getPublicKey

public PublicKey getPublicKey()


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