org.iids.aos.kernel.xmlrpc
Class WaitACResultStruct
java.lang.Object
org.iids.aos.kernel.xmlrpc.WaitACResultStruct
public class WaitACResultStruct
- extends java.lang.Object
Aux class to convert the Hashtable returned by AOSapi.waitAC() to something
more usable, whilst not touching the AOSapi WaitACResult class.
- Author:
- Arno Bakker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaitACResultStruct
public WaitACResultStruct()
toOrig
public static AOSapi.WaitACResult toOrig(java.util.Hashtable<java.lang.String,java.lang.Object> ht)
throws IPCException
- Throws:
IPCException
toHashtable
public static java.util.Hashtable<java.lang.String,java.lang.Object> toHashtable(AOSapi.WaitACResult ar)
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.