net.sf.sail.core.session
Class UrlCurnitProvider

java.lang.Object
  extended by net.sf.sail.core.session.UrlCurnitProvider
All Implemented Interfaces:
ICurnitProvider

public class UrlCurnitProvider
extends java.lang.Object
implements ICurnitProvider

Author:
turadg AUDIT07-

Constructor Summary
UrlCurnitProvider(java.net.URL curnitArchiveUrl)
           
 
Method Summary
 Curnit getCurnit(CurnitUuid curnitId)
           
 java.util.Collection<CurnitUuid> getRegisteredCurnitUuids()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlCurnitProvider

public UrlCurnitProvider(java.net.URL curnitArchiveUrl)
                  throws java.io.IOException
Parameters:
curnitArchiveUrl -
Throws:
java.io.IOException
Method Detail

getCurnit

public Curnit getCurnit(CurnitUuid curnitId)
Specified by:
getCurnit in interface ICurnitProvider
Parameters:
curnitId - id that uniquely identifies the curnit
Returns:
Curnit that has the curnitId

getRegisteredCurnitUuids

public java.util.Collection<CurnitUuid> getRegisteredCurnitUuids()
Specified by:
getRegisteredCurnitUuids in interface ICurnitProvider
Returns:
available curnit for the current session


Copyright © 2004-2008 TELS Center. All Rights Reserved.