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
 
- Source Code:
 - Service.java
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
providers
public static Collection providers(Class service,
                                   ClassLoader loader)
 
providers
public static Collection providers(Class service)
 
installedProviders
public static Collection installedProviders(Class service)
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.