org.iids.aos.kernel
Class RoleTable

java.lang.Object
  extended by org.iids.aos.kernel.RoleTable

public class RoleTable
extends java.lang.Object

REBOOT

Author:
arno

Constructor Summary
RoleTable(java.io.File StateDir)
           
 
Method Summary
 java.util.List<java.util.Map.Entry<Cookie,Role>> entryList()
           
 Role get(Cookie c)
           
 void putSave(Cookie c, Role r)
           
 int recover()
           
 Role removeSave(Cookie c)
           
 void save()
           
 Role[] valuesArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleTable

public RoleTable(java.io.File StateDir)
Method Detail

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.