GigaSpaces XAP 8.0 API

net.jini.discovery
Class OutgoingUnicastRequest

java.lang.Object
  extended by 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.
 
Constructor Summary
OutgoingUnicastRequest()
           
 
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
 

Field Detail

protoVersion

protected static final int protoVersion
The current version of the unicast discovery protocol.

See Also:
Constant Field Values
Constructor Detail

OutgoingUnicastRequest

public OutgoingUnicastRequest()
Method Detail

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

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.