org.iids.aos.kernel
Class AOSapi.CreateRoleResult

java.lang.Object
  extended by org.iids.aos.kernel.AOSapi.CreateRoleResult
Enclosing interface:
AOSapi

public static class AOSapi.CreateRoleResult
extends java.lang.Object

Return value of createRole().


Field Summary
 Cookie childCookie
          The cookie of the created role.
 int roleID
          The role ID of the created role.
 
Constructor Summary
AOSapi.CreateRoleResult(int roleID, Cookie childCookie)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roleID

public final int roleID
The role ID of the created role.


childCookie

public final Cookie childCookie
The cookie of the created role.

Constructor Detail

AOSapi.CreateRoleResult

public AOSapi.CreateRoleResult(int roleID,
                               Cookie childCookie)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.