com.sun.jini.outrigger
Interface TransactableConstants

All Known Subinterfaces:
TransactableMgr
All Known Implementing Classes:
Txn

interface TransactableConstants

Useful constants for Transactable objects.

Author:
Sun Microsystems, Inc.
See Also:
Transactable

Field Summary
static int READ
           
static String[] stateNames
           
static int TAKE
           
static int WRITE
           
 

Field Detail

WRITE

static final int WRITE
See Also:
Constant Field Values

READ

static final int READ
See Also:
Constant Field Values

TAKE

static final int TAKE
See Also:
Constant Field Values

stateNames

static final String[] stateNames


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.