|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionManager<TConnection extends Connection,TClientConfig extends IdcClientConfig>
Provides common lifecycle methods for different connection implementations and protocols
| Method Summary | |
|---|---|
void |
cleanupConnection(TConnection connection)Cleanup the connection on this service request |
TConnection |
createConnection(TClientConfig clientConfig)Create a new connection. |
void |
initializeConnection(TConnection connection)Initialize a connection acquired from the threading model to use with this service request object. |
| Method Detail |
|---|
TConnection createConnection(TClientConfig clientConfig)
throws ProtocolException
clientConfig - the client configurationProtocolException
void initializeConnection(TConnection connection)
throws ProtocolException
connection - the connectionProtocolExceptionvoid cleanupConnection(TConnection connection)
connection - the connection
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||