Skip navigation links
A C D E F G H I J L M N O P S T U V 

A

addFile(File) - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
addFiles(List<File>) - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
addLibraryDirectory(File, String) - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
addMuleBaseUserLibs(File, File) - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
addPatches(File, File) - Method in class org.mule.runtime.module.reboot.internal.EEMuleClassPathConfig
 
addPatchJars(File) - Method in class org.mule.runtime.module.reboot.internal.EEMuleClassPathConfig
 
addURL(URL) - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
Add a URL to Mule's classpath.
addURLs(List<URL>) - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
awaitLicenseValidation() - Static method in class org.mule.runtime.module.reboot.MuleContainerBootstrap
DO NOT DELETE! Invoked by reflection from org.mule.runtime.module.launcher.MuleContainer

C

classes - Variable in class org.mule.runtime.module.reboot.internal.PatchScanner
 
CLASSNAME_MULE_CONTAINER - Static variable in class org.mule.runtime.module.reboot.internal.MuleContainerWrapper
 
CLI_OPTIONS - Static variable in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 
com.mulesoft.mule.runtime.core.api.license - package com.mulesoft.mule.runtime.core.api.license
 
configureFips() - Method in class org.mule.runtime.module.reboot.internal.FipsSecurityManager
 
controlEvent(int) - Method in class org.mule.runtime.module.reboot.internal.MuleContainerWrapper
Called whenever the native wrapper code traps a system control signal against the Java process.
createContainerSystemClassLoader() - Method in class org.mule.runtime.module.reboot.internal.EEMuleContainerWrapper
 
createContainerSystemClassLoader() - Method in class org.mule.runtime.module.reboot.internal.MuleContainerWrapper
 

D

DefaultMuleClassPathConfig - Class in org.mule.runtime.module.reboot.internal
Constructs a default set of JAR Urls located under Mule home folder.
DefaultMuleClassPathConfig(File, File) - Constructor for class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
dispose() - Static method in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 
duplicates - Variable in class org.mule.runtime.module.reboot.internal.PatchScanner
 

E

EEMuleClassPathConfig - Class in org.mule.runtime.module.reboot.internal
Adds all jars matching pattern: $MULE_HOME/lib/patches/patch-NNNNN-YYYYMMDD.jar before all regular Mule libaries to the classpath.
EEMuleClassPathConfig(File, File) - Constructor for class org.mule.runtime.module.reboot.internal.EEMuleClassPathConfig
 
EEMuleContainerWrapper - Class in org.mule.runtime.module.reboot.internal
 
EEMuleContainerWrapper() - Constructor for class org.mule.runtime.module.reboot.internal.EEMuleContainerWrapper
 
eval - Static variable in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 

F

FipsSecurityManager - Class in org.mule.runtime.module.reboot.internal
This class is responsible for configuring FIPS.
FipsSecurityManager() - Constructor for class org.mule.runtime.module.reboot.internal.FipsSecurityManager
 

G

getExpirationDate() - Method in class com.mulesoft.mule.runtime.core.api.license.MuleLicense
 
getJavaPID() - Static method in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 
getKey() - Static method in class org.mule.runtime.module.reboot.internal.LicenseKeyHandler
 
getLicense() - Static method in class com.mulesoft.mule.runtime.core.api.license.MuleLicenseUtils
Returns the enterprise license installed in the container
getMuleAppDir(String) - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
getMuleAppsDir() - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
getMuleBase() - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
The mule runtime base folder is a directory similar to the mule runtime installation one but with only the specific configuration parts of the mule runtime installation such as the apps folder, the domain folder, the conf folder.
getMuleConfDir() - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
getMuleDomainsDir() - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
getMuleHome() - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
getMuleLibDir() - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
getMuleLocalJarFile() - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
getPatchJars() - Method in class org.mule.runtime.module.reboot.internal.PatchScanner
 
getResource(String, Class<?>) - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
getURLs() - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
getWrapperPID() - Static method in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 

H

hasEntitlement(String, String) - Method in class com.mulesoft.mule.runtime.core.api.license.MuleLicense
Determines if the license has a given entitlement

I

init(File, File) - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
init(File, File) - Method in class org.mule.runtime.module.reboot.internal.EEMuleClassPathConfig
 
install(EnterpriseLicenseKey) - Method in class org.mule.runtime.module.reboot.internal.LicenseKeyHandler
 
isBypassLicenseCheck() - Static method in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 
isEvaluation() - Method in class com.mulesoft.mule.runtime.core.api.license.MuleLicense
 
isFipsEnabled() - Method in class org.mule.runtime.module.reboot.internal.FipsSecurityManager
 
isStandalone() - Static method in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
Whether Mule is running embedded or standalone.

J

JAR_EXTENSION - Static variable in class org.mule.runtime.module.reboot.internal.PatchScanner
 

L

LICENSE_FILE_NAME - Static variable in class org.mule.runtime.module.reboot.internal.LicenseKeyHandler
 
LicenseKeyHandler - Class in org.mule.runtime.module.reboot.internal
 
LicenseKeyHandler() - Constructor for class org.mule.runtime.module.reboot.internal.LicenseKeyHandler
 
listJars(File) - Method in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
Find and if necessary filter the jars for classpath.
listPatchJars() - Method in class org.mule.runtime.module.reboot.internal.PatchScanner
 
lookupMuleBase() - Static method in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 
lookupMuleHome() - Static method in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 

M

main(String[]) - Static method in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 
MULE_DIR - Static variable in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
MULE_DOMAIN_FOLDER - Static variable in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
MULE_LOCAL_JAR_FILENAME - Static variable in class org.mule.runtime.module.reboot.api.MuleContainerBootstrapUtils
 
MuleContainerBootstrap - Class in org.mule.runtime.module.reboot
This is a copy of the CE version of MuleContainerBootstrap which adds license checking.
MuleContainerBootstrap() - Constructor for class org.mule.runtime.module.reboot.MuleContainerBootstrap
 
MuleContainerBootstrapUtils - Class in org.mule.runtime.module.reboot.api
 
MuleContainerSystemClassLoader - Class in org.mule.runtime.module.reboot.internal
Loads a standard $MULE_HOME/lib/* hierarchy.
MuleContainerSystemClassLoader(DefaultMuleClassPathConfig) - Constructor for class org.mule.runtime.module.reboot.internal.MuleContainerSystemClassLoader
 
MuleContainerWrapper - Class in org.mule.runtime.module.reboot.internal
 
MuleContainerWrapper() - Constructor for class org.mule.runtime.module.reboot.internal.MuleContainerWrapper
 
MuleLicense - Class in com.mulesoft.mule.runtime.core.api.license
Defines a license abstraction for the enterprise license used on the container
MuleLicenseUtils - Class in com.mulesoft.mule.runtime.core.api.license
Provides utilities methods to work with enterprise licenses

N

NoLicenseEntitlementException - Exception in com.mulesoft.mule.runtime.core.api.license
Thrown to indicate that a given entitlement is not available in the provided license
NoLicenseEntitlementException(String) - Constructor for exception com.mulesoft.mule.runtime.core.api.license.NoLicenseEntitlementException
Creates a new exception with a detailed error message
NoValidLicenseFoundException - Exception in com.mulesoft.mule.runtime.core.api.license
Thrown to indicate that no valid license was found on the container
NoValidLicenseFoundException(String) - Constructor for exception com.mulesoft.mule.runtime.core.api.license.NoValidLicenseFoundException
Creates a new exception with a detailed error message

O

OPT_DIR - Static variable in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
org.mule.runtime.module.reboot - package org.mule.runtime.module.reboot
 
org.mule.runtime.module.reboot.api - package org.mule.runtime.module.reboot.api
 
org.mule.runtime.module.reboot.internal - package org.mule.runtime.module.reboot.internal
 

P

patchDirectory - Variable in class org.mule.runtime.module.reboot.internal.PatchScanner
 
PATCHES_DIR - Static variable in class org.mule.runtime.module.reboot.internal.EEMuleClassPathConfig
 
PatchScanner - Class in org.mule.runtime.module.reboot.internal
 
PatchScanner(File) - Constructor for class org.mule.runtime.module.reboot.internal.PatchScanner
 

S

scanJarForDuplicateClasses(File) - Method in class org.mule.runtime.module.reboot.internal.PatchScanner
 
start(String[]) - Method in class org.mule.runtime.module.reboot.internal.MuleContainerWrapper
The start method is called when the WrapperManager is signaled by the native wrapper code that it can start its application.
stop(int) - Method in class org.mule.runtime.module.reboot.internal.MuleContainerWrapper
Called when the application is shutting down.

T

TESTING_MODE_PROPERTY_NAME - Static variable in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 
testingMode - Static variable in class org.mule.runtime.module.reboot.MuleContainerBootstrap
 

U

unInstall() - Method in class org.mule.runtime.module.reboot.internal.LicenseKeyHandler
 
urls - Variable in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 
USER_DIR - Static variable in class org.mule.runtime.module.reboot.internal.DefaultMuleClassPathConfig
 

V

validate() - Method in class org.mule.runtime.module.reboot.internal.LicenseKeyHandler
 
A C D E F G H I J L M N O P S T U V 
Skip navigation links

Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.