groovyx.gpars.remote.message
[Java] Class HostIdMsg
java.lang.Object
  
groovyx.gpars.serial.SerialMsg
      
groovyx.gpars.remote.message.HostIdMsg
public class HostIdMsg
extends SerialMsg
 Message sent by NetTransportProvider immediately after connection to another host is set up
 
- Authors:
 - Alex Tkachman, Vaclav Pech
 
    
     
                 
    
    
    | 
    Constructor Summary | 
    
    
        
        
            HostIdMsg(java.util.UUID id)
             
            Construct message representing current state of the transport provider 
         | 
        
    
    
     
                     
                 
    
    
        serialVersionUID
        private static final long serialVersionUID
        
        - 
        
 
        
        
        
    
     
    
    
        
        HostIdMsg
        public HostIdMsg(java.util.UUID id)
        
        -  Construct message representing current state of the transport provider
     
- Parameters:
 id -  Local host id
         
        
        
        
    
     
Copyright © 2008–2012  Václav Pech.  All Rights Reserved.