Searched defs:getClientConnection (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DCredential.java66 public ClientConnection getClientConnection() method in class:Credential
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DCredential.java65 public ClientConnection getClientConnection() method in class:Credential
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DCredential.java66 public ClientConnection getClientConnection() method in class:Credential
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DCredential.java66 public ClientConnection getClientConnection() method in class:Credential
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DCredential.java65 public ClientConnection getClientConnection() method in class:Credential
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DCredential.java65 public ClientConnection getClientConnection() method in class:Credential
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DDisconnectClientTask.java84 ClientConnection conn = operation.getClientConnection();
182 final ClientConnection clientConnection = getClientConnection();
193 private ClientConnection getClientConnection() method in class:DisconnectClientTask
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPluginOperation.java71 public ClientConnection getClientConnection(); method in interface:PluginOperation
/forgerock/opendj2/src/server/org/opends/server/config/
H A DJMXMBean.java482 ClientConnection clientConnection = getClientConnection();
587 ClientConnection clientConnection = getClientConnection();
814 ClientConnection clientConnection = getClientConnection();
884 private ClientConnection getClientConnection() method in class:JMXMBean
897 .getClientConnection();
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DJMXMBean.java481 ClientConnection clientConnection = getClientConnection();
584 ClientConnection clientConnection = getClientConnection();
808 ClientConnection clientConnection = getClientConnection();
878 private ClientConnection getClientConnection() method in class:JMXMBean
891 .getClientConnection();
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPluginOperation.java71 ClientConnection getClientConnection(); method in interface:PluginOperation
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DJMXMBean.java483 ClientConnection clientConnection = getClientConnection();
588 ClientConnection clientConnection = getClientConnection();
815 ClientConnection clientConnection = getClientConnection();
885 private ClientConnection getClientConnection() method in class:JMXMBean
898 .getClientConnection();
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPluginOperation.java71 public ClientConnection getClientConnection(); method in interface:PluginOperation
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DJMXMBean.java481 ClientConnection clientConnection = getClientConnection();
584 ClientConnection clientConnection = getClientConnection();
808 ClientConnection clientConnection = getClientConnection();
878 private ClientConnection getClientConnection() method in class:JMXMBean
891 .getClientConnection();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPluginOperation.java71 public ClientConnection getClientConnection(); method in interface:PluginOperation
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DJMXMBean.java482 ClientConnection clientConnection = getClientConnection();
587 ClientConnection clientConnection = getClientConnection();
814 ClientConnection clientConnection = getClientConnection();
884 private ClientConnection getClientConnection() method in class:JMXMBean
897 .getClientConnection();
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPluginOperation.java71 ClientConnection getClientConnection(); method in interface:PluginOperation
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DJMXMBean.java458 ClientConnection clientConnection = getClientConnection();
535 ClientConnection clientConnection = getClientConnection();
730 ClientConnection clientConnection = getClientConnection();
793 private ClientConnection getClientConnection() method in class:JMXMBean
806 .getClientConnection();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPluginOperation.java72 ClientConnection getClientConnection(); method in interface:PluginOperation
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DOperation.java137 public abstract ClientConnection getClientConnection(); method in interface:Operation
H A DAbstractOperation.java293 public final ClientConnection getClientConnection() method in class:AbstractOperation
1134 if (other.getClientConnection().equals(clientConnection))
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DOperation.java137 public abstract ClientConnection getClientConnection(); method in interface:Operation
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DOperation.java137 public abstract ClientConnection getClientConnection(); method in interface:Operation
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DOperationWrapper.java189 public ClientConnection getClientConnection() method in class:OperationWrapper
191 return operation.getClientConnection();
546 return getClientConnection().hashCode() * (int) getOperationID();
565 if (other.getClientConnection().equals(getClientConnection()))
/forgerock/opendj2/src/server/org/opends/server/core/
H A DOperationWrapper.java177 public ClientConnection getClientConnection() method in class:OperationWrapper
179 return operation.getClientConnection();
456 return getClientConnection().hashCode() * (int) getOperationID();
471 if (other.getClientConnection().equals(getClientConnection()))

Completed in 335 milliseconds

12