org.globus.ogsa.impl.samples.loader
Class SimpleFileLoader

java.lang.Object
  extended byorg.globus.ogsa.impl.samples.loader.SimpleFileLoader
All Implemented Interfaces:
ServiceLoader

public class SimpleFileLoader
extends java.lang.Object
implements ServiceLoader


Constructor Summary
SimpleFileLoader()
           
 
Method Summary
 boolean load(java.lang.String service)
           
 void remove(java.lang.String service)
           
 void store(java.lang.String service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFileLoader

public SimpleFileLoader()
Method Detail

load

public boolean load(java.lang.String service)
             throws ServiceLoaderException
Specified by:
load in interface ServiceLoader
Throws:
ServiceLoaderException

store

public void store(java.lang.String service)
           throws ServiceLoaderException
Specified by:
store in interface ServiceLoader
Throws:
ServiceLoaderException

remove

public void remove(java.lang.String service)
            throws ServiceLoaderException
Specified by:
remove in interface ServiceLoader
Throws:
ServiceLoaderException


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.