Skip to content

Commit 1c6530d

Browse files
author
ehennum
committed
rewording of CallManager to data server in JavaDoc #1136
1 parent 03a6ab2 commit 1c6530d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClientFactory.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,9 +1183,9 @@ static public DatabaseClient newClient(String host, int port) {
11831183
* without any authentication. Such clients can be convenient for
11841184
* experimentation but should not be used in production.
11851185
*
1186-
* The CallManager interface can only call an endpoint for the configured content database
1186+
* A data service interface can only call an endpoint for the configured content database
11871187
* of the appserver. You cannot specify the database when constructing a client for working
1188-
* with a CallManager.
1188+
* with a data service.
11891189
*
11901190
* @param host the host with the REST server
11911191
* @param port the port for the REST server
@@ -1231,9 +1231,9 @@ static public DatabaseClient newClient(String host, int port, SecurityContext se
12311231
/**
12321232
* Creates a client to access the database by means of a REST server.
12331233
*
1234-
* The CallManager interface can only call an endpoint for the configured content database
1234+
* A data service interface can only call an endpoint for the configured content database
12351235
* of the appserver. You cannot specify the database when constructing a client for working
1236-
* with a CallManager.
1236+
* with a data service.
12371237
*
12381238
* @param host the host with the REST server
12391239
* @param port the port for the REST server
@@ -1251,9 +1251,9 @@ static public DatabaseClient newClient(String host, int port, String database, S
12511251
/**
12521252
* Creates a client to access the database by means of a REST server.
12531253
*
1254-
* The CallManager interface can only call an endpoint for the configured content database
1254+
* A data service interface can only call an endpoint for the configured content database
12551255
* of the appserver. You cannot specify the database when constructing a client for working
1256-
* with a CallManager.
1256+
* with a data service.
12571257
*
12581258
* @param host the host with the REST server
12591259
* @param port the port for the REST server
@@ -1328,9 +1328,9 @@ static public DatabaseClient newClient(String host, int port, String user, Strin
13281328
/**
13291329
* Creates a client to access the database by means of a REST server.
13301330
*
1331-
* The CallManager interface can only call an endpoint for the configured content database
1331+
* A data service interface can only call an endpoint for the configured content database
13321332
* of the appserver. You cannot specify the database when constructing a client for working
1333-
* with a CallManager.
1333+
* with a data service.
13341334
*
13351335
* @param host the host with the REST server
13361336
* @param port the port for the REST server
@@ -1364,9 +1364,9 @@ static public DatabaseClient newClient(String host, int port, String user, Strin
13641364
/**
13651365
* Creates a client to access the database by means of a REST server.
13661366
*
1367-
* The CallManager interface can only call an endpoint for the configured content database
1367+
* A data service interface can only call an endpoint for the configured content database
13681368
* of the appserver. You cannot specify the database when constructing a client for working
1369-
* with a CallManager.
1369+
* with a data service.
13701370
*
13711371
* @param host the host with the REST server
13721372
* @param port the port for the REST server
@@ -1402,9 +1402,9 @@ static public DatabaseClient newClient(String host, int port, String user, Strin
14021402
/**
14031403
* Creates a client to access the database by means of a REST server.
14041404
*
1405-
* The CallManager interface can only call an endpoint for the configured content database
1405+
* A data service interface can only call an endpoint for the configured content database
14061406
* of the appserver. You cannot specify the database when constructing a client for working
1407-
* with a CallManager.
1407+
* with a data service.
14081408
*
14091409
* @param host the host with the REST server
14101410
* @param port the port for the REST server
@@ -1645,9 +1645,9 @@ public String getDatabase() {
16451645
* Specifies the database for clients created with a
16461646
* DatabaseClientFactory.Bean object.
16471647
*
1648-
* The CallManager interface can only call an endpoint for the configured content database
1648+
* A data service interface can only call an endpoint for the configured content database
16491649
* of the appserver. You cannot specify the database when constructing a client for working
1650-
* with a CallManager.
1650+
* with a data service.
16511651
*
16521652
* @param database a database to pass along to new DocumentManager and QueryManager instances
16531653
*/

0 commit comments

Comments
 (0)