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 |
---|---|
TdbExtendedDatabaseType |
TdbControlObject.getExtendedDatabaseType()
When used with a database, thesaurus or cluster object, this method
retrieves the extended type of that object.
|
static TdbExtendedDatabaseType |
TdbExtendedDatabaseType.getTypeof(java.lang.String name)
Factory method to return the appropriate type ID from a protocol name
|
static TdbExtendedDatabaseType |
TdbExtendedDatabaseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbExtendedDatabaseType[] |
TdbExtendedDatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TdbDatabaseList(TdbSession session,
TdbExtendedDatabaseType type)
Request a list of all databases of the stated type to which the calling process
has at least read access.
|
TdbDatabaseList(TdbSession session,
TdbExtendedDatabaseType type,
boolean noBaf)
Request a list of all databases of the stated type to which the calling process
has at least read access.
|