fr.dyade.aaa.util
Class DBOperation

java.lang.Object
  extended by fr.dyade.aaa.util.DBOperation
All Implemented Interfaces:
java.io.Serializable

final class DBOperation
extends java.lang.Object
implements java.io.Serializable


Field Summary
(package private) static int COMMIT
           
(package private) static int DELETE
           
(package private) static int END
           
(package private)  java.lang.String name
           
private static Pool pool
           
(package private) static int SAVE
           
private static long serialVersionUID
           
(package private)  int type
           
(package private)  byte[] value
           
 
Constructor Summary
private DBOperation(int type, java.lang.String name, byte[] value)
           
 
Method Summary
(package private) static DBOperation alloc(int type, java.lang.String name)
           
(package private) static DBOperation alloc(int type, java.lang.String name, byte[] value)
           
(package private)  void free()
           
 java.lang.String toString()
          Returns a string representation for this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

SAVE

static final int SAVE
See Also:
Constant Field Values

DELETE

static final int DELETE
See Also:
Constant Field Values

COMMIT

static final int COMMIT
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

type

int type

name

java.lang.String name

value

byte[] value

pool

private static Pool pool
Constructor Detail

DBOperation

private DBOperation(int type,
                    java.lang.String name,
                    byte[] value)
Method Detail

toString

public java.lang.String toString()
Returns a string representation for this object.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.

alloc

static DBOperation alloc(int type,
                         java.lang.String name)

alloc

static DBOperation alloc(int type,
                         java.lang.String name,
                         byte[] value)

free

void free()


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.