public interface IDfAdminClient extends IDfClient
IDfClient
that is useful for administrative programs.
This extension provides additional methods that are useful for administrative programs but that should generally not
be used by normal user programs.Modifier and Type | Method and Description |
---|---|
void |
addDocbroker(java.lang.String hostName,
int portNumber)
Dynamically adds a connection broker to the list of brokers known to DFC.
|
IDfDocbaseMap |
getFullDocbaseMap()
Returns information about all repositories that are known to a connection broker.
|
IDfTypedObject |
getFullDocbrokerMap()
Returns information about the connection brokers known to the DFC.
|
IDfTypedObject |
getFullServerMap(java.lang.String docbaseName)
Returns information about the servers that are known to a connection broker.
|
void |
removeDocbroker(java.lang.String hostName,
int portNumber)
Dynamically removes a connection broker that was added using
addDocbroker(java.lang.String, int) . |
addUnavailableAcsServer, adoptDMCLSession, authenticate, decryptText, encryptPassword, encryptText, enumSharedSessions, findSession, getAllNetworkLocations, getApplicationTokenDiagnostics, getClientConfig, getClientNetworkLocations, getContext, getDbor, getDocbaseMap, getDocbaseMapEx, getDocbaseNameFromDocbaseId, getDocbaseNameFromId, getDocbrokerMap, getLicenseManager, getLoginTicketDiagnostics, getModuleRegistry, getNetworkLocation, getServerMap, getServerMapEx, getSharedSession, getTransactionManager, initCrypto, initCryptoEx, newModule, newOperationManager, newRetentionService, newSearchService, newSearchService, newService, newSession, newSessionManager, removeContext, setPrincipalSupport, unadoptDMCLSession
void addDocbroker(java.lang.String hostName, int portNumber) throws DfException
IDfClient
interface
will not see dynamically added connection brokers.DfException
removeDocbroker(java.lang.String, int)
void removeDocbroker(java.lang.String hostName, int portNumber) throws DfException
addDocbroker(java.lang.String, int)
.DfException
addDocbroker(java.lang.String, int)
IDfTypedObject getFullDocbrokerMap() throws DfException
IDfClient.getDocbrokerMap()
only returns the statically defined connection brokers.DfException
- if a server error occursIDfClient.getDocbrokerMap()
IDfDocbaseMap getFullDocbaseMap() throws DfException
IDfClient.getDocbaseMap()
only returns the repositories known to statically defined
connection brokers.DfException
- if a server error occursIDfClient.getDocbaseMap()
IDfTypedObject getFullServerMap(java.lang.String docbaseName) throws DfException
IDfClient.getServerMap(java.lang.String)
only returns the servers known to statically defined
connection brokers.docbaseName
- the name of the repository for which you are requesting server informationDfException
- if a server error occursIDfClient.getDocbaseMap()
,
IDfClient.getDocbrokerMap()
Copyright 1994-2023 OpenText Corporation. All rights reserved.