org.jgroups.util
Class Util1_4

java.lang.Object
  extended byorg.jgroups.util.Util
      extended byorg.jgroups.util.Util1_4

public class Util1_4
extends Util

Util1_4

Author:
abollu

Field Summary
 
Fields inherited from class org.jgroups.util.Util
DIAG_GROUP, log, MAX_PORT
 
Constructor Summary
Util1_4()
           
 
Method Summary
static void doubleWriteBuffer(java.nio.ByteBuffer buf, java.nio.channels.WritableByteChannel out)
           
static void writeFully(java.nio.ByteBuffer buf, java.nio.channels.WritableByteChannel out)
           
 
Methods inherited from class org.jgroups.util.Util
activeThreads, array2String, array2String, array2String, checkForLinux, checkForSolaris, checkForWindows, computeFragOffsets, computeFragOffsets, crash, createDatagramSocket, createServerSocket, defragmentBuffer, determineLeftMembers, doubleWrite, dumpStack, fileExists, fragmentBuffer, getHostname, getStackTrace, main, memStats, objectFromByteBuffer, objectToByteBuffer, parseCommaDelimitedLongs, parseCommaDelimitedStrings, pickSubset, print, printEvent, printFragments, printMembers, printMessage, printMethodCall, printStackTrace, printStackTrace, printThreads, prompt, random, removeFile, sameHost, shortName, sizeOf, sizeOf, sleep, sleep, sleepRandom, tossWeightedCoin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util1_4

public Util1_4()
Method Detail

doubleWriteBuffer

public static void doubleWriteBuffer(java.nio.ByteBuffer buf,
                                     java.nio.channels.WritableByteChannel out)
                              throws java.lang.Exception
Throws:
java.lang.Exception

writeFully

public static void writeFully(java.nio.ByteBuffer buf,
                              java.nio.channels.WritableByteChannel out)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.