Skip navigation links
JBoss Server Migration: WildFly 10 1.0.0.Alpha1
A B C D E F G H I J L M N O P R S T U W 

A

AddBatchJBeretSubsystem - Class in org.jboss.migration.wfly10.subsystem.jberet
A task which adds the default Batch JBeret subsystem, if missing from the server config.
AddBufferCache - Class in org.jboss.migration.wfly10.subsystem.undertow
A task which adds Undertow's default buffer cache.
AddConcurrencyUtilitiesDefaultConfig - Class in org.jboss.migration.wfly10.subsystem.ee
A task which adds the default EE Concurrency Utilities config to the subsystem.
AddDefaultBindingsConfig - Class in org.jboss.migration.wfly10.subsystem.ee
A task which adds the default EE Concurrency Utilities config to the subsystem.
AddEjbCache - Class in org.jboss.migration.wfly10.subsystem.infinispan
A task which adds the 'ejb' cache, present on EAP 7 default configs, to Infinispan subsystem configuration.
AddExtension - Class in org.jboss.migration.wfly10.subsystem
A task which creates an extension if its missing from the server's config.
AddHttpAcceptorsAndConnectors - Class in org.jboss.migration.wfly10.subsystem.messaging
A task which adds HTTP Acceptors and Connectors to the Messaging subsystem.
AddHttpConnectorIfMissing - Class in org.jboss.migration.wfly10.subsystem.remoting
A task which adds the default http connector, if missing from the remote subsystem config.
AddInfinispanPassivationStoreAndDistributableCache - Class in org.jboss.migration.wfly10.subsystem.ejb3
A task which adds EJB3 subsystem's infinipan passivation-store, and distributable cache, if missing.
addLegacySubsystem(String) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10ExtensionBuilder
 
AddSecurityManagerSubsystem - Class in org.jboss.migration.wfly10.subsystem.securitymanager
A task which adds the default Security Manager subsystem, if missing from the server config.
AddServerCache - Class in org.jboss.migration.wfly10.subsystem.infinispan
A task which adds the 'server' cache, present on EAP 7 default configs, to Infinispan subsystem configuration.
AddSingletonSubsystem - Class in org.jboss.migration.wfly10.subsystem.singleton
A task which adds the default Singleton subsystem, if missing from the server config.
addSubsystem(WildFly10SubsystemBuilder) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10ExtensionBuilder
 
addSubsystem(String, WildFly10SubsystemMigrationTask...) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10ExtensionBuilder
 
addSubsystem(String) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10LegacyExtensionBuilder
 
AddSubsystemWithoutConfig - Class in org.jboss.migration.wfly10.subsystem
A task which creates a subsystem if its missing from the server's config.
addTask(WildFly10SubsystemMigrationTask) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10SubsystemBuilder
Adds a config migration task to the subsystem.
AddWebsockets - Class in org.jboss.migration.wfly10.subsystem.undertow
A task which adds support for websockets.

B

BATCH_JBERET - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
BATCH_JBERET - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
BEAN_VALIDATION - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
BEAN_VALIDATION - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
build() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10ExtensionBuilder
 
build() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10LegacyExtensionBuilder
 

C

confirmAllStandaloneConfigs(Collection<ServerPath<S>>, WildFly10Server, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFilesMigration
 
confirmStandaloneConfig(ServerPath<S>, WildFly10Server, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFilesMigration
 
CONNECTOR - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
constructServer(ProductInfo, Path) - Method in class org.jboss.migration.wfly10.full.WildFly10FullServerProvider
 
copyFileToTargetServer(Path, WildFly10Server, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileMigration
 

D

DATASOURCES - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
DEFAULT_CONTEXT_SERVICE_JNDI_NAME - Static variable in class org.jboss.migration.wfly10.subsystem.ee.AddConcurrencyUtilitiesDefaultConfig
 
DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.migration.wfly10.subsystem.ee.AddConcurrencyUtilitiesDefaultConfig
 
DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.migration.wfly10.subsystem.ee.AddConcurrencyUtilitiesDefaultConfig
 
DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME - Static variable in class org.jboss.migration.wfly10.subsystem.ee.AddConcurrencyUtilitiesDefaultConfig
 
DefinePassivationDisabledCacheRef - Class in org.jboss.migration.wfly10.subsystem.ejb3
A task which defines EJB3 subsystem's 'passivation-disabled-cache-ref' attribute .
DEPLOYMENT_SCANNER - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
DEPLOYMENT_SCANNER - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 

E

EE - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
EE - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
EJB3 - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
EJB3 - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
EmbeddedWildFly10StandaloneServer - Class in org.jboss.migration.wfly10.standalone
 
EmbeddedWildFly10StandaloneServer(String, WildFly10Server) - Constructor for class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
equals(Object) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Extension
 
equals(Object) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Subsystem
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.AddExtension
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.AddSubsystemWithoutConfig
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.ee.AddConcurrencyUtilitiesDefaultConfig
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.ee.AddDefaultBindingsConfig
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.ejb3.AddInfinispanPassivationStoreAndDistributableCache
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.ejb3.DefinePassivationDisabledCacheRef
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.ejb3.RefHttpRemotingConnectorInEJB3Remote
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.ejb3.WorkaroundForWFLY5520
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.infinispan.AddEjbCache
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.infinispan.AddServerCache
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.infinispan.FixHibernateCacheModuleName
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.jberet.AddBatchJBeretSubsystem
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.messaging.AddHttpAcceptorsAndConnectors
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.MigrateLegacySubsystem
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.remoting.AddHttpConnectorIfMissing
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.securitymanager.AddSecurityManagerSubsystem
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.singleton.AddSingletonSubsystem
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.undertow.AddBufferCache
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.undertow.AddWebsockets
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.undertow.MigrateHttpListener
 
execute(ModelNode, WildFly10Subsystem, WildFly10StandaloneServer, ServerMigrationContext) - Method in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemMigrationTask
Executes the task.
executeManagementOperation(ModelNode) - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
executeManagementOperation(ModelNode) - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 

F

FixHibernateCacheModuleName - Class in org.jboss.migration.wfly10.subsystem.infinispan
A task which changes the module name of any Hibernate Cache present in Infinispan subsystem.

G

getExtension() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Subsystem
 
getExtensions() - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
getExtensions() - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
getMigration(Server) - Method in class org.jboss.migration.wfly10.full.WildFly10FullServer
 
getMigration(Server) - Method in class org.jboss.migration.wfly10.WildFly10Server
 
getModelControllerClient() - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
getModelControllerClient() - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
getModulesDir() - Method in class org.jboss.migration.wfly10.WildFly10Server
 
getModulesDir(Path) - Static method in class org.jboss.migration.wfly10.WildFly10Server
 
getModulesSystemLayersBaseDir() - Method in class org.jboss.migration.wfly10.WildFly10Server
 
getModulesSystemLayersBaseDir(Path) - Static method in class org.jboss.migration.wfly10.WildFly10Server
 
getName() - Method in class org.jboss.migration.wfly10.full.WildFly10FullServerProvider
 
getName() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Extension
 
getName() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Subsystem
 
getProductInfo(Path) - Method in class org.jboss.migration.wfly10.full.WildFly10FullServerProvider
 
getProductNameRegex() - Method in class org.jboss.migration.wfly10.full.WildFly10FullServerProvider
 
getProductVersionRegex() - Method in class org.jboss.migration.wfly10.full.WildFly10FullServerProvider
 
getSecurityRealms() - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
getSecurityRealms() - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
getServer() - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
getServer() - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
getSourceType() - Method in interface org.jboss.migration.wfly10.WildFly10ServerMigration
Retrieves the type of the supported source server.
getStandaloneConfigurationDir() - Method in class org.jboss.migration.wfly10.WildFly10Server
 
getStandaloneDir() - Method in class org.jboss.migration.wfly10.WildFly10Server
 
getSubsystem(String) - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
getSubsystem(String) - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
getSubsystems() - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
getSubsystems() - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
getSubsystems() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Extension
 

H

hashCode() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Extension
 
hashCode() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Subsystem
 

I

IIOP_OPENJDK - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
IIOP_OPENJDK - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
INFINISPAN - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
INFINISPAN - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.AddExtension
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.AddSubsystemWithoutConfig
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.ee.AddConcurrencyUtilitiesDefaultConfig
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.ee.AddDefaultBindingsConfig
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.ejb3.AddInfinispanPassivationStoreAndDistributableCache
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.ejb3.DefinePassivationDisabledCacheRef
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.ejb3.RefHttpRemotingConnectorInEJB3Remote
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.ejb3.WorkaroundForWFLY5520
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.infinispan.AddEjbCache
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.infinispan.AddServerCache
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.infinispan.FixHibernateCacheModuleName
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.jberet.AddBatchJBeretSubsystem
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.messaging.AddHttpAcceptorsAndConnectors
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.MigrateLegacySubsystem
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.remoting.AddHttpConnectorIfMissing
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.securitymanager.AddSecurityManagerSubsystem
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.singleton.AddSingletonSubsystem
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.undertow.AddBufferCache
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.undertow.AddWebsockets
 
INSTANCE - Static variable in class org.jboss.migration.wfly10.subsystem.undertow.MigrateHttpListener
 
IO - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
IO - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
isStarted() - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
isStarted() - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 

J

JACORB - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
JACORB - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
JAXRS - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
JAXRS - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
JCA - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
JDR - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
JDR - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
JGROUPS - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
JGROUPS - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
JMX - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
JMX - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
JPA - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
JPA - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
JSF - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
JSF - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
JSR77 - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
JSR77 - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 

L

LegacyWildFly10Extension - Class in org.jboss.migration.wfly10.subsystem
 
LegacyWildFly10Extension(String) - Constructor for class org.jboss.migration.wfly10.subsystem.LegacyWildFly10Extension
 
LOGGING - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
LOGGING - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 

M

MAIL - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
MAIL - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
MESSAGING - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
MESSAGING - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
MESSAGING_ACTIVEMQ - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
MESSAGING_ACTIVEMQ - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
migrate(WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.LegacyWildFly10Extension
 
migrate(WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Extension
 
migrate(WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Subsystem
 
migrate(Server, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.WildFly10Server
 
migrateAllStandaloneConfigs(Collection<ServerPath<S>>, WildFly10Server, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFilesMigration
 
migrateDeployment(ModelNode, ServerPath<S>, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileDeploymentsMigration
 
migrateExtensions(WildFly10StandaloneServer, Set<String>, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSubsystemsMigration
 
MigrateHttpListener - Class in org.jboss.migration.wfly10.subsystem.undertow
A task which updates the config of the default http listener.
MigrateLegacySubsystem - Class in org.jboss.migration.wfly10.subsystem
A task which migrates a legacy subsystem.
migrateSecurityRealm(ModelNode, ServerPath<S>, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSecurityRealmsMigration
 
migrateSecurityRealms(ServerPath<S>, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSecurityRealmsMigration
 
MODCLUSTER - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
MODCLUSTER - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 

N

NAMING - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
NAMING - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 

O

org.jboss.migration.wfly10 - package org.jboss.migration.wfly10
 
org.jboss.migration.wfly10.full - package org.jboss.migration.wfly10.full
 
org.jboss.migration.wfly10.standalone - package org.jboss.migration.wfly10.standalone
 
org.jboss.migration.wfly10.standalone.config - package org.jboss.migration.wfly10.standalone.config
 
org.jboss.migration.wfly10.subsystem - package org.jboss.migration.wfly10.subsystem
 
org.jboss.migration.wfly10.subsystem.ee - package org.jboss.migration.wfly10.subsystem.ee
 
org.jboss.migration.wfly10.subsystem.ejb3 - package org.jboss.migration.wfly10.subsystem.ejb3
 
org.jboss.migration.wfly10.subsystem.infinispan - package org.jboss.migration.wfly10.subsystem.infinispan
 
org.jboss.migration.wfly10.subsystem.jberet - package org.jboss.migration.wfly10.subsystem.jberet
 
org.jboss.migration.wfly10.subsystem.messaging - package org.jboss.migration.wfly10.subsystem.messaging
 
org.jboss.migration.wfly10.subsystem.remoting - package org.jboss.migration.wfly10.subsystem.remoting
 
org.jboss.migration.wfly10.subsystem.securitymanager - package org.jboss.migration.wfly10.subsystem.securitymanager
 
org.jboss.migration.wfly10.subsystem.singleton - package org.jboss.migration.wfly10.subsystem.singleton
 
org.jboss.migration.wfly10.subsystem.undertow - package org.jboss.migration.wfly10.subsystem.undertow
 

P

POJO - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
POJO - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
postMigrate(List<String>, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.subsystem.MigrateLegacySubsystem
 

R

RefHttpRemotingConnectorInEJB3Remote - Class in org.jboss.migration.wfly10.subsystem.ejb3
A task which changes EJB3 remote service, if presence in config, to ref the HTTP Remoting Conector.
REMOTING - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
REMOTING - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
removeExtension(String) - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
removeExtension(String) - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
removeSubsystem(String) - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
removeSubsystem(String) - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
removeUnsupportedExtensions(WildFly10StandaloneServer, Set<String>, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSubsystemsMigration
 
removeUnsupportedSubsystems(WildFly10StandaloneServer, Set<String>, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSubsystemsMigration
 
REQUEST_CONTROLLER - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
REQUEST_CONTROLLER - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
resolvePath(String) - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
resolvePath(String) - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
RESOURCE_ADAPTERS - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
run(ServerPath<S>, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileDeploymentsMigration
 
run(ServerPath<S>, WildFly10Server, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileMigration
 
run(ServerPath<S>, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileMigration
 
run(ServerPath<S>, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSecurityRealmsMigration
 
run(Collection<ServerPath<S>>, WildFly10Server, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFilesMigration
 
run(ServerPath<S>, WildFly10StandaloneServer, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSubsystemsMigration
 
run(S, WildFly10Server, ServerMigrationContext) - Method in interface org.jboss.migration.wfly10.WildFly10ServerMigration
Runs the server Migration

S

SAR - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
SAR - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
SECURITY - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
SECURITY - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
SECURITY_MANAGER - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
SECURITY_MANAGER - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
setExtension(WildFly10Extension) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10SubsystemBuilder
Sets the subsystem extension.
setName(String) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10ExtensionBuilder
 
setName(String) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10LegacyExtensionBuilder
 
setName(String) - Method in class org.jboss.migration.wfly10.subsystem.WildFly10SubsystemBuilder
Sets the subsystem name.
SINGLETON - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
SINGLETON - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
start() - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
start() - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
startEmbeddedServer(Path, WildFly10Server, ServerMigrationContext) - Method in class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileMigration
 
stop() - Method in class org.jboss.migration.wfly10.standalone.EmbeddedWildFly10StandaloneServer
 
stop() - Method in interface org.jboss.migration.wfly10.standalone.WildFly10StandaloneServer
 
subsystemMigrationTasks - Variable in class org.jboss.migration.wfly10.subsystem.WildFly10Subsystem
 
subsystems - Variable in class org.jboss.migration.wfly10.subsystem.WildFly10Extension
 

T

toString() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Extension
 
toString() - Method in class org.jboss.migration.wfly10.subsystem.WildFly10Subsystem
 
TRANSACTIONS - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
TRANSACTIONS - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 

U

UNDERTOW - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
UNDERTOW - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 

W

WEB - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
WEB - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
WEBSERVICES - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
WEBSERVICES - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
WELD - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10ExtensionNames
 
WELD - Static variable in interface org.jboss.migration.wfly10.subsystem.WildFly10SubsystemNames
 
WildFly10Extension - Class in org.jboss.migration.wfly10.subsystem
 
WildFly10Extension(String) - Constructor for class org.jboss.migration.wfly10.subsystem.WildFly10Extension
 
WildFly10ExtensionBuilder - Class in org.jboss.migration.wfly10.subsystem
 
WildFly10ExtensionBuilder() - Constructor for class org.jboss.migration.wfly10.subsystem.WildFly10ExtensionBuilder
 
WildFly10ExtensionNames - Interface in org.jboss.migration.wfly10.subsystem
The names of WildFly 10 extensions.
WildFly10FullServer - Class in org.jboss.migration.wfly10.full
 
WildFly10FullServer(ProductInfo, Path) - Constructor for class org.jboss.migration.wfly10.full.WildFly10FullServer
 
WildFly10FullServerMigration<S extends org.jboss.migration.core.Server> - Interface in org.jboss.migration.wfly10.full
The interface that WildFly 10 Full server migrations must implement.
WildFly10FullServerMigrations - Class in org.jboss.migration.wfly10.full
The WildFly 10 Full server migration provider.
WildFly10FullServerProvider - Class in org.jboss.migration.wfly10.full
The WildFly 10 Full ServerProvider.
WildFly10FullServerProvider() - Constructor for class org.jboss.migration.wfly10.full.WildFly10FullServerProvider
 
WildFly10LegacyExtensionBuilder - Class in org.jboss.migration.wfly10.subsystem
 
WildFly10LegacyExtensionBuilder() - Constructor for class org.jboss.migration.wfly10.subsystem.WildFly10LegacyExtensionBuilder
 
WildFly10Server - Class in org.jboss.migration.wfly10
 
WildFly10Server(ProductInfo, Path) - Constructor for class org.jboss.migration.wfly10.WildFly10Server
 
WildFly10ServerMigration<S extends org.jboss.migration.core.Server> - Interface in org.jboss.migration.wfly10
 
WildFly10StandaloneConfigFileDeploymentsMigration<S extends org.jboss.migration.core.Server> - Class in org.jboss.migration.wfly10.standalone.config
Migration logic with respect to the deployments found in a standalone config file being to WildFly 10.
WildFly10StandaloneConfigFileDeploymentsMigration() - Constructor for class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileDeploymentsMigration
 
WildFly10StandaloneConfigFileMigration<S extends org.jboss.migration.core.Server> - Class in org.jboss.migration.wfly10.standalone.config
Abstract implementation of a standalone config file migration.
WildFly10StandaloneConfigFileMigration() - Constructor for class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileMigration
 
WildFly10StandaloneConfigFileSecurityRealmsMigration<S extends org.jboss.migration.core.Server> - Class in org.jboss.migration.wfly10.standalone.config
Migration of security realms fully compatible with WildFly 10.
WildFly10StandaloneConfigFileSecurityRealmsMigration() - Constructor for class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSecurityRealmsMigration
 
WildFly10StandaloneConfigFilesMigration<S extends org.jboss.migration.core.Server> - Class in org.jboss.migration.wfly10.standalone.config
Migration of multiple standalone config files.
WildFly10StandaloneConfigFilesMigration(WildFly10StandaloneConfigFileMigration) - Constructor for class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFilesMigration
 
WildFly10StandaloneConfigFileSubsystemsMigration<S extends org.jboss.migration.core.Server> - Class in org.jboss.migration.wfly10.standalone.config
Migration logic of WildFly 10 Subsystems, and related Extension.
WildFly10StandaloneConfigFileSubsystemsMigration(List<WildFly10Extension>) - Constructor for class org.jboss.migration.wfly10.standalone.config.WildFly10StandaloneConfigFileSubsystemsMigration
 
WildFly10StandaloneServer - Interface in org.jboss.migration.wfly10.standalone
 
WildFly10Subsystem - Class in org.jboss.migration.wfly10.subsystem
 
WildFly10Subsystem(String, List<WildFly10SubsystemMigrationTask>, WildFly10Extension) - Constructor for class org.jboss.migration.wfly10.subsystem.WildFly10Subsystem
 
WildFly10SubsystemBuilder - Class in org.jboss.migration.wfly10.subsystem
Builder for WildFly10Subsystem.
WildFly10SubsystemBuilder() - Constructor for class org.jboss.migration.wfly10.subsystem.WildFly10SubsystemBuilder
 
WildFly10SubsystemMigrationTask - Interface in org.jboss.migration.wfly10.subsystem
A task which is part of a subsystem's migration logic.
WildFly10SubsystemNames - Interface in org.jboss.migration.wfly10.subsystem
The names of WildFly 10 subsystems.
WorkaroundForWFLY5520 - Class in org.jboss.migration.wfly10.subsystem.ejb3
A task which applies WFLY-5520 workaround when EAP 7.0.0.Beta1 is the target server.
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links
JBoss Server Migration: WildFly 10 1.0.0.Alpha1

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