net.jini.discovery
Class OutgoingUnicastRequest
java.lang.Object
  
net.jini.discovery.OutgoingUnicastRequest
public class OutgoingUnicastRequest
- extends Object
 
Encapsulate the details of marshaling a unicast request.
- Author:
 
  - Sun Microsystems, Inc.
 
- See Also:
 IncomingUnicastRequest
| 
Field Summary | 
protected static int | 
protoVersion
 
          The current version of the unicast discovery protocol. | 
 
 
| 
Method Summary | 
static void | 
marshal(OutputStream str)
 
          Marshal a unicast request to the given output stream. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
protoVersion
protected static final int protoVersion
- The current version of the unicast discovery protocol.
- See Also:
 - Constant Field Values
 
 
OutgoingUnicastRequest
public OutgoingUnicastRequest()
marshal
public static void marshal(OutputStream str)
                    throws IOException
- Marshal a unicast request to the given output stream.  The
 stream is flushed afterwards.
- Parameters:
 str - the stream to marshal to
- Throws:
 IOException - a problem occurred during marshaling
 
 
Copyright © GigaSpaces.