21 module
com { module sun { module star { module sdb {
23 published
interface XDatabaseRegistrationsListener;
42 boolean hasRegisteredDatabase( [in]
string Name )
49 getRegistrationNames();
59 string getDatabaseLocation( [in]
string Name )
72 void registerDatabaseLocation( [in]
string Name, [in]
string Location )
88 void revokeDatabaseLocation( [in]
string Name )
105 void changeDatabaseLocation( [in]
string Name, [in]
string NewLocation )
122 boolean isDatabaseRegistrationReadOnly( [in]
string Name )
Definition: Ambiguous.idl:20
implemented by components which want to be notified of changes in the application-wide registered dat...
Definition: XDatabaseRegistrationsListener.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This exception is thrown when an application tries to change a constant property. ...
Definition: IllegalAccessException.idl:27
provides access to the application-wide registered databases.
Definition: XDatabaseRegistrations.idl:35
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:34