|
|||||||||
| Home >> All >> com >> flexstor >> common >> keys >> [ ejb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.keys.ejb
Class DisguiseBucketKey

java.lang.Objectcom.flexstor.common.keys.ejb.FlexKey
com.flexstor.common.keys.ejb.DisguiseBucketKey
- All Implemented Interfaces:
- java.io.Serializable
- public class DisguiseBucketKey
- extends FlexKey
Contains necessary information to retreive a particular Disguise Bucket object from the database
Developer Notes:
- None
- Since:
- FLEXSTOR.db 3.0
- Version:
- $Id: DisguiseBucketKey.java,v 1.3 2003/08/11 02:22:32 aleric Exp $
| Field Summary | |
static java.lang.String |
IDENTIFIER
|
(package private) static long |
serialVersionUID
|
| Fields inherited from class com.flexstor.common.keys.ejb.FlexKey |
ref |
| Constructor Summary | |
DisguiseBucketKey()
Constructor for Key Object. |
|
DisguiseBucketKey(byte[] aByteRef)
Constructor for Key Object. |
|
DisguiseBucketKey(java.lang.String aRef)
Constructor for Key Object. |
|
| Methods inherited from class com.flexstor.common.keys.ejb.FlexKey |
equals, getRef, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
| Constructor Detail |
DisguiseBucketKey
public DisguiseBucketKey()
- Constructor for Key Object. This will take a reference
byte array.
- Since:
- FlexDB 3.0
DisguiseBucketKey
public DisguiseBucketKey(byte[] aByteRef)
- Constructor for Key Object. This will take a reference
byte array.
- Since:
- FlexDB 3.0
DisguiseBucketKey
public DisguiseBucketKey(java.lang.String aRef)
- Constructor for Key Object. This will take a reference
byte array.
- Since:
- FlexDB 3.0
|
|||||||||
| Home >> All >> com >> flexstor >> common >> keys >> [ ejb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC