Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.connection
Class ConnectionServiceFactory

java.lang.Object
  extended by oracle.wcps.connection.ConnectionServiceFactory


@L10n(bundle="oracle.wcps.connection.ConnectionResources")
public abstract class ConnectionServiceFactory
extends java.lang.Object

Factory for retrieving the IConnectionService.


Field Summary
protected static oracle.wcps.l10n.ClassLocalizer localizer
           
protected static java.util.logging.Logger logger
           

 

Constructor Summary
ConnectionServiceFactory()
           

 

Method Summary
abstract  IAnnotatedConnectionService getConnectionService()
           
static ConnectionServiceFactory getInstance()
          Returns the factory service.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

localizer

protected static final oracle.wcps.l10n.ClassLocalizer localizer

logger

protected static final java.util.logging.Logger logger

Constructor Detail

ConnectionServiceFactory

public ConnectionServiceFactory()

Method Detail

getInstance

public static final ConnectionServiceFactory getInstance()
Returns the factory service. Can be null if an implementation is not found.

getConnectionService

public abstract IAnnotatedConnectionService getConnectionService()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.