Skip navigation links
WildFly: Application Client Bootstrap 10.0.0.Alpha1
A C D E F G H I L M N O P R S U W X 

A

ActiveApplicationClientProcessor - Class in org.jboss.as.appclient.deployment
Processor that determines which application client should be started.
ActiveApplicationClientProcessor(String) - Constructor for class org.jboss.as.appclient.deployment.ActiveApplicationClientProcessor
 
APP_CLIENT_COMPONENT_NAME - Static variable in class org.jboss.as.appclient.component.ApplicationClientComponentDescription
 
AppClientAttachments - Class in org.jboss.as.appclient.deployment
 
AppClientExtension - Class in org.jboss.as.appclient.subsystem
Extension that hooks the application client work into the deployment
AppClientExtension() - Constructor for class org.jboss.as.appclient.subsystem.AppClientExtension
 
AppClientJBossAllParser - Class in org.jboss.as.appclient.deployment
The app client handler for jboss-all.xml
AppClientJBossAllParser() - Constructor for class org.jboss.as.appclient.deployment.AppClientJBossAllParser
 
AppClientLogger - Interface in org.jboss.as.appclient.logging
 
appClientNotSpecified() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
A message indicating that you must specify an application client to execute.
AppClientSubsystemResourceDefinition - Class in org.jboss.as.appclient.subsystem
ResourceDefinition for the App Client subsystem's root management resource.
AppClientXml - Class in org.jboss.as.appclient.subsystem.parsing
A mapper between an AS server's configuration model and XML representations, particularly appclient.xml.
AppClientXml(ModuleLoader, ExtensionRegistry) - Constructor for class org.jboss.as.appclient.subsystem.parsing.AppClientXml
 
APPLICATION_CLIENT_COMPONENT - Static variable in class org.jboss.as.appclient.deployment.AppClientAttachments
 
APPLICATION_CLIENT_META_DATA - Static variable in class org.jboss.as.appclient.deployment.AppClientAttachments
 
ApplicationClientComponentDescription - Class in org.jboss.as.appclient.component
 
ApplicationClientComponentDescription(String, EEModuleDescription, ServiceName, EEApplicationClasses) - Constructor for class org.jboss.as.appclient.component.ApplicationClientComponentDescription
 
ApplicationClientConfigurationPersister - Class in org.jboss.as.appclient.subsystem
Application client configuration.
ApplicationClientConfigurationPersister(String, String, String, String, List<String>, File, QName, XMLElementReader<List<ModelNode>>) - Constructor for class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 
ApplicationClientDependencyProcessor - Class in org.jboss.as.appclient.deployment
DUP that handles app client dependencies.
ApplicationClientDependencyProcessor() - Constructor for class org.jboss.as.appclient.deployment.ApplicationClientDependencyProcessor
 
ApplicationClientDeploymentService - Class in org.jboss.as.appclient.service
Service responsible for deploying the application client that was specified on the command line
ApplicationClientDeploymentService(File) - Constructor for class org.jboss.as.appclient.service.ApplicationClientDeploymentService
 
ApplicationClientManifestProcessor - Class in org.jboss.as.appclient.deployment
DUP that processes the manifest to get the main class
ApplicationClientManifestProcessor() - Constructor for class org.jboss.as.appclient.deployment.ApplicationClientManifestProcessor
 
ApplicationClientParsingDeploymentProcessor - Class in org.jboss.as.appclient.deployment
 
ApplicationClientParsingDeploymentProcessor() - Constructor for class org.jboss.as.appclient.deployment.ApplicationClientParsingDeploymentProcessor
 
ApplicationClientStartProcessor - Class in org.jboss.as.appclient.deployment
Processor that starts an application client deployment
ApplicationClientStartProcessor(String, String, String[]) - Constructor for class org.jboss.as.appclient.deployment.ApplicationClientStartProcessor
 
ApplicationClientStartService - Class in org.jboss.as.appclient.service
Service that is responsible for running an application clients main method, and shutting down the server once it completes
ApplicationClientStartService(Method, String[], InjectedEENamespaceContextSelector, ClassLoader, List<SetupAction>, String, CallbackHandler) - Constructor for class org.jboss.as.appclient.service.ApplicationClientStartService
 
ApplicationClientStartService(Method, String[], InjectedEENamespaceContextSelector, ClassLoader, List<SetupAction>, EJBClientConfiguration) - Constructor for class org.jboss.as.appclient.service.ApplicationClientStartService
 
ApplicationClientStructureProcessor - Class in org.jboss.as.appclient.deployment
Processor that marks a sub-deployment as an application client based on the parameters passed on the command line
ApplicationClientStructureProcessor(String) - Constructor for class org.jboss.as.appclient.deployment.ApplicationClientStructureProcessor
 
argAppClientConfig() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
 
argConnectionProperties() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Instructions for the CommandLineConstants.CONNECTION_PROPERTIES command line arguments.
argHelp() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Instructions for the CommandLineConstants.HELP command line arguments.
argHost() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Instructions for the CommandLineConstants.HOST command line arguments.
argProperties() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Instructions for the CommandLineConstants.PROPERTIES command line arguments.
argSecMgr() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Instructions for CommandLineConstants.VERSION command line argument.
argSystemProperty() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Instructions for CommandLineConstants.SYS_PROP command line argument.
argumentExpected(String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
A message indicating the argument, represented by the arg parameter, expected an additional argument.
argUsage() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Instructions for the usage of the command line arguments instructions.
argVersion() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Instructions for CommandLineConstants.VERSION command line argument.
ATTACHMENT_KEY - Static variable in class org.jboss.as.appclient.deployment.AppClientJBossAllParser
 

C

cannotFindAppClient() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating the application client could not be found to start.
cannotFindAppClient(String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating that the application client, represented by the deploymentName, could not be found.
cannotFindAppClientFile(File) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating that the application client, represented by the deploymentName, could not be found.
cannotLoadAppClientMainClass(Throwable) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating that the application client could not load the main class.
cannotLoadComponentClass(Throwable) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating the component class could not be loaded.
cannotLoadProperties(URL) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
A message indicating the properties could not be loaded from the URL.
cannotSpecifyBothHostAndPropertiesFile() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
 
cannotStartAppClient(String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating the app client could not start due to no main class being found.
cannotStartAppClient(String, Class<?>) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating the app client could not start due to the main method missing on the main class.
caughtException(Throwable, Throwable) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Logs a generic error message using the t.toString() for the error message.
close() - Method in class org.jboss.as.appclient.service.LazyConnectionContextSelector
 
CommandLineArgumentUsageImpl - Class in org.jboss.as.appclient.subsystem
 
CommandLineArgumentUsageImpl() - Constructor for class org.jboss.as.appclient.subsystem.CommandLineArgumentUsageImpl
 
CONNECTION_PROPERTIES_URL - Static variable in class org.jboss.as.appclient.subsystem.AppClientSubsystemResourceDefinition
 
CORBA_ID - Static variable in class org.jboss.as.appclient.deployment.ApplicationClientDependencyProcessor
 
couldNotCreateCallbackHandler(String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
A message indicating the callback handler could not be instantiated
couldNotLoadCallbackClass(String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
A message indicating the callback handler could not be loaded
createConfiguration(ClassIndex, ClassLoader, ModuleLoader) - Method in class org.jboss.as.appclient.component.ApplicationClientComponentDescription
 

D

DefaultApplicationClientCallbackHandler - Class in org.jboss.as.appclient.service
The default callback handler used by the
DefaultApplicationClientCallbackHandler() - Constructor for class org.jboss.as.appclient.service.DefaultApplicationClientCallbackHandler
 
deleteSnapshot(String) - Method in class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.appclient.deployment.ActiveApplicationClientProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.appclient.deployment.ApplicationClientDependencyProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.appclient.deployment.ApplicationClientManifestProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.appclient.deployment.ApplicationClientParsingDeploymentProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.appclient.deployment.ApplicationClientStartProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.appclient.deployment.ApplicationClientStructureProcessor
 
DEPLOYMENT - Static variable in class org.jboss.as.appclient.subsystem.AppClientSubsystemResourceDefinition
 
determineEnvironment(String[], Properties, Map<String, String>, ServerEnvironment.LaunchType) - Static method in class org.jboss.as.appclient.subsystem.Main
 
DOLLAR_LOCAL - Static variable in class org.jboss.as.appclient.service.DefaultApplicationClientCallbackHandler
 
duplicateSubsystemDeclaration(Location) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating the subsystem declaration has been duplicated.

E

elementAlreadyDeclared(String, Object, Location) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating the element, represented by the elementName parameter, has already been declared.
exceptionClosingConnection(Throwable) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
 
exceptionLoadingEjbClientPropertiesURL(String, Throwable) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
The ejb-client.properties could not be loaded
exceptionRunningAppClient(Throwable, String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Logs an error message indicating there was an error running the app client.

F

failedToParseXml(Throwable, VirtualFile) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating a failure to parse the xml file represented by the appXml parameter.
failedToParseXml(Throwable, VirtualFile, int, int) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating a failure to parse the xml file represented by the appXml parameter.
FILE - Static variable in class org.jboss.as.appclient.subsystem.AppClientSubsystemResourceDefinition
 
ForwardingEjbClientConfiguration - Class in org.jboss.as.appclient.deployment
 
ForwardingEjbClientConfiguration(EJBClientConfiguration) - Constructor for class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 

G

getApplicationClientComponent() - Method in class org.jboss.as.appclient.service.ApplicationClientStartService
 
getApplicationClientDeploymentServiceInjectedValue() - Method in class org.jboss.as.appclient.service.ApplicationClientStartService
 
getCallbackHandler() - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getClusterConfiguration(String) - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getConnectionConfigurations() - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getControllerValue() - Method in class org.jboss.as.appclient.service.ApplicationClientDeploymentService
 
getCurrent() - Method in class org.jboss.as.appclient.service.LazyConnectionContextSelector
 
getDeploymentCompleteLatch() - Method in class org.jboss.as.appclient.service.ApplicationClientDeploymentService
 
getDeploymentNodeSelector() - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getEndpointCreationOptions() - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getEndpointName() - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getInvocationTimeout() - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getReconnectTasksTimeout() - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getRemoteConnectionProviderCreationOptions() - Method in class org.jboss.as.appclient.deployment.ForwardingEjbClientConfiguration
 
getResourceDescriptionResolver(String) - Static method in class org.jboss.as.appclient.subsystem.AppClientExtension
 
getValue() - Method in class org.jboss.as.appclient.service.ApplicationClientDeploymentService
 
getValue() - Method in class org.jboss.as.appclient.service.ApplicationClientStartService
 

H

handle(Callback[]) - Method in class org.jboss.as.appclient.service.DefaultApplicationClientCallbackHandler
 
handle(Callback[]) - Method in class org.jboss.as.appclient.service.RealmCallbackWrapper
 
HOST_URL - Static variable in class org.jboss.as.appclient.subsystem.AppClientSubsystemResourceDefinition
 

I

init() - Static method in class org.jboss.as.appclient.subsystem.CommandLineArgumentUsageImpl
 
initialize(ExtensionContext) - Method in class org.jboss.as.appclient.subsystem.AppClientExtension
 
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.appclient.subsystem.AppClientExtension
 
INSTANCE - Static variable in class org.jboss.as.appclient.subsystem.AppClientSubsystemResourceDefinition
 
isIntercepted() - Method in class org.jboss.as.appclient.component.ApplicationClientComponentDescription
 

L

LazyConnectionContextSelector - Class in org.jboss.as.appclient.service
Selector that does not create a connection until it is actually required.
LazyConnectionContextSelector(String, CallbackHandler, ClassLoader) - Constructor for class org.jboss.as.appclient.service.LazyConnectionContextSelector
 
listSnapshots() - Method in class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 
load() - Method in class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 

M

Main - Class in org.jboss.as.appclient.subsystem
The application client entry point
main(String[]) - Static method in class org.jboss.as.appclient.subsystem.Main
The main method.
MAIN_CLASS - Static variable in class org.jboss.as.appclient.deployment.AppClientAttachments
 
malformedUrl(String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
A message indicating the URL in the argument was malformed.
marshallAsXml(ModelNode, OutputStream) - Method in class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 
multipleAppClientsFound() - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating that more than one application client was found and not app client name was specified.
multipleNodesFound(String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
Creates an exception indicating the model contains multiple nodes represented by the nodeName parameter.

N

NAMESPACE_1_0 - Static variable in class org.jboss.as.appclient.subsystem.AppClientExtension
 

O

org.jboss.as.appclient.component - package org.jboss.as.appclient.component
 
org.jboss.as.appclient.deployment - package org.jboss.as.appclient.deployment
 
org.jboss.as.appclient.logging - package org.jboss.as.appclient.logging
 
org.jboss.as.appclient.service - package org.jboss.as.appclient.service
 
org.jboss.as.appclient.subsystem - package org.jboss.as.appclient.subsystem
 
org.jboss.as.appclient.subsystem.parsing - package org.jboss.as.appclient.subsystem.parsing
 

P

PARAMETERS - Static variable in class org.jboss.as.appclient.subsystem.AppClientSubsystemResourceDefinition
 
parse(XMLExtendedStreamReader, DeploymentUnit) - Method in class org.jboss.as.appclient.deployment.AppClientJBossAllParser
 
printUsage(PrintStream) - Static method in class org.jboss.as.appclient.subsystem.CommandLineArgumentUsageImpl
 

R

readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.appclient.subsystem.parsing.AppClientXml
 
RealmCallbackWrapper - Class in org.jboss.as.appclient.service
Wrapper for user provided callback handlers that may not know how to handle RealmCallback
RealmCallbackWrapper(CallbackHandler) - Constructor for class org.jboss.as.appclient.service.RealmCallbackWrapper
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.appclient.subsystem.AppClientSubsystemResourceDefinition
 
registerSubsystemWriter(String, XMLElementWriter<SubsystemMarshallingContext>) - Method in class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 
ROOT_ELEMENT - Static variable in class org.jboss.as.appclient.deployment.AppClientJBossAllParser
 
ROOT_LOGGER - Static variable in interface org.jboss.as.appclient.logging.AppClientLogger
The root logger.

S

SERVICE_NAME - Static variable in class org.jboss.as.appclient.service.ApplicationClientDeploymentService
 
SERVICE_NAME - Static variable in class org.jboss.as.appclient.service.ApplicationClientStartService
 
snapshot() - Method in class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 
start(StartContext) - Method in class org.jboss.as.appclient.service.ApplicationClientDeploymentService
 
start(StartContext) - Method in class org.jboss.as.appclient.service.ApplicationClientStartService
 
START_APP_CLIENT - Static variable in class org.jboss.as.appclient.deployment.AppClientAttachments
 
stop(StopContext) - Method in class org.jboss.as.appclient.service.ApplicationClientDeploymentService
 
stop(StopContext) - Method in class org.jboss.as.appclient.service.ApplicationClientStartService
 
store(ModelNode, Set<PathAddress>) - Method in class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 
SUBSYSTEM_NAME - Static variable in class org.jboss.as.appclient.subsystem.AppClientExtension
 
successfulBoot() - Method in class org.jboss.as.appclient.subsystem.ApplicationClientConfigurationPersister
 

U

undeploy(DeploymentUnit) - Method in class org.jboss.as.appclient.deployment.ActiveApplicationClientProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.appclient.deployment.ApplicationClientDependencyProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.appclient.deployment.ApplicationClientManifestProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.appclient.deployment.ApplicationClientParsingDeploymentProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.appclient.deployment.ApplicationClientStartProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.appclient.deployment.ApplicationClientStructureProcessor
 
unknownOption(String) - Method in interface org.jboss.as.appclient.logging.AppClientLogger
A message indicating a known option.

W

writeContent(XMLExtendedStreamWriter, ModelMarshallingContext) - Method in class org.jboss.as.appclient.subsystem.parsing.AppClientXml
 

X

XNIO - Static variable in class org.jboss.as.appclient.deployment.ApplicationClientDependencyProcessor
 
A C D E F G H I L M N O P R S U W X 
Skip navigation links
WildFly: Application Client Bootstrap 10.0.0.Alpha1

Copyright © 2015 JBoss by Red Hat. All rights reserved.