Uses of Class
com.sun.appserv.management.client.prefs.StoreException
Packages that use StoreException
Package
Description
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 StoreExceptionModifier and TypeMethodDescriptionbooleanChecks whether a LoginInfo for given host and port exists in this store.static LoginInfoStoreLoginInfoStoreFactory.getDefaultStore()static LoginInfoStoreReturns the store that is represented by given class name.LoginInfoStore.list()A convenience method that returns the Collection of LoginInfo instances stored in this store.Returns aLoginInfocorresponding to the given host and port, from this store.voidRemoves theLoginInfocorresponding to the given host and port, from this store.intLoginInfoStore.size()A convenience method that returns the number of LoginInfo instances stored in this store.voidStores the given LoginInfo in this store.voidStores the given LoginInfo in this store.voidvoidConstructors in com.sun.appserv.management.client.prefs that throw StoreExceptionModifierConstructorDescriptionCreates a new instance of MemoryHashLoginInfoStore.