|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.io.SpeedTrap
This example writes a 10 MB file to the server, reads it back in again, and then reports the data transfer rates.
The following sections cover what to do:
$ javac -d %CLIENT_CLASSES% SpeedTrap.java
Name: mySys
Field: c:\temp
$ java examples.io.SpeedTrap t3://hostname:port mySyswhere:
After compiling this directory, call SpeedTrap with three arguments:
You may also call SpeedTrap with two arguments:
Constructor Summary | |
SpeedTrap()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
Runs the SpeedTrap file example. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public SpeedTrap()
Method Detail |
public static void main(java.lang.String[] argv) throws java.lang.Exception
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |