Codota Logo
org.jboss.as.host.controller.mgmt
Code IndexAdd Codota to your IDE (free)

How to use org.jboss.as.host.controller.mgmt

Best Java code snippets using org.jboss.as.host.controller.mgmt (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew LinkedList()
  • Codota IconCollections.emptyList()
  • Codota Iconnew ArrayList()
  • Smart code suggestions by Codota
}
origin: org.jboss.as/jboss-as-host-controller

  @Override
  void sendMessage(FlushableDataOutput output) throws IOException {
    sendResponse(output, DomainControllerProtocol.PARAM_OK, extensions);
  }
});
origin: org.jboss.as/jboss-as-host-controller

protected boolean completeTask(Object result) {
  synchronized (this) {
    if(failed) {
      return false;
    }
    if(task != null) {
      return task.completeStep(result);
    }
  }
  return false;
}
origin: wildfly/wildfly-core

protected Long getRemoteConnectionId() {
  if (pinger != null) {
    return pinger.getRemoteConnectionID();
  } else {
    return null;
  }
}
origin: org.wildfly.core/wildfly-host-controller

private synchronized void initialize(final String hostName, final ModelNode hostInfo, final ManagementRequestContext<RegistrationContext> responseChannel) {
  this.hostName = hostName;
  this.hostInfo = HostInfo.fromModelNode(hostInfo, domainHostExcludeRegistry);
  this.responseChannel = responseChannel;
}
origin: org.wildfly.core/wildfly-host-controller

void completeRegistration(final ManagementRequestContext<RegistrationContext> responseChannel, boolean commit) {
  this.responseChannel = responseChannel;
  failed |= ! commit;
  completeTask(!failed);
}
origin: wildfly/wildfly-core

  boolean setFailed() {
    return setFailed(null);
  }
}
origin: org.wildfly.core/wildfly-host-controller

@Override
protected void performRuntime(OperationContext context, ModelNode operation, ModelNode model) throws OperationFailedException {
  DomainHostExcludeRegistry.VersionKey versionKey = getVersionKey(context, model);
  domainHostExcludeRegistry.removeVersionExcludeData(versionKey);
}
origin: org.wildfly.core/wildfly-host-controller

  @Override
  void sendMessage(FlushableDataOutput output) throws IOException {
    sendResponse(output, DomainControllerProtocol.PARAM_OK, extensions);
  }
});
origin: wildfly/wildfly-core

protected boolean completeTask(Object result) {
  synchronized (this) {
    if(failed) {
      return false;
    }
    if(task != null) {
      return task.completeStep(result);
    }
  }
  return false;
}
origin: org.jboss.as/jboss-as-host-controller

private synchronized void initialize(final String hostName, final ModelNode hostInfo, final ManagementRequestContext<RegistrationContext> responseChannel) {
  this.hostName = hostName;
  this.hostInfo = HostInfo.fromModelNode(hostInfo);
  this.responseChannel = responseChannel;
}
origin: org.jboss.as/jboss-as-host-controller

void completeRegistration(final ManagementRequestContext<RegistrationContext> responseChannel, boolean commit) {
  this.responseChannel = responseChannel;
  failed |= ! commit;
  completeTask(! failed);
}
origin: org.wildfly.core/wildfly-host-controller

protected Long getRemoteConnectionId() {
  if (pinger != null) {
    return pinger.getRemoteConnectionID();
  } else {
    return null;
  }
}
origin: wildfly/wildfly-core

@Override
protected void performRuntime(OperationContext context, ModelNode operation, ModelNode model) throws OperationFailedException {
  DomainHostExcludeRegistry.VersionKey versionKey = getVersionKey(context, model);
  domainHostExcludeRegistry.removeVersionExcludeData(versionKey);
}
origin: org.wildfly.core/wildfly-host-controller

  @Override
  void sendMessage(final FlushableDataOutput output) throws IOException {
    sendResponse(output, DomainControllerProtocol.PARAM_OK, result);
  }
});
origin: org.wildfly.core/wildfly-host-controller

protected boolean completeTask(Object result) {
  synchronized (this) {
    if(failed) {
      return false;
    }
    if(task != null) {
      return task.completeStep(result);
    }
  }
  return false;
}
origin: wildfly/wildfly-core

private synchronized void initialize(final String hostName, final ModelNode hostInfo, final ManagementRequestContext<RegistrationContext> responseChannel) {
  this.hostName = hostName;
  this.hostInfo = HostInfo.fromModelNode(hostInfo, domainHostExcludeRegistry);
  this.responseChannel = responseChannel;
}
origin: wildfly/wildfly-core

protected void setSubsystems(final ModelNode resolved, final ManagementRequestContext<RegistrationContext> responseChannel) {
  this.responseChannel = responseChannel;
  completeTask(resolved);
}
origin: org.jboss.as/jboss-as-host-controller

  @Override
  void sendMessage(final FlushableDataOutput output) throws IOException {
    sendResponse(output, DomainControllerProtocol.PARAM_OK, result);
  }
});
origin: wildfly/wildfly-core

  @Override
  void sendMessage(final FlushableDataOutput output) throws IOException {
    sendResponse(output, DomainControllerProtocol.PARAM_OK, result);
  }
});
origin: wildfly/wildfly-core

  @Override
  void sendMessage(FlushableDataOutput output) throws IOException {
    sendResponse(output, DomainControllerProtocol.PARAM_OK, extensions);
  }
});
org.jboss.as.host.controller.mgmt

Most used classes

  • DomainHostExcludeRegistry
    Registry of domain-wide host-ignore information.
  • DomainRemoteFileRequestAndHandler
  • HostControllerRegistrationHandler$CompleteRegistrationHandler
    Handler responsible for completing the registration request.
  • HostControllerRegistrationHandler$HostRegistrationStepHandler
  • HostControllerRegistrationHandler$IOTask
  • HostControllerRegistrationHandler$OperationExecutor,
  • HostControllerRegistrationHandler$RegisterSubsystemVersionsHandler,
  • HostControllerRegistrationHandler$RegistrationContext,
  • HostControllerRegistrationHandler,
  • HostInfo$IgnoredType,
  • HostInfo,
  • MasterDomainControllerOperationHandlerImpl$AbstractHostRequestHandler,
  • MasterDomainControllerOperationHandlerImpl$GetFileOperation,
  • MasterDomainControllerOperationHandlerImpl$UnregisterOperation,
  • MasterDomainControllerOperationHandlerImpl,
  • MasterDomainControllerOperationHandlerService,
  • ServerToHostOperationHandlerFactoryService,
  • ServerToHostProtocolHandler$GetFileOperation,
  • ServerToHostProtocolHandler$ServerReconnectRequestHandler
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now