Uses of Class
com.tietoenator.trip.jxp.session.TdbSession
-
Packages that use TdbSession Package Description com.tietoenator.trip.jxp Main TRIPjxp package that contains generic classes and enumerations.com.tietoenator.trip.jxp.ccl CCL command processing support.com.tietoenator.trip.jxp.classification TRIP text classification support.com.tietoenator.trip.jxp.control CONTROL database inspection and manipulation.com.tietoenator.trip.jxp.data Database content manipulation.com.tietoenator.trip.jxp.database Classes to inspect and modify database design.com.tietoenator.trip.jxp.facet Classes for generation of facets.com.tietoenator.trip.jxp.forms TRIP kernel formats for entry, output and search.com.tietoenator.trip.jxp.graph [EXPERIMENTAL] Graph database querying and manipulation.com.tietoenator.trip.jxp.grid Manipulation of TRIP grid configurations.com.tietoenator.trip.jxp.pool Classes for session pooling support.com.tietoenator.trip.jxp.session Classes for estalishing and maintaining a session.com.tietoenator.trip.jxp.users Classes for inspection and manipulation of users and groups. -
-
Uses of TdbSession in com.tietoenator.trip.jxp
Constructors in com.tietoenator.trip.jxp with parameters of type TdbSession Constructor Description TdbMessageProvidingList(TdbSession session, TdbInterfaceType type)
Constructor, should only be used by a derived class -
Uses of TdbSession in com.tietoenator.trip.jxp.ccl
Constructors in com.tietoenator.trip.jxp.ccl with parameters of type TdbSession Constructor Description TdbCclCommand(TdbSession session)
Constructor, creates a blank instance ready for command executionTdbKernelWindow(TdbSession session)
Constructor, doesn't create a server bufferTdbKernelWindow(TdbSession session, TdbKernelWindowType type)
Constructor, creates a new kernel window buffer on the server with dimensions 20x80TdbKernelWindow(TdbSession session, TdbKernelWindowType type, int rows, int cols)
Constructor, creates a new kernel window buffer on the server. -
Uses of TdbSession in com.tietoenator.trip.jxp.classification
Constructors in com.tietoenator.trip.jxp.classification with parameters of type TdbSession Constructor Description TdbCategory(TdbSession session)
Constructor, creates a blank instanceTdbCategory(TdbSession session, TdbControlObject ob)
Constructor, creates an instance for the category referenced by the provided Control objectTdbClassificationScheme(TdbSession session)
Constructor, creates a blank containerTdbClassificationScheme(TdbSession session, TdbControlObject ob)
Constructor, creates an object for the container referenced by the provided TdbControlObject -
Uses of TdbSession in com.tietoenator.trip.jxp.control
Constructors in com.tietoenator.trip.jxp.control with parameters of type TdbSession Constructor Description TdbClassificationSchemesList(TdbSession session)
Constructor, retrieve the list of available classification schemesTdbControlObjectList(TdbSession session, TdbInterfaceType type)
Constructor, should only be used by a derived classTdbDatabaseAccessList(TdbSession session, java.lang.String dbname)
Constructor, retrieves the access rights for the named databaseTdbDatabaseFieldList(TdbSession session, java.lang.String db)
Shortcut constructor that retrieves all fields from both head and part record structuresTdbDatabaseFieldList(TdbSession session, java.lang.String db, int type, boolean headonly)
Constructor, retrieves a list of fields from the named database of the specified type (if any)TdbDatabaseFieldList(TdbSession session, java.lang.String db, java.util.Vector types, boolean headonly)
Constructor, retrieves a list of fields from the named database of the specified types (if any)TdbDatabaseList(TdbSession session)
Request a list of all databases to which the calling process has at least read access.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.TdbDatabaseList(TdbSession session, java.lang.String name)
Request a control object for a single, specific database, thesauri or cluster to which the calling process has at least read access.TdbDatabaseList(TdbSession session, java.lang.String name, boolean noBaf)
Request a control object for a single, specific database, thesauri or cluster to which the calling process has at least read access.TdbEntryFormList(TdbSession session)
Constructor -- the resulting object contains no forms and must be initialized using the get(String) methodTdbEntryFormList(TdbSession session, TdbDatabaseDesign db)
Constructor, retrieves entry forms from the database identified by the database's design objectTdbEntryFormList(TdbSession session, TdbControlObject ob)
Constructor, retrieves entry forms from the database identified by a Control objectTdbEntryFormList(TdbSession session, java.lang.String db)
Constructor, retrieves entry forms from a named databaseTdbFileManagerList(TdbSession session)
Constructor, retrieve a list of file managersTdbFileManagerList(TdbSession session, boolean self)
Constructor, retrieve a list of file managersTdbGroupAccessList(TdbSession session, java.lang.String groupname)
Constructor -- retrieve the access rights for the named user groupTdbGroupList(TdbSession session)
Constructor -- shortcut that retrieves all known groupTdbGroupList(TdbSession session, java.lang.String user)
Constructor -- shortcut that retrieves groups to which the named user belongsTdbGroupList(TdbSession session, java.lang.String user, boolean incPublic)
Constructor -- shortcutTdbGroupList(TdbSession session, java.lang.String user, boolean incPublic, boolean all)
Constructor -- retrieve the list of groups from the serverTdbGroupMemberList(TdbSession session, java.lang.String groupname)
Constructor, retrieves the list of members of the named user groupTdbManagerList(TdbSession session)
Constructor, retrieve a list of managers of any typeTdbManagerList(TdbSession session, boolean self)
Constructor, retrieve a list of managers of any typeTdbOutputFormatList(TdbSession session)
Constructor -- the resulting object contains no forms and must be initialized using the get(String) methodTdbOutputFormatList(TdbSession session, TdbDatabaseDesign db)
Constructor, retrieves report forms from the database identified by the database's design objectTdbOutputFormatList(TdbSession session, TdbControlObject ob)
Constructor, retrieves report forms from the database identified by a Control objectTdbOutputFormatList(TdbSession session, java.lang.String db)
Constructor, retrieves report forms from a named databaseTdbOwnedDatabaseList(TdbSession session)
Requests a list of databases owned by the calling processTdbOwnedDatabaseList(TdbSession session, java.lang.String type)
Requests a list of databases of a certain type owned by the calling processTdbProcedureList(TdbSession session, java.lang.String userOrGroup)
Constructor, retrieves the list of procedures owned by a particular user or groupTdbPublicAccessList(TdbSession session)
Constructor -- retrieve the access rights for the PUBLIC groupTdbPublicMemberList(TdbSession session)
Constructor, retrieves the list of members of the special group PUBLIC.TdbSearchFormList(TdbSession session)
Constructor, retrieves a list of available search formsTdbUserAccessList(TdbSession session, java.lang.String username)
Constructor, retrieve the database access rights explicitly granted to a particular user.TdbUserAccessList(TdbSession session, java.lang.String username, boolean includeGroups)
Constructor, retrieve the database access rights for a particular user.TdbUserList(TdbSession session)
Shortcut constructor, retrieves a simple list of usersTdbUserList(TdbSession session, boolean self, boolean all)
Constructor, retrieves a list of usersTdbUserList(TdbSession session, int filter, boolean self, boolean all)
Constructor, retrieve a list of users and/or managers of a specific typeTdbUserManagerList(TdbSession session)
Constructor, retrieve a list of user managersTdbUserManagerList(TdbSession session, boolean self)
Constructor, retrieve a list of user managers -
Uses of TdbSession in com.tietoenator.trip.jxp.data
Constructors in com.tietoenator.trip.jxp.data with parameters of type TdbSession Constructor Description TdbGraphRecord(TdbSession session)
Constructor, creates a blank graph record container.TdbGraphRecord(TdbSession session, TdbDatabaseDesign design)
Constructor, associates the graph record with the provided database design.TdbGraphRecord(TdbSession session, java.lang.String name)
Constructor, associates the record with the named graph database.TdbGridRecord(TdbSession session)
Constructor, creates a blank record containerTdbGridRecordSet(TdbSession session)
Constructor, creates a blank instanceTdbRecord(TdbSession session)
Constructor, creates a blank record containerTdbRecord(TdbSession session, TdbDatabaseDesign design, boolean createFields)
Constructor, associates the new instance with the design provided.TdbRecord(TdbSession session, TdbControlObject ob, boolean createFields)
Constructor, associates the new instance with the item referenced by the provided Control objectTdbRecord(TdbSession session, java.lang.String name, boolean createFields)
Constructor, associates the new instance with the named database or thesaurusTdbRecordSet(TdbSession session)
Constructor, creates a blank instanceTdbSearch(TdbSession session)
Constructor, creates a blank instance.TdbTupleList(TdbSession session, TdbComponent cmp, TdbDatabaseDesign db, java.lang.String fieldGroupName)
Create a new tuple list by using a field group.TdbTupleList(TdbSession session, TdbComponent cmp, java.lang.String strFieldList)
Create a new tuple list by using a list of field names.TdbXmlRecord(TdbSession session)
Constructor, creates a blank TRIPxml record container.TdbXmlRecord(TdbSession session, TdbDatabaseDesign design, boolean createFields)
Constructor, associates the record with the provided database design.TdbXmlRecord(TdbSession session, java.lang.String name, boolean createFields)
Constructor, associates the record with thenamed TRIPxml database. -
Uses of TdbSession in com.tietoenator.trip.jxp.database
Constructors in com.tietoenator.trip.jxp.database with parameters of type TdbSession Constructor Description TdbDatabaseAccess(TdbSession session)
Constructor, creates a blank container with no specific associationTdbDatabaseAccess(TdbSession session, TdbControlObject ob)
Constructor, creates a blank container associated with a particular database, thesaurus or cluster, as identified by the Control object providedTdbDatabaseAccess(TdbSession session, TdbControlObjectProvider prv)
Constructor, creates a blank container associated with a particular database, thesaurus or cluster as identified by the object that provides a Control reference.TdbDatabaseClusterDesign(TdbSession session)
Constructor, creates a new blank containerTdbDatabaseClusterDesign(TdbSession session, TdbControlObject ob)
Constructor, creates a container for the cluster referenced by the provided Control objectTdbDatabaseDesign(TdbSession session)
Constructor, creates a new, blank containerTdbDatabaseDesign(TdbSession session, TdbControlObject ob)
Constructor, creates a container for the database referenced by the provided Control objectTdbLocations(TdbSession session)
Creates a specialized view on the TRIP configuration that provides file location definitions.TdbThesaurusDesign(TdbSession session)
Constructor, creates a new, blank containerTdbThesaurusDesign(TdbSession session, TdbControlObject ob)
Constructor, creates a container for the thesaurus referenced by the provided Control object -
Uses of TdbSession in com.tietoenator.trip.jxp.facet
Constructors in com.tietoenator.trip.jxp.facet with parameters of type TdbSession Constructor Description TdbFacetSet(TdbSession session)
Create a new facet set -
Uses of TdbSession in com.tietoenator.trip.jxp.forms
Constructors in com.tietoenator.trip.jxp.forms with parameters of type TdbSession Constructor Description TdbEntryForm(TdbSession session)
Constructor, creates a blank instanceTdbEntryForm(TdbSession session, TdbControlObject ob)
Constructor, creates a format instance for the referenced Control objectTdbOutputFormat(TdbSession session)
Constructor, creates a blank instanceTdbOutputFormat(TdbSession session, TdbControlObject ob)
Constructor, creates an output format instance for the provided Control object referenceTdbSearchForm(TdbSession session)
Constructor, creates a blank instanceTdbSearchForm(TdbSession session, TdbControlObject ob)
Constructor, creates an instance for the format referenced by the provided Control object -
Uses of TdbSession in com.tietoenator.trip.jxp.graph
Constructors in com.tietoenator.trip.jxp.graph with parameters of type TdbSession Constructor Description TdbGraph(TdbSession session, TdbDatabaseDesign graphdb)
Opens a graph database.TdbGraph(TdbSession session, java.lang.String databaseOrCluster)
Opens a graph database or cluster of graph databases.TdbGraphNotification(TdbSession session)
Constructor -
Uses of TdbSession in com.tietoenator.trip.jxp.grid
Constructors in com.tietoenator.trip.jxp.grid with parameters of type TdbSession Constructor Description TdbGridCluster(TdbSession session)
Constructor, creates a blank container for a new clusterTdbGridCluster(TdbSession session, TdbControlObject ob)
Constructor, creates a container for referencing the defined clusterTdbGridClusterList(TdbSession session)
Constructor, retrieve a list of clustersTdbGridHost(TdbSession session)
Constructor, creates a blank instanceTdbGridHost(TdbSession session, java.lang.String name)
Constructor, creates an instance for the named hostTdbGridHostList(TdbSession session)
Constructor, retrieve a list of hosts that are publishing at least one database to the gridTdbGridReplicaSet(TdbSession session)
Constructor, creates a blank instanceTdbGridReplicaSet(TdbSession session, TdbControlObject ob)
Constructor, creates an instance for the replica set referencedTdbGridReplicaSetList(TdbSession session)
Constructor, retrieves the list of replica sets on the gridTdbGridSysProps(TdbSession session)
Constructor, creates a blank properties collection -
Uses of TdbSession in com.tietoenator.trip.jxp.pool
Subclasses of TdbSession in com.tietoenator.trip.jxp.pool Modifier and Type Class Description class
TdbPooledSession
Contains a session within a session poolclass
TdbTripNetPooledSession
Pooled TRIPnet session class -- don't attempt to create this directlyclass
TdbWebPooledSession
Pooled session for web (XML/HTTP) session within a connection pool -
Uses of TdbSession in com.tietoenator.trip.jxp.session
Subclasses of TdbSession in com.tietoenator.trip.jxp.session Modifier and Type Class Description class
TdbGridSession
Constructs and provides access to a session via XML/HTTP to the TRIP grid web service.class
TdbLocalSession
A session type for direct local connections via JNI linkage.class
TdbTripNetSession
Constructs a session connection via TRIPnet to a remote TRIPserverclass
TdbWebSession
Constructs and provides access to a session via XML/HTTP to the TRIP web service.Methods in com.tietoenator.trip.jxp.session that return TdbSession Modifier and Type Method Description TdbSession
TdbSessionObject. getSession()
Retrieve the session objectConstructors in com.tietoenator.trip.jxp.session with parameters of type TdbSession Constructor Description TdbGetDataNotificationSink(TdbSession session)
TdbNotificationSink(TdbSession session)
Constructor, creates a notification sink with default, no-op handlers.TdbSerializableObject(TdbSession session, TdbInterfaceType type, TdbControlObject ob)
Constructor -
Uses of TdbSession in com.tietoenator.trip.jxp.users
Constructors in com.tietoenator.trip.jxp.users with parameters of type TdbSession Constructor Description TdbGroup(TdbSession session)
Constructor, creates a blank instanceTdbGroup(TdbSession session, TdbControlObject ob)
Constructor, creates a group instance associated with the group referenced by the provided objectTdbGroup(TdbSession session, java.lang.String groupName)
Constructor, creates a group instance associated with the named groupTdbProcedure(TdbSession session)
Constructor, creates a blank instance.TdbProcedure(TdbSession session, TdbControlObject ob)
Constructor, creates a container for the referenced stored procedure.TdbUser(TdbSession session)
Constructor, creates a blank instanceTdbUser(TdbSession session, TdbControlObject ob)
Constructor, creates a user instance for the user referenced by the provided Control object
-