net.rmi.rjs.pk.LusCs
Class BenchMarkBean

java.lang.Object
  extended by net.rmi.rjs.pk.LusCs.BenchMarkBean
All Implemented Interfaces:
java.io.Serializable

public class BenchMarkBean
extends java.lang.Object
implements java.io.Serializable

Copyright DocJava, inc. User: lyon

Date: May 1, 2005

Time: 2:56:45 PM

See Also:
Serialized Form

Constructor Summary
BenchMarkBean()
           
 
Method Summary
static BenchMarkBean create(byte[] b)
           
 byte[] getBytes()
          saves the properties to the Preferences of the userRoot
 double getMflops()
           
 void setMflops(double mflops)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BenchMarkBean

public BenchMarkBean()
Method Detail

getMflops

public double getMflops()

setMflops

public void setMflops(double mflops)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getBytes

public byte[] getBytes()
saves the properties to the Preferences of the userRoot


create

public static BenchMarkBean create(byte[] b)