org.globus.ogsa.repository
Interface ServiceLoader

All Known Implementing Classes:
SimpleFileLoader

public interface ServiceLoader


Method Summary
 boolean load(java.lang.String id)
           
 void remove(java.lang.String id)
           
 void store(java.lang.String id)
           
 

Method Detail

load

public boolean load(java.lang.String id)
             throws ServiceLoaderException
Throws:
ServiceLoaderException

store

public void store(java.lang.String id)
           throws ServiceLoaderException
Throws:
ServiceLoaderException

remove

public void remove(java.lang.String id)
            throws ServiceLoaderException
Throws:
ServiceLoaderException


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