Xindice API

org.apache.xindice.client.corba.db
Class DatabaseHelper

java.lang.Object
  |
  +--org.apache.xindice.client.corba.db.DatabaseHelper

public class DatabaseHelper
extends java.lang.Object


Constructor Summary
DatabaseHelper()
           
 
Method Summary
static Database extract(org.omg.CORBA.Any a)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any a, Database t)
           
static Database narrow(org.omg.CORBA.Object obj)
           
static Database read(org.omg.CORBA.portable.InputStream istream)
           
static org.omg.CORBA.TypeCode type()
           
static Database unchecked_narrow(org.omg.CORBA.Object obj)
           
static void write(org.omg.CORBA.portable.OutputStream ostream, Database value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseHelper

public DatabaseHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          Database t)

extract

public static Database extract(org.omg.CORBA.Any a)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

read

public static Database read(org.omg.CORBA.portable.InputStream istream)

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         Database value)

narrow

public static Database narrow(org.omg.CORBA.Object obj)

unchecked_narrow

public static Database unchecked_narrow(org.omg.CORBA.Object obj)

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation