dbXML API

Uses of Interface
org.dbxml.core.corba.db.Collection

Packages that use Collection
org.dbxml.client.xmldb Implements the XML:DB API for use with dbXML data stores. 
org.dbxml.core.corba Implements the several POA-based Servants for CORBA connectivity to dbXML. 
org.dbxml.core.corba.db   
 

Uses of Collection in org.dbxml.client.xmldb
 

Methods in org.dbxml.client.xmldb that return Collection
 Collection CollectionImpl.getServerObject()
          Returns the dbXML underlying collection implementation.
 

Constructors in org.dbxml.client.xmldb with parameters of type Collection
CollectionImpl(Collection collection, Database db, DatabaseImpl database)
          Creates a new CollectionImpl for the XML:DB API Collection interface.
 

Uses of Collection in org.dbxml.core.corba
 

Methods in org.dbxml.core.corba that return Collection
 Collection CollectionManagerServant.createCollection(java.lang.String path, EncodedBuffer config)
           
 Collection CollectionServant.getParentCollection()
          Gets the parent Collection for this Collection
 Collection CollectionServant.getCollection(java.lang.String path)
          Retrieves a new Collection instance for the named collection.
 Collection DatabaseServant.getCollection(java.lang.String nam)
           
 

Uses of Collection in org.dbxml.core.corba.db
 

Classes in org.dbxml.core.corba.db that implement Collection
 class _CollectionStub
          Generated from IDL definition of interface "Collection"
 

Fields in org.dbxml.core.corba.db declared as Collection
 Collection CollectionHolder.value
           
 

Methods in org.dbxml.core.corba.db that return Collection
 Collection CollectionPOA._this()
           
 Collection CollectionPOA._this(org.omg.CORBA.ORB orb)
           
 Collection _DatabaseStub.getCollection(java.lang.String path)
           
 Collection DatabaseOperations.getCollection(java.lang.String path)
           
 Collection CollectionManagerPOATie.createCollection(java.lang.String path, EncodedBuffer config)
           
static Collection CollectionHelper.extract(org.omg.CORBA.Any any)
           
static Collection CollectionHelper.read(org.omg.CORBA.portable.InputStream in)
           
static Collection CollectionHelper.narrow(org.omg.CORBA.Object obj)
           
 Collection CollectionOperations.getParentCollection()
           
 Collection CollectionOperations.getCollection(java.lang.String path)
           
 Collection DatabasePOATie.getCollection(java.lang.String path)
           
 Collection _CollectionManagerStub.createCollection(java.lang.String path, EncodedBuffer config)
           
 Collection CollectionManagerOperations.createCollection(java.lang.String path, EncodedBuffer config)
           
 Collection CollectionPOATie._this()
           
 Collection CollectionPOATie._this(org.omg.CORBA.ORB orb)
           
 Collection CollectionPOATie.getCollection(java.lang.String path)
           
 Collection CollectionPOATie.getParentCollection()
           
 Collection _CollectionStub.getCollection(java.lang.String path)
           
 Collection _CollectionStub.getParentCollection()
           
 

Methods in org.dbxml.core.corba.db with parameters of type Collection
static void CollectionHelper.insert(org.omg.CORBA.Any any, Collection s)
           
static void CollectionHelper.write(org.omg.CORBA.portable.OutputStream _out, Collection s)
           
 

Constructors in org.dbxml.core.corba.db with parameters of type Collection
CollectionHolder(Collection initial)
           
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved