|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerConnection | |
|---|---|
| com.apelon.apelonserver.client | The client side common classes provide a set of basic abstract classes that are used by application client side apis. |
| com.apelon.apps.dts.editor.modules | Provides the class and interfaces necessary for creating Plug-ins for the Apelon DTS Editor. |
| com.apelon.dts.client | This package now consists primarily of deprecated classes maintained for compatibility with DTS 2.4. |
| com.apelon.dts.client.association | This package provides capability to work with associations between concepts, terms, or a concept and a term. |
| com.apelon.dts.client.classifier | This package provides API needed for classification of Ontylog Extension namespaces. |
| com.apelon.dts.client.common | This package provides a few common classes. |
| com.apelon.dts.client.concept | This package provides capability to access both Ontylog and thesaurus concepts in a DTS client application. |
| com.apelon.dts.client.match | This package provides matching capability to flexibly search within predefined silos of data within the knowledgebase. |
| com.apelon.dts.client.namespace | This package includes classes for working with the namespaces (see Namespace) in a knowledgebase. |
| com.apelon.dts.client.plugins | This is the place to put plugin modules required by DTS. |
| com.apelon.dts.client.subset | This package provides the capability to access and manipulate subsets in a DTS client application. |
| com.apelon.dts.client.term | This package provides capability to access and manipulate terms in a DTS client application. |
| Uses of ServerConnection in com.apelon.apelonserver.client |
|---|
| Subclasses of ServerConnection in com.apelon.apelonserver.client | |
|---|---|
class |
ServerConnectionJDBC
A ServerConnectionJDBC permits a basic JDBC connection directly to the database and avoids the need to create a socket based server. |
class |
ServerConnectionSecureSocket
Title: Secure ServerConnectionSocket class for all Apelon Clients |
class |
ServerConnectionSocket
A ServerConnectionSocket establishes a connection to a running socket based server. |
class |
TransientSCSocket
Title: Transient Socket Connection Implemenation |
| Methods in com.apelon.apelonserver.client that return ServerConnection | |
|---|---|
protected abstract ServerConnection |
BasicQuery.getServerConnection()
|
| Uses of ServerConnection in com.apelon.apps.dts.editor.modules |
|---|
| Methods in com.apelon.apps.dts.editor.modules that return ServerConnection | |
|---|---|
ServerConnection |
DTSEditorModuleMgr.getServerConnection()
Get the DTS Editor's Current Connection to the Server |
| Uses of ServerConnection in com.apelon.dts.client |
|---|
| Methods in com.apelon.dts.client that return ServerConnection | |
|---|---|
protected ServerConnection |
DTSQuery.getConnection()
|
| Methods in com.apelon.dts.client with parameters of type ServerConnection | |
|---|---|
static DTSLicenseQuery |
DTSLicenseQuery.createInstance(ServerConnection sc)
Deprecated. Creates an instance of DTSLicenseQuery. |
void |
DTSQuery.setConnection(ServerConnection connection)
Sets new server connection. |
| Constructors in com.apelon.dts.client with parameters of type ServerConnection | |
|---|---|
DTSQuery(ServerConnection newSrvrConn)
Creates DTSQuery object for given ServerConnection. |
|
DTSQuery(ServerConnection newSrvrConn,
boolean xmlParserVal)
Creates DTSQuery object for given ServerConnection and
XML Parser Validation value. |
|
| Uses of ServerConnection in com.apelon.dts.client.association |
|---|
| Methods in com.apelon.dts.client.association with parameters of type ServerConnection | |
|---|---|
static AssociationQuery |
AssociationQuery.createInstance(ServerConnection sc)
Creates an instance of AssociationQuery. |
static AssociationQuery |
AssociationQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of AssociationQuery. |
| Uses of ServerConnection in com.apelon.dts.client.classifier |
|---|
| Methods in com.apelon.dts.client.classifier with parameters of type ServerConnection | |
|---|---|
static ClassifyQuery |
ClassifyQuery.createInstance(ServerConnection sc)
Creates an instance of ClassifyQuery Depending on the type of ServerConnection object passed in the argument, the query may be local(JDBC), socket, or another implementation. |
static ClassifyDetailsQuery |
ClassifyDetailsQuery.createInstance(ServerConnection sc)
Creates an instance of ClassifyDetailsQuery. |
static ClassifyQuery |
ClassifyQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of ClassifyQuery. |
static ClassifyDetailsQuery |
ClassifyDetailsQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of ClassifyDetailsQuery. |
| Uses of ServerConnection in com.apelon.dts.client.common |
|---|
| Methods in com.apelon.dts.client.common that return ServerConnection | |
|---|---|
protected ServerConnection |
CodeAndIDGenerator.getServerConnection()
Gets server connection for the code and ID generator. |
| Methods in com.apelon.dts.client.common with parameters of type ServerConnection | |
|---|---|
static DTSCommonQuery |
DTSCommonQuery.createInstance(ServerConnection sc)
Creates an instance of DTSCommonQuery. |
static DTSCommonQuery |
DTSCommonQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of DTSCommonQuery. |
| Constructors in com.apelon.dts.client.common with parameters of type ServerConnection | |
|---|---|
CodeAndIDGenerator(ServerConnection sc)
Constructs CodeAndIDGenerator. |
|
| Uses of ServerConnection in com.apelon.dts.client.concept |
|---|
| Methods in com.apelon.dts.client.concept with parameters of type ServerConnection | |
|---|---|
static ThesaurusConceptQuery |
ThesaurusConceptQuery.createInstance(ServerConnection sc)
Creates an instance of ThesaurusConceptQuery. |
static SearchQuery |
SearchQuery.createInstance(ServerConnection sc)
Creates an instance of SearchQuery. |
static OntylogExtConceptQuery |
OntylogExtConceptQuery.createInstance(ServerConnection sc)
Creates an instance of OntylogExtConceptQuery. |
static OntylogConceptQuery |
OntylogConceptQuery.createInstance(ServerConnection sc)
Creates an instance of OntylogConceptQuery. |
static OntylogClassQuery |
OntylogClassQuery.createInstance(ServerConnection sc)
Creates an instance of OntylogClassQuery. |
static NavQuery |
NavQuery.createInstance(ServerConnection sc)
Creates an instance of NavQuery. |
static DTSConceptQuery |
DTSConceptQuery.createInstance(ServerConnection sc)
Creates an instance of DTSConceptQuery. |
static ThesaurusConceptQuery |
ThesaurusConceptQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of ThesaurusConceptQuery. |
static SearchQuery |
SearchQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of SearchQuery. |
static OntylogExtConceptQuery |
OntylogExtConceptQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of OntylogExtConceptQuery. |
static OntylogConceptQuery |
OntylogConceptQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of OntylogConceptQuery. |
static OntylogClassQuery |
OntylogClassQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of OntylogClassQueryServer. |
static NavQuery |
NavQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of NavQuery. |
static DTSConceptQuery |
DTSConceptQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of DTSConceptQuery. |
| Constructors in com.apelon.dts.client.concept with parameters of type ServerConnection | |
|---|---|
BaseLocalConceptQuery(ServerConnection sc,
boolean isValidating)
|
|
| Uses of ServerConnection in com.apelon.dts.client.match |
|---|
| Methods in com.apelon.dts.client.match with parameters of type ServerConnection | |
|---|---|
static MatchQuery |
MatchQuery.createInstance(ServerConnection sc)
Creates an instance of MatchQuery. |
static MatchQuery |
MatchQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of MatchQuery. |
| Uses of ServerConnection in com.apelon.dts.client.namespace |
|---|
| Methods in com.apelon.dts.client.namespace with parameters of type ServerConnection | |
|---|---|
static NamespaceQuery |
NamespaceQuery.createInstance(ServerConnection sc)
Creates an instance of NamespaceQuery. |
static NamespaceQuery |
NamespaceQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of NamespaceQuery. |
| Uses of ServerConnection in com.apelon.dts.client.plugins |
|---|
| Constructors in com.apelon.dts.client.plugins with parameters of type ServerConnection | |
|---|---|
DefaultCodeAndIdGenerator(ServerConnection sc)
Constructs CodeAndIDGenerator. |
|
PromptForCodeAndId(ServerConnection sc)
Constructs CodeAndIDGenerator. |
|
| Uses of ServerConnection in com.apelon.dts.client.subset |
|---|
| Methods in com.apelon.dts.client.subset with parameters of type ServerConnection | |
|---|---|
static SubsetQuery |
SubsetQuery.createInstance(ServerConnection sc)
|
static SubsetQuery |
SubsetQuery.createInstance(ServerConnection sc,
boolean isValidating)
|
| Uses of ServerConnection in com.apelon.dts.client.term |
|---|
| Methods in com.apelon.dts.client.term with parameters of type ServerConnection | |
|---|---|
static TermSearchQuery |
TermSearchQuery.createInstance(ServerConnection sc)
Creates an instance of TermSearchQuery. |
static TermQuery |
TermQuery.createInstance(ServerConnection sc)
Creates an instance of TermQuery. |
static TermSearchQuery |
TermSearchQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of TermSearchQuery. |
static TermQuery |
TermQuery.createInstance(ServerConnection sc,
boolean isValidating)
Creates an instance of TermQuery. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||