rrdService.util
Class RoundRobinImage

java.lang.Object
  |
  +--rrdService.util.RoundRobinImage
All Implemented Interfaces:
java.io.Serializable

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

The class RoundRobinImage allows to transmits a image to the client

Version:
1.0 date : 15/07/2001
Author:
Damien Pellier
See Also:
RoundRobinImage, Serialized Form

Field Summary
private  byte[] image
          The image under a string representation
private  java.lang.String imageName
          Name of this image
 
Constructor Summary
RoundRobinImage(java.io.File imageFile)
          Constructor of a RoundRobinImage
 
Method Summary
 java.lang.String getName()
          Returns the name of this image
 void serialize(java.io.File directory)
          Serialize this image into the specific directory
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

image

private byte[] image
The image under a string representation

imageName

private java.lang.String imageName
Name of this image
Constructor Detail

RoundRobinImage

public RoundRobinImage(java.io.File imageFile)
                throws java.lang.Exception
Constructor of a RoundRobinImage
Method Detail

getName

public java.lang.String getName()
Returns the name of this image

serialize

public void serialize(java.io.File directory)
               throws java.lang.Exception
Serialize this image into the specific directory
Parameters:
directory - the directory where serialize this image

Copyright 1885-2001 FIRMENICH SA, Geneva

Submit a bug or feature
Copyright 1885-2001 FIRMENICH SA, Geneva,
All Rights Reserved.