org.dbxml.core.corba.db
Interface CollectionManagerOperations
- All Superinterfaces:
- ServantManagementOperations
- All Known Subinterfaces:
- CollectionManager
- All Known Implementing Classes:
- CollectionManagerPOA
- public interface CollectionManagerOperations
- extends ServantManagementOperations
Generated from IDL definition of interface "CollectionManager"
- Author:
- JacORB IDL compiler
getName
public java.lang.String getName()
throws APIException
getCanonicalName
public java.lang.String getCanonicalName()
throws APIException
createCollection
public Collection createCollection(java.lang.String path,
EncodedBuffer config)
throws APIException
dropCollection
public void dropCollection(java.lang.String path)
throws APIException
listIndexers
public java.lang.String[] listIndexers()
throws APIException
createIndexer
public void createIndexer(EncodedBuffer config)
throws APIException
dropIndexer
public void dropIndexer(java.lang.String nam)
throws APIException
listXMLObjects
public java.lang.String[] listXMLObjects()
throws APIException
createXMLObject
public void createXMLObject(EncodedBuffer config)
throws APIException
dropXMLObject
public void dropXMLObject(java.lang.String nam)
throws APIException
Copyright (c) 1999-2001 The dbXML Group, All rights reserved