Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.keys.ejb
Class DisguiseKey  view DisguiseKey download DisguiseKey.java

java.lang.Object
  extended bycom.flexstor.common.keys.ejb.FlexKey
      extended bycom.flexstor.common.keys.ejb.DisguiseKey
All Implemented Interfaces:
java.io.Serializable

public class DisguiseKey
extends FlexKey

Contains necessary information to retreive a particular Disguise object from the database

Developer Notes:

Since:
FLEXSTOR.db 3.0
Version:
1.0, 2/08/99

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
DisguiseKey()
          Constructor for Key Object.
DisguiseKey(byte[] aByteRef)
          Constructor for Key Object.
DisguiseKey(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

DisguiseKey

public DisguiseKey()
Constructor for Key Object. This will take a reference byte array.

Since:
FlexDB 3.0

DisguiseKey

public DisguiseKey(byte[] aByteRef)
Constructor for Key Object. This will take a reference byte array.

Since:
FlexDB 3.0

DisguiseKey

public DisguiseKey(java.lang.String aRef)
Constructor for Key Object. This will take a reference byte array.

Since:
FlexDB 3.0