|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoreException | |
|---|---|
| com.sun.appserv.management.client.prefs | Contains classes and interfaces to edit information about login to a particular domain (especially admin user name and password) |
| Uses of StoreException in com.sun.appserv.management.client.prefs |
|---|
| Methods in com.sun.appserv.management.client.prefs that throw StoreException | |
|---|---|
boolean |
LoginInfoStore.exists(java.lang.String host,
int port)
Checks whether a LoginInfo for given host and port exists in this store. |
static LoginInfoStore |
LoginInfoStoreFactory.getDefaultStore()
|
static LoginInfoStore |
LoginInfoStoreFactory.getStore(java.lang.String storeImplClassName)
Returns the store that is represented by given class name. |
java.util.Collection<LoginInfo> |
LoginInfoStore.list()
A convenience method that returns the Collection of LoginInfo instances stored in this store. |
LoginInfo |
LoginInfoStore.read(java.lang.String host,
int port)
Returns a LoginInfo corresponding to the given host and port, from this store. |
void |
LoginInfoStore.remove(java.lang.String host,
int port)
Removes the LoginInfo corresponding to the given host and port, from this store. |
int |
LoginInfoStore.size()
A convenience method that returns the number of LoginInfo instances stored in this store. |
void |
MemoryHashLoginInfoStore.store(LoginInfo login)
|
void |
LoginInfoStore.store(LoginInfo login)
Stores the given LoginInfo in this store. |
void |
MemoryHashLoginInfoStore.store(LoginInfo login,
boolean overwrite)
|
void |
LoginInfoStore.store(LoginInfo login,
boolean overwrite)
Stores the given LoginInfo in this store. |
| Constructors in com.sun.appserv.management.client.prefs that throw StoreException | |
|---|---|
MemoryHashLoginInfoStore()
Creates a new instance of MemoryHashLoginInfoStore. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||