@Extensible @DirectoryServerExtension @DirectoryProxyServerExtension(appliesToLocalContent=true, appliesToRemoteContent=false) @SynchronizationServerExtension(appliesToLocalContent=true, appliesToSynchronizedContent=false) @MetricsEngineExtension @BrokerExtension @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ServerThread
ServerContext.createThread(com.unboundid.directory.sdk.common.api.ServerThread, java.lang.String)
method.Modifier and Type | Method and Description |
---|---|
void |
runThread()
Performs the actual processing for this thread.
|
void runThread() throws com.unboundid.ldap.sdk.LDAPException
com.unboundid.ldap.sdk.LDAPException
- If the thread does not complete successfully.