public class LaunchDiagnosticUiHandler extends Object implements ExtendedOperationHandler
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
EXTENSION_OIDS |
| Constructor and Description |
|---|
LaunchDiagnosticUiHandler() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAspectRatio() |
Point |
getCenteredPosition(JFrame frame) |
Set<String> |
getExtensionOids()
The OIDs of the extensions supported by this handler.
|
String |
getOid()
Returns the EXTENSION_OID of the extended request this handler can handle.
|
void |
handleExtendedOperation(LdapSession requestor,
org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest req)
Handles the specified extended operation.
|
void |
setLdapServer(LdapServer ldapServer)
Sets the LDAP server for this extendedOperation handler.
|
public String getOid()
ExtendedOperationHandlergetOid in interface ExtendedOperationHandlerpublic void handleExtendedOperation(LdapSession requestor, org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest req) throws Exception
ExtendedOperationHandlerhandleExtendedOperation in interface ExtendedOperationHandlerrequestor - the session object related with current connectionreq - the LDAP Extended operation requestException - if failed to handle the operationpublic double getAspectRatio()
public Set<String> getExtensionOids()
ExtendedOperationHandlergetExtensionOids in interface ExtendedOperationHandlerpublic void setLdapServer(LdapServer ldapServer)
ExtendedOperationHandlersetLdapServer in interface ExtendedOperationHandlerldapServer - the ldap protocol serverCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.