|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAuthorityConnectionManager
This interface describes the functionality in the authority connection manager. The authority connection manager manages the definitions of individual connections, and allows them to be defined, edited, and removed.
| Method Summary | |
|---|---|
IAuthorityConnection |
create()
Create a new authority connection object. |
void |
deinstall()
Uninstall the manager. |
void |
delete(java.lang.String name)
Delete an authority connection. |
void |
exportConfiguration(java.io.OutputStream os)
Export configuration |
IAuthorityConnection[] |
getAllConnections()
Obtain a list of the authority connections, ordered by name. |
java.lang.String |
getAuthorityNameColumn()
Get the authority connection name column. |
java.lang.String |
getTableName()
Get the authority connection table name. |
void |
importConfiguration(java.io.InputStream is)
Import configuration |
void |
install()
Install the manager. |
IAuthorityConnection |
load(java.lang.String name)
Load a authority connection by name. |
boolean |
save(IAuthorityConnection object)
Save an authority connection object. |
| Method Detail |
|---|
void install()
throws ManifoldCFException
ManifoldCFException
void deinstall()
throws ManifoldCFException
ManifoldCFException
void exportConfiguration(java.io.OutputStream os)
throws java.io.IOException,
ManifoldCFException
java.io.IOException
ManifoldCFException
void importConfiguration(java.io.InputStream is)
throws java.io.IOException,
ManifoldCFException
java.io.IOException
ManifoldCFException
IAuthorityConnection[] getAllConnections()
throws ManifoldCFException
ManifoldCFException
IAuthorityConnection load(java.lang.String name)
throws ManifoldCFException
name - is the name of the authority connection.
ManifoldCFException
IAuthorityConnection create()
throws ManifoldCFException
ManifoldCFException
boolean save(IAuthorityConnection object)
throws ManifoldCFException
object - is the object to save.
ManifoldCFException
void delete(java.lang.String name)
throws ManifoldCFException
name - is the name of the connection to delete. If the
name does not exist, no error is returned.
ManifoldCFExceptionjava.lang.String getTableName()
java.lang.String getAuthorityNameColumn()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||