org.iids.aos.kernel
Class RoleTable
java.lang.Object
org.iids.aos.kernel.RoleTable
public class RoleTable
- extends java.lang.Object
REBOOT
- Author:
- arno
|
Constructor Summary |
RoleTable(java.io.File StateDir)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleTable
public RoleTable(java.io.File StateDir)
recover
public int recover()
throws KernelException
- Throws:
KernelException
save
public void save()
throws KernelException
- Throws:
KernelException
putSave
public void putSave(Cookie c,
Role r)
throws KernelException
- Throws:
KernelException
get
public Role get(Cookie c)
valuesArray
public Role[] valuesArray()
entryList
public java.util.List<java.util.Map.Entry<Cookie,Role>> entryList()
removeSave
public Role removeSave(Cookie c)
throws KernelException
- Throws:
KernelException
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.