|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 2 (11.1.2.3.0) E17486-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.share.common.util.AdfPlatformFactoryResolver
public class AdfPlatformFactoryResolver
This class will help to resolve runtime factory for server platform support, Metrics support, and logging support from adf-config.xml. If these information not specified, we will used ADF provided default factory instance. <adf-config xmlns="xmlns.oracle.com/oracle/adf/platform"> <adf-platforms> <adf-platform-support-factory platform="GlassFish" adf-server-platform-support="x" adf-logging-support="y" adf-metrics-support="z"> <adf-platform-support-factory platform="Websphere" adf-server-platform-support="x" adf-logging-support="y" adf-metrics-support="z"> </adf-platforms> <adf-config>
| Method Summary | |
|---|---|
static AdfServerPlatformSupport |
getAdfServerPlatformSupport() |
AdfPlatformSupportFactory |
getAdfServerPlatformSupportFactory() |
protected static AdfPlatformFactoryResolver |
getInstance() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static AdfPlatformFactoryResolver getInstance()
public static AdfServerPlatformSupport getAdfServerPlatformSupport()
throws java.lang.Exception
java.lang.Exceptionpublic AdfPlatformSupportFactory getAdfServerPlatformSupportFactory()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 2 (11.1.2.3.0) E17486-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||