jgroup.relacs.mss
Interface NetworkInterface


public interface NetworkInterface

The NetworkInterface interface.

Since:
Jgroup 1.2
Author:
Salvatore Cammarata, Hein Meling

Method Summary
 void doStart()
          Start the network interface
 void doStop()
          Stop the network interface
 void send(byte[] buffer, int blen)
          Send a datagram packet to the local cluster.
 void send(EndPoint dest, byte[] buffer, int buflen)
          Send a datagram packet to the specified destination EndPoint.
 

Method Detail

send

void send(byte[] buffer,
          int blen)
Send a datagram packet to the local cluster.

Parameters:
buffer - An array of bytes containing the packet to send.
buflen - The actual packet length

send

void send(EndPoint dest,
          byte[] buffer,
          int buflen)
Send a datagram packet to the specified destination EndPoint.

Parameters:
dest - The destination EndPoint.
buffer - An array of bytes containing the packet to send.
buflen - The actual packet length

doStart

void doStart()
Start the network interface


doStop

void doStop()
Stop the network interface



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.