javax.jnlp
Interface PersistenceService
public interface PersistenceService
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
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 GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.