| Package | Description |
|---|---|
| com.tietoenator.trip.jxp |
Main TRIPjxp package that contains generic classes and enumerations.
|
| com.tietoenator.trip.jxp.control |
CONTROL database inspection and manipulation.
|
| Modifier and Type | Method and Description |
|---|---|
static TdbDatabaseListType |
TdbDatabaseListType.getTypeof(java.lang.String typeName)
Factory method to return the appropriate type ID from a protocol name
|
static TdbDatabaseListType |
TdbDatabaseListType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbDatabaseListType[] |
TdbDatabaseListType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TdbDatabaseList(TdbSession session,
TdbExtendedDatabaseType dbType,
TdbDatabaseListType listType)
Request a list of all databases of the stated type to which the calling process
has at least read access.
|