Package | Description |
---|---|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
List<InvokableComponent> |
JMXMBean.getInvokableComponents()
Retrieves the set of invokable components associated with this JMX MBean.
|
Modifier and Type | Method and Description |
---|---|
void |
JMXMBean.addInvokableComponent(InvokableComponent component)
Adds the provided invokable component to the set of components associated
with this JMX MBean.
|
boolean |
JMXMBean.removeInvokableComponent(InvokableComponent component)
Removes the provided invokable component from the set of components
associated with this JMX MBean.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterInvokableComponent(InvokableComponent component)
Deregisters the provided invokable component with the Directory Server.
|
static void |
DirectoryServer.registerInvokableComponent(InvokableComponent component)
Registers the provided invokable component with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryConfig.deregisterInvokableComponent(InvokableComponent component)
Deregisters the provided invokable component with the Directory
Server.
|
Object |
InvokableMethod.invoke(InvokableComponent component,
Object[] parameters)
Calls upon the provided component to invoke this method using the
given parameters.
|
static void |
DirectoryConfig.registerInvokableComponent(InvokableComponent component)
Registers the provided invokable component with the Directory
Server.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.