public interface Directory
Modifier and Type | Method and Description |
---|---|
void |
close()
Shutdown the connection and/or registration to the directory
|
void |
open(java.util.Properties p)
Create a connection and/or registration to a directory
Parameters can contain, e.g.:
- the directory address
- the declaration of the current service
|
void |
register(Alignment al)
Register an alignment to the directory (if necessary)
|
void |
unregister(Alignment al)
Unregister an alignment to the directory (if necessary)
|
void open(java.util.Properties p) throws AServException
p:
- the properties of the connection to openAServException
- when something goes wrongvoid register(Alignment al) throws AServException
al:
- the alignment to registerAServException
- when something goes wrongvoid unregister(Alignment al) throws AServException
al:
- the alignment to unregisterAServException
- when something goes wrongvoid close() throws AServException
AServException
- when something goes wrong(C) INRIA & friends, 2003-2020