| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.api; |
| | | |
| | |
| | | * @return The DN of the configuration entry with which this |
| | | * component is associated. |
| | | */ |
| | | public DN getInvokableComponentEntryDN(); |
| | | DN getInvokableComponentEntryDN(); |
| | | |
| | | |
| | | |
| | |
| | | * @return A list of the methods that may be invoked for this |
| | | * component. |
| | | */ |
| | | public InvokableMethod[] getOperationSignatures(); |
| | | InvokableMethod[] getOperationSignatures(); |
| | | |
| | | |
| | | |
| | |
| | | * an error occurred while attempting |
| | | * to invoke it. |
| | | */ |
| | | public Object invokeMethod(String methodName, |
| | | ConfigAttribute[] arguments) |
| | | Object invokeMethod(String methodName, ConfigAttribute[] arguments) |
| | | throws DirectoryException; |
| | | } |
| | | |