org.iids.aos.kernel.xmlrpc
Class PrepareWaitACResultStruct

java.lang.Object
  extended by org.iids.aos.kernel.xmlrpc.PrepareWaitACResultStruct

public class PrepareWaitACResultStruct
extends java.lang.Object

Aux class to convert the Hashtable returned by AOSapi.prepareWaitAgentContainer() to something more usable, whilst not touching the AOSapi PrepareWaitACResult class.

Author:
Arno Bakker

Constructor Summary
PrepareWaitACResultStruct()
           
 
Method Summary
static java.util.Hashtable<java.lang.String,java.lang.Object> toHashtable(AOSapi.PrepareWaitACResult r)
           
static AOSapi.PrepareWaitACResult toOrig(java.util.Hashtable<java.lang.String,java.lang.Object> ht)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrepareWaitACResultStruct

public PrepareWaitACResultStruct()
Method Detail

toOrig

public static AOSapi.PrepareWaitACResult 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.PrepareWaitACResult r)


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