apollo.jnlp
Class JnlpPersistenceService

java.lang.Object
  |
  +--apollo.jnlp.JnlpPersistenceService
All Implemented Interfaces:
PersistenceService

public class JnlpPersistenceService
extends java.lang.Object
implements PersistenceService


Field Summary
 
Fields inherited from interface apollo.PersistenceService
CACHED, DIRTY, TEMPORARY
 
Constructor Summary
JnlpPersistenceService(javax.jnlp.PersistenceService delegate)
           
 
Method Summary
 long create(java.net.URL url, long maxSize)
           
 void delete(java.net.URL url)
           
 FileContents get(java.net.URL url)
           
 java.lang.String[] getNames(java.net.URL url)
           
 int getTag(java.net.URL url)
           
 void setTag(java.net.URL url, int tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpPersistenceService

public JnlpPersistenceService(javax.jnlp.PersistenceService delegate)
Method Detail

setTag

public void setTag(java.net.URL url,
                   int tag)
            throws java.net.MalformedURLException,
                   java.io.IOException
Specified by:
setTag in interface PersistenceService
java.net.MalformedURLException
java.io.IOException

get

public FileContents get(java.net.URL url)
                 throws java.net.MalformedURLException,
                        java.io.FileNotFoundException,
                        java.io.IOException
Specified by:
get in interface PersistenceService
java.net.MalformedURLException
java.io.FileNotFoundException
java.io.IOException

getNames

public java.lang.String[] getNames(java.net.URL url)
                            throws java.net.MalformedURLException,
                                   java.io.IOException
Specified by:
getNames in interface PersistenceService
java.net.MalformedURLException
java.io.IOException

getTag

public int getTag(java.net.URL url)
           throws java.net.MalformedURLException,
                  java.io.IOException
Specified by:
getTag in interface PersistenceService
java.net.MalformedURLException
java.io.IOException

create

public long create(java.net.URL url,
                   long maxSize)
            throws java.net.MalformedURLException,
                   java.io.IOException
Specified by:
create in interface PersistenceService
java.net.MalformedURLException
java.io.IOException

delete

public void delete(java.net.URL url)
            throws java.net.MalformedURLException,
                   java.io.IOException
Specified by:
delete in interface PersistenceService
java.net.MalformedURLException
java.io.IOException


Copyright © 2001, 2002, 2003 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo