public interface ManagedDirectoryFacade
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
RespondManagedDirectoryType | changeManagedDirectory(ChangeManagedDirectoryType aChangeManagedDirectory)
This method will communicate with the ManagedDirectory facade and send the specified ChangeManagedDirectory request.
|
ShowManagedDirectoryType | getManagedDirectory(GetManagedDirectoryType aGetManagedDirectory)
This method will communicate with the ManagedDirectory facade and send the specified GetManagedDirectory request.
|
AcknowledgeManagedDirectoryType | processManagedDirectory(ProcessManagedDirectoryType aProcessManagedDirectory)
This method will communicate with the ManagedDirectory facade and send the specified ProcessManagedDirectory request.
|
static final java.lang.String COPYRIGHT
ShowManagedDirectoryType getManagedDirectory(GetManagedDirectoryType aGetManagedDirectory)
AcknowledgeManagedDirectoryType processManagedDirectory(ProcessManagedDirectoryType aProcessManagedDirectory)
RespondManagedDirectoryType changeManagedDirectory(ChangeManagedDirectoryType aChangeManagedDirectory)