|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ info overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.info
Interface ProductGenusNames

- public interface ProductGenusNames
Holder class for cloudscape genus names.
A product genus defines a product's category (tools, DBMS etc). For some categories, Cloudscape ships more than one product. Each product, within the genus has a unique product species.
A correct run time environment should include at most one Cloudscape product of a given genus. This helps avoid situations in which the environment loads classes from more than one product. a user runs with a mix of classes from different
Please not that the list provided here serves to document product genus names and to facile consistent naming in code. Because the list of supported Cloudscape genus names will change with time, the code in this package does *NOT* restrict users to the product genus names listed here.
| Field Summary | |
static java.lang.String |
DBMS
Genus name for dbms products. |
static java.lang.String |
DBMS_INFO
|
static java.lang.String |
DNC
Genus name for network client |
static java.lang.String |
DNC_INFO
|
static java.lang.String |
NET
Genus name for net products. |
static java.lang.String |
NET_INFO
|
static java.lang.String |
TOOLS
Genus name for tools products. |
static java.lang.String |
TOOLS_INFO
|
| Field Detail |
DBMS
public static final java.lang.String DBMS
- Genus name for dbms products.
- See Also:
- Constant Field Values
DBMS_INFO
public static final java.lang.String DBMS_INFO
- See Also:
- Constant Field Values
TOOLS
public static final java.lang.String TOOLS
- Genus name for tools products.
- See Also:
- Constant Field Values
TOOLS_INFO
public static final java.lang.String TOOLS_INFO
- See Also:
- Constant Field Values
NET
public static final java.lang.String NET
- Genus name for net products.
- See Also:
- Constant Field Values
NET_INFO
public static final java.lang.String NET_INFO
- See Also:
- Constant Field Values
DNC
public static final java.lang.String DNC
- Genus name for network client
- See Also:
- Constant Field Values
DNC_INFO
public static final java.lang.String DNC_INFO
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ info overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC