|
Initializes this remote directory. This involves resolving the modeling layer DistributedDirectory and adding a descriptor for this RemoteDirectory into it. If the distributed directory service is not available, the installation of this component fails. This is a stateless service that does not support state transfers.
- Parameters:
-
| manager | the manager parent of this, non-null |
| state | must be null |
| cdesc | must be null , this component does not support state transfers |
- Exceptions:
-
| IllegalComponentStateException | if the state or cdesc parameters are not null |
| ComponentInitializationException | if the manager parameter is null or the DistributedDirectory service is not present in the modeling layer |
|