Modifier and Type | Class and Description |
---|---|
class |
IdcClient<TConfig extends IdcClientConfig,TProtocol extends Protocol,TConnection extends Connection>
Represents a connection to a single Content Server.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceLog<TConfig extends IdcClientConfig>
ALL LOG MESSAGES IN THIS CLASS ARE ASSUMED TO BE DEBUG OR FINER AND NEED NO I18N
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurationSerializer<T extends IdcClientConfig>
Serialize in and out the configuration of the clients.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlConfigurationSerializer.writeConfig(IdcClientConfig config,
String name,
Writer writer)
Write the configuration
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionManager<TConnection extends Connection,TClientConfig extends IdcClientConfig>
Provides common lifecycle methods for different connection implementations and protocols
|
Modifier and Type | Method and Description |
---|---|
<TCon extends Connection> |
ConnectionPoolManager.createConnectionPool(String name,
IdcClientConfig config,
ConnectionManager<TCon,IdcClientConfig> manager)
Create a new connection pool
|
void |
ConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Let a pool implementation initialize itself
|
Modifier and Type | Method and Description |
---|---|
<TCon extends Connection> |
ConnectionPoolManager.createConnectionPool(String name,
IdcClientConfig config,
ConnectionManager<TCon,IdcClientConfig> manager)
Create a new connection pool
|
void |
ConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Let a pool implementation initialize itself
|
Modifier and Type | Class and Description |
---|---|
class |
IdcHttpClientConfig |
Modifier and Type | Method and Description |
---|---|
void |
BlockingQueueConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Initialize the threading model
|
void |
SimpleConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Initialize the threading model
|
Modifier and Type | Method and Description |
---|---|
void |
BlockingQueueConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Initialize the threading model
|
void |
SimpleConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Initialize the threading model
|
Modifier and Type | Class and Description |
---|---|
class |
IntradocClientConfig |
Modifier and Type | Class and Description |
---|---|
class |
JaxWSClientConfig
Configuration for JAX-WS client
|