|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collection | |
org.apache.xindice.client.corba | Implements the several POA-based Servants for CORBA connectivity to Xindice. |
org.apache.xindice.client.corba.db | |
org.apache.xindice.client.xmldb | Implements the XML:DB API for use with Xindice data stores. |
Uses of Collection in org.apache.xindice.client.corba |
Methods in org.apache.xindice.client.corba that return Collection | |
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)
|
Collection |
CollectionManagerServant.createCollection(java.lang.String path,
EncodedBuffer config)
|
Uses of Collection in org.apache.xindice.client.corba.db |
Classes in org.apache.xindice.client.corba.db that implement Collection | |
class |
_CollectionStub
|
Fields in org.apache.xindice.client.corba.db declared as Collection | |
Collection |
CollectionHolder.value
|
Methods in org.apache.xindice.client.corba.db that return Collection | |
Collection |
CollectionPOA._this()
|
Collection |
CollectionPOA._this(org.omg.CORBA.ORB orb)
|
Collection |
CollectionOperations.getParentCollection()
|
Collection |
CollectionOperations.getCollection(java.lang.String path)
|
Collection |
_DatabaseStub.getCollection(java.lang.String path)
|
static Collection |
CollectionHelper.extract(org.omg.CORBA.Any a)
|
static Collection |
CollectionHelper.read(org.omg.CORBA.portable.InputStream istream)
|
static Collection |
CollectionHelper.narrow(org.omg.CORBA.Object obj)
|
static Collection |
CollectionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
|
Collection |
DatabasePOATie.getCollection(java.lang.String path)
|
Collection |
_CollectionStub.getParentCollection()
|
Collection |
_CollectionStub.getCollection(java.lang.String path)
|
Collection |
DatabaseOperations.getCollection(java.lang.String path)
|
Collection |
CollectionManagerOperations.createCollection(java.lang.String path,
EncodedBuffer config)
|
Collection |
CollectionManagerPOATie.createCollection(java.lang.String path,
EncodedBuffer config)
|
Collection |
_CollectionManagerStub.createCollection(java.lang.String path,
EncodedBuffer config)
|
Collection |
CollectionPOATie.getParentCollection()
|
Collection |
CollectionPOATie.getCollection(java.lang.String path)
|
Methods in org.apache.xindice.client.corba.db with parameters of type Collection | |
static void |
CollectionHelper.insert(org.omg.CORBA.Any a,
Collection t)
|
static void |
CollectionHelper.write(org.omg.CORBA.portable.OutputStream ostream,
Collection value)
|
Constructors in org.apache.xindice.client.corba.db with parameters of type Collection | |
CollectionHolder(Collection initial)
|
Uses of Collection in org.apache.xindice.client.xmldb |
Methods in org.apache.xindice.client.xmldb that return Collection | |
Collection |
CollectionImpl.getServerObject()
Returns the Xindice underlying collection implementation. |
Constructors in org.apache.xindice.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. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |