| Class | Description |
|---|---|
| DataSourceContext |
Provide a DataSource connection pooling context.
|
| DataSourceFactory |
This class was patterned after oracle.jbo.server.DataSourceContextFactory
as a way to very easily reuse the pooled DataSource's needed by BC AM's.
|
| DecryptProvider |
Act as an interface to the WebLogic domain decryption code so we don't need
that dependency in the majority of our code (in adf-share-support).
|
| Parameters | |
| ProcessMain |
This class is launched with the ProcessBuilder from the OfflineUpgrade class
after it setup everything needed from the Weblogic classpath of a Fusion
application and all the other arguments passed to it's execute method.
|
| ReaderThread |
Make sure the I/O from the process is drained as it's produced so we don't
hang.
|
| TeeLoggerHandler | |
| Utils |