|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.appserv.management.client.prefs.LoginInfoStoreFactory
public class LoginInfoStoreFactory
A factory class to create instances of LoginInfoStore.
| Method Summary | |
|---|---|
static LoginInfoStore |
getDefaultStore()
|
static LoginInfoStore |
getStore(java.lang.String storeImplClassName)
Returns the store that is represented by given class name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LoginInfoStore getStore(java.lang.String storeImplClassName)
throws StoreException,
java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
LoginInfoStore interface. If a null is passed, an instance of the default
store MemoryHashLoginInfoStore is returned.
storeImplClassName - fully qualified name of the class implementing LoginInfoStore. May be null.
java.lang.IllegalArgumentException - if the parameter does not implement LoginInfoStore
StoreException - if the construction of default store results in problems
java.lang.ClassNotFoundException - if the given class could not be loaded
java.lang.IllegalAccessException
java.lang.InstantiationException
public static LoginInfoStore getDefaultStore()
throws StoreException
StoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||