Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.conductor.services
Class ConductorServiceLoader

java.lang.Object
  extended by oracle.wcps.conductor.services.ConductorServiceLoader


public class ConductorServiceLoader
extends java.lang.Object

Utility class around ServiceLoader api. ServiceLoader API is not thread-safe, so the typical pattern would be to call these methods statically


Constructor Summary
ConductorServiceLoader()
           

 

Method Summary
static
<S> java.lang.Class<S>
getFirstService(java.lang.Class<S> service)
           
static
<S> S
getNewInstance(java.lang.Class<S> service)
           
static
<S> java.lang.Class<S>[]
getServices(java.lang.Class<S> service)
           

 

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

 

Constructor Detail

ConductorServiceLoader

public ConductorServiceLoader()

Method Detail

getServices

public static <S> java.lang.Class<S>[] getServices(java.lang.Class<S> service)

getFirstService

public static <S> java.lang.Class<S> getFirstService(java.lang.Class<S> service)

getNewInstance

public static <S> S getNewInstance(java.lang.Class<S> service)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


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