FreeHEP API
Version current

org.freehep.util
Class Service

java.lang.Object
  extended byorg.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
Source Code:
Service.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.