org.iids.aos.kernel.xmlrpc
Class SelectSetsStruct

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

public class SelectSetsStruct
extends java.lang.Object

Aux class to convert select() sets to something usable by the XML-RPC library.

Author:
arno

Constructor Summary
SelectSetsStruct()
           
 
Method Summary
static SelectSets toOrig(java.util.Vector<java.util.Vector<java.lang.Integer>> v)
           
static java.util.Vector<java.util.Vector<java.lang.Integer>> toVector(SelectSets sets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectSetsStruct

public SelectSetsStruct()
Method Detail

toOrig

public static SelectSets toOrig(java.util.Vector<java.util.Vector<java.lang.Integer>> v)
                         throws IPCException
Throws:
IPCException

toVector

public static java.util.Vector<java.util.Vector<java.lang.Integer>> toVector(SelectSets sets)
                                                                      throws IPCException
Throws:
IPCException


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