|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.useradmin.impl.UserAdminRepositoryImpl
public class UserAdminRepositoryImpl
UserAdminRepository implementation of UserAdminRepository
.
Constructor Summary | |
---|---|
UserAdminRepositoryImpl(Logger logger,
BundleContext context)
Constructs new UserAdminRepository. |
Method Summary | |
---|---|
void |
flush()
This method flush repository cache into to repository file. |
Hashtable |
getRepositoryCache()
This method is getting UserAdmin repository cache. |
void |
load()
This method is loading data from file repository into cache. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserAdminRepositoryImpl(Logger logger, BundleContext context)
logger
- Logger instance.context
- bundle context.Method Detail |
---|
public void load()
UserAdminRepository
load
in interface UserAdminRepository
UserAdminRepository.load()
public void flush()
UserAdminRepository
flush
in interface UserAdminRepository
UserAdminRepository.flush()
public Hashtable getRepositoryCache()
UserAdminRepository
getRepositoryCache
in interface UserAdminRepository
UserAdminRepository.getRepositoryCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |