Searched defs:isWindowsServiceEnabled (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java70 private boolean isWindowsServiceEnabled; field in class:WindowsServicePanel
123 lState.setText(isWindowsServiceEnabled ?
164 bEnable.setVisible(!isWindowsServiceEnabled);
165 bDisable.setVisible(isWindowsServiceEnabled);
182 if (!isWindowsServiceEnabled)
197 boolean previousValue = isWindowsServiceEnabled;
198 isWindowsServiceEnabled = ev.getNewDescriptor().isWindowsServiceEnabled();
202 (isWindowsServiceEnabled != previousValue))
212 lState.setText(isWindowsServiceEnabled
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java69 private boolean isWindowsServiceEnabled; field in class:WindowsServicePanel
122 lState.setText(isWindowsServiceEnabled ?
163 bEnable.setVisible(!isWindowsServiceEnabled);
164 bDisable.setVisible(isWindowsServiceEnabled);
181 if (!isWindowsServiceEnabled)
196 boolean previousValue = isWindowsServiceEnabled;
197 isWindowsServiceEnabled = ev.getNewDescriptor().isWindowsServiceEnabled();
201 (isWindowsServiceEnabled != previousValue))
211 lState.setText(isWindowsServiceEnabled
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java70 private boolean isWindowsServiceEnabled; field in class:WindowsServicePanel
123 lState.setText(isWindowsServiceEnabled ?
164 bEnable.setVisible(!isWindowsServiceEnabled);
165 bDisable.setVisible(isWindowsServiceEnabled);
182 if (!isWindowsServiceEnabled)
197 boolean previousValue = isWindowsServiceEnabled;
198 isWindowsServiceEnabled = ev.getNewDescriptor().isWindowsServiceEnabled();
202 (isWindowsServiceEnabled != previousValue))
212 lState.setText(isWindowsServiceEnabled
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java69 private boolean isWindowsServiceEnabled; field in class:WindowsServicePanel
122 lState.setText(isWindowsServiceEnabled ?
163 bEnable.setVisible(!isWindowsServiceEnabled);
164 bDisable.setVisible(isWindowsServiceEnabled);
181 if (!isWindowsServiceEnabled)
196 boolean previousValue = isWindowsServiceEnabled;
197 isWindowsServiceEnabled = ev.getNewDescriptor().isWindowsServiceEnabled();
201 (isWindowsServiceEnabled != previousValue))
211 lState.setText(isWindowsServiceEnabled
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java70 private boolean isWindowsServiceEnabled; field in class:WindowsServicePanel
123 lState.setText(isWindowsServiceEnabled ?
164 bEnable.setVisible(!isWindowsServiceEnabled);
165 bDisable.setVisible(isWindowsServiceEnabled);
182 if (!isWindowsServiceEnabled)
197 boolean previousValue = isWindowsServiceEnabled;
198 isWindowsServiceEnabled = ev.getNewDescriptor().isWindowsServiceEnabled();
202 (isWindowsServiceEnabled != previousValue))
212 lState.setText(isWindowsServiceEnabled
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java70 private boolean isWindowsServiceEnabled; field in class:WindowsServicePanel
121 lState.setText(isWindowsServiceEnabled ?
160 bEnable.setVisible(!isWindowsServiceEnabled);
161 bDisable.setVisible(isWindowsServiceEnabled);
174 if (!isWindowsServiceEnabled)
187 boolean previousValue = isWindowsServiceEnabled;
188 isWindowsServiceEnabled = ev.getNewDescriptor().isWindowsServiceEnabled();
191 if (isLocal != previousLocal || isWindowsServiceEnabled != previousValue)
199 lState.setText(isWindowsServiceEnabled
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java110 private Boolean isWindowsServiceEnabled; field in class:Uninstaller
758 if (isWindowsServiceEnabled()) {
845 isWindowsServiceEnabled());
846 if (isWindowsServiceEnabled()) {
1480 private boolean isWindowsServiceEnabled() { method in class:Uninstaller
1481 if (isWindowsServiceEnabled == null) {
1484 isWindowsServiceEnabled = Boolean.TRUE;
1486 isWindowsServiceEnabled = Boolean.FALSE;
1489 return isWindowsServiceEnabled.booleanValue();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java71 private boolean isWindowsServiceEnabled; field in class:ServerDescriptor
462 desc.isWindowsServiceEnabled() == isWindowsServiceEnabled();
631 public boolean isWindowsServiceEnabled() method in class:ServerDescriptor
633 return isWindowsServiceEnabled;
638 * @param isWindowsServiceEnabled <CODE>true</CODE> if the windows service is
641 public void setWindowsServiceEnabled(boolean isWindowsServiceEnabled) argument
643 this.isWindowsServiceEnabled = isWindowsServiceEnabled;
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java109 private Boolean isWindowsServiceEnabled; field in class:Uninstaller
757 if (isWindowsServiceEnabled()) {
844 isWindowsServiceEnabled());
845 if (isWindowsServiceEnabled()) {
1479 private boolean isWindowsServiceEnabled() { method in class:Uninstaller
1480 if (isWindowsServiceEnabled == null) {
1483 isWindowsServiceEnabled = Boolean.TRUE;
1485 isWindowsServiceEnabled = Boolean.FALSE;
1488 return isWindowsServiceEnabled.booleanValue();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java72 private boolean isWindowsServiceEnabled; field in class:ServerDescriptor
463 desc.isWindowsServiceEnabled() == isWindowsServiceEnabled();
632 public boolean isWindowsServiceEnabled() method in class:ServerDescriptor
634 return isWindowsServiceEnabled;
639 * @param isWindowsServiceEnabled <CODE>true</CODE> if the windows service is
642 public void setWindowsServiceEnabled(boolean isWindowsServiceEnabled) argument
644 this.isWindowsServiceEnabled = isWindowsServiceEnabled;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java72 private boolean isWindowsServiceEnabled; field in class:ServerDescriptor
463 desc.isWindowsServiceEnabled() == isWindowsServiceEnabled();
632 public boolean isWindowsServiceEnabled() method in class:ServerDescriptor
634 return isWindowsServiceEnabled;
639 * @param isWindowsServiceEnabled <CODE>true</CODE> if the windows service is
642 public void setWindowsServiceEnabled(boolean isWindowsServiceEnabled) argument
644 this.isWindowsServiceEnabled = isWindowsServiceEnabled;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java110 private Boolean isWindowsServiceEnabled; field in class:Uninstaller
758 if (isWindowsServiceEnabled()) {
845 isWindowsServiceEnabled());
846 if (isWindowsServiceEnabled()) {
1480 private boolean isWindowsServiceEnabled() { method in class:Uninstaller
1481 if (isWindowsServiceEnabled == null) {
1484 isWindowsServiceEnabled = Boolean.TRUE;
1486 isWindowsServiceEnabled = Boolean.FALSE;
1489 return isWindowsServiceEnabled.booleanValue();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java71 private boolean isWindowsServiceEnabled; field in class:ServerDescriptor
462 desc.isWindowsServiceEnabled() == isWindowsServiceEnabled();
631 public boolean isWindowsServiceEnabled() method in class:ServerDescriptor
633 return isWindowsServiceEnabled;
638 * @param isWindowsServiceEnabled <CODE>true</CODE> if the windows service is
641 public void setWindowsServiceEnabled(boolean isWindowsServiceEnabled) argument
643 this.isWindowsServiceEnabled = isWindowsServiceEnabled;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java109 private Boolean isWindowsServiceEnabled; field in class:Uninstaller
757 if (isWindowsServiceEnabled()) {
844 isWindowsServiceEnabled());
845 if (isWindowsServiceEnabled()) {
1479 private boolean isWindowsServiceEnabled() { method in class:Uninstaller
1480 if (isWindowsServiceEnabled == null) {
1483 isWindowsServiceEnabled = Boolean.TRUE;
1485 isWindowsServiceEnabled = Boolean.FALSE;
1488 return isWindowsServiceEnabled.booleanValue();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java72 private boolean isWindowsServiceEnabled; field in class:ServerDescriptor
463 desc.isWindowsServiceEnabled() == isWindowsServiceEnabled();
632 public boolean isWindowsServiceEnabled() method in class:ServerDescriptor
634 return isWindowsServiceEnabled;
639 * @param isWindowsServiceEnabled <CODE>true</CODE> if the windows service is
642 public void setWindowsServiceEnabled(boolean isWindowsServiceEnabled) argument
644 this.isWindowsServiceEnabled = isWindowsServiceEnabled;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java202 private Boolean isWindowsServiceEnabled; field in class:Uninstaller
836 if (isWindowsServiceEnabled()) {
923 isWindowsServiceEnabled());
924 if (isWindowsServiceEnabled()) {
1539 private boolean isWindowsServiceEnabled() { method in class:Uninstaller
1540 if (isWindowsServiceEnabled == null) {
1543 isWindowsServiceEnabled = Boolean.TRUE;
1545 isWindowsServiceEnabled = Boolean.FALSE;
1548 return isWindowsServiceEnabled.booleanValue();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java74 private boolean isWindowsServiceEnabled; field in class:ServerDescriptor
346 && (!OperatingSystem.isWindows() || desc.isWindowsServiceEnabled() == isWindowsServiceEnabled())
500 public boolean isWindowsServiceEnabled() method in class:ServerDescriptor
502 return isWindowsServiceEnabled;
507 * @param isWindowsServiceEnabled <CODE>true</CODE> if the windows service is
510 public void setWindowsServiceEnabled(boolean isWindowsServiceEnabled) argument
512 this.isWindowsServiceEnabled = isWindowsServiceEnabled;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java109 private Boolean isWindowsServiceEnabled; field in class:Uninstaller
702 if (isWindowsServiceEnabled()) {
790 isWindowsServiceEnabled()));
791 if (isWindowsServiceEnabled()) {
1409 private boolean isWindowsServiceEnabled() { method in class:Uninstaller
1410 if (isWindowsServiceEnabled == null) {
1411 isWindowsServiceEnabled = serviceState() == SERVICE_STATE_ENABLED;
1413 return isWindowsServiceEnabled.booleanValue();

Completed in 77 milliseconds