FreeHEP API
Version v1.2

org.freehep.util
Class Service

java.lang.Object
  |
  +--org.freehep.util.Service

public class Service
extends Object

This class does the same as sun.misc.Service, which may become public in some java or javax package at some point. See Sun BUG# 4640520.

Version:
$Id: Service.java,v 1.4 2003/05/01 22:24:17 duns Exp $
Author:
Mark Donszelmann

Method Summary
static Collection installedProviders(Class service)
           
static Collection providers(Class service)
           
static Collection providers(Class service, ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

providers

public static Collection providers(Class service,
                                   ClassLoader loader)

providers

public static Collection providers(Class service)

installedProviders

public static Collection installedProviders(Class service)

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.