org.iids.aos.kernel.xmlrpc
Class ConnectResultStruct
java.lang.Object
org.iids.aos.kernel.xmlrpc.ConnectResultStruct
public class ConnectResultStruct
- extends java.lang.Object
Aux class to convert the Hashtable returned by AOSapi.connect() to something
more usable, whilst not touching the AOSapi ConnectResult class.
- Author:
- Arno Bakker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectResultStruct
public ConnectResultStruct()
toOrig
public static AOSapi.ConnectResult 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.ConnectResult cr)
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.