aicas logoJamaica 6.4 release 1

javax.jnlp
Interface PersistenceService


public interface PersistenceService


Field Summary
static int CACHED
           
static int DIRTY
           
static int TEMPORARY
           
 
Method Summary
 long create(URL url, long maxsize)
           
 void delete(URL url)
           
 FileContents get(URL url)
           
 String[] getNames(URL url)
           
 int getTag(URL url)
           
 void setTag(URL url, int tag)
           
 

Field Detail

CACHED

static final int CACHED
See Also:
Constant Field Values

TEMPORARY

static final int TEMPORARY
See Also:
Constant Field Values

DIRTY

static final int DIRTY
See Also:
Constant Field Values
Method Detail

create

long create(URL url,
            long maxsize)
            throws MalformedURLException,
                   IOException
Throws:
MalformedURLException
IOException

get

FileContents get(URL url)
                 throws MalformedURLException,
                        IOException,
                        FileNotFoundException
Throws:
MalformedURLException
IOException
FileNotFoundException

delete

void delete(URL url)
            throws MalformedURLException,
                   IOException
Throws:
MalformedURLException
IOException

getNames

String[] getNames(URL url)
                  throws MalformedURLException,
                         IOException
Throws:
MalformedURLException
IOException

getTag

int getTag(URL url)
           throws MalformedURLException,
                  IOException
Throws:
MalformedURLException
IOException

setTag

void setTag(URL url,
            int tag)
            throws MalformedURLException,
                   IOException
Throws:
MalformedURLException
IOException

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.