
Public Member Functions | |
| String | toString () |
Package Functions | |
| void | free () |
Static Package Functions | |
| static Operation | alloc (int type, String dirName, String name) |
| static Operation | alloc (int type, String dirName, String name, byte[] value) |
Package Attributes | |
| int | type |
| String | dirName |
| String | name |
| byte[] | value |
Static Package Attributes | |
| static final int | SAVE = 1 |
| static final int | CREATE = 4 |
| static final int | DELETE = 2 |
| static final int | NOOP = 5 |
| static final int | COMMIT = 3 |
| static final int | END = 127 |
Definition at line 1280 of file NTransaction.java.
| String fr.dyade.aaa.util.Operation.toString | ( | ) |
Returns a string representation for this object.
Definition at line 1308 of file NTransaction.java.
1.5.0