A B C D E F G H I J L M N O P R S T U V W X

A

AbsCleanTask - Class in org.ow2.jonas.lib.work
Abstract Clean Task class which define a generic job executed by the cleaner thread.
AbsCleanTask() - Constructor for class org.ow2.jonas.lib.work.AbsCleanTask
Default constructor : Construct a new cleaner.
AbsConfigServiceImpl - Class in org.ow2.jonas.lib.service
Abstract implementation of a ConfigService.
AbsConfigServiceImpl() - Constructor for class org.ow2.jonas.lib.service.AbsConfigServiceImpl
 
AbsDeployerLog<T extends LogEntry> - Class in org.ow2.jonas.lib.work
Abstract class for deployer log
AbsDeployerLog(File) - Constructor for class org.ow2.jonas.lib.work.AbsDeployerLog
Constructor for the deployerLog.
AbsModuleClassLoader - Class in org.ow2.jonas.lib.loader
The AbsModuleClassLoader class is used in JOnAS for loading web, ejbjars and client modules.
AbsModuleClassLoader(URL[]) - Constructor for class org.ow2.jonas.lib.loader.AbsModuleClassLoader
Create a new AbsModuleClassLoader for a list of URLs.
AbsModuleClassLoader(URL[], ClassLoader) - Constructor for class org.ow2.jonas.lib.loader.AbsModuleClassLoader
Create a new AbsModuleClassLoader for a list of URLs with a specified parent loader.
AbsServiceImpl - Class in org.ow2.jonas.lib.service
Abstract implementation of a Service.
AbsServiceImpl() - Constructor for class org.ow2.jonas.lib.service.AbsServiceImpl
 
accept(File) - Method in class org.ow2.jonas.lib.bootstrap.JFileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File, String) - Method in class org.ow2.jonas.lib.util.DirFilter
 
add(File) - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Add the specified file or directory to this JURLs.
add(File, String) - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Add the content of the specified directory to this JURLs, by using the specified filter.
add(File, String, String, String) - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Add the content of the specified directory to this JURLs by using a file filter and if the contained file not starts with the prefix and not ends with the suffix.
add(String) - Method in class org.ow2.jonas.lib.cpmanager.JarList
Add the specified file to the current list.
addArgument(String) - Method in class org.ow2.jonas.lib.util.Cmd
Add a new argument to the command.
addArguments(List) - Method in class org.ow2.jonas.lib.util.Cmd
Add a new argument to the command.
addContentInRepository(String) - Method in class org.ow2.jonas.lib.loader.AbsModuleClassLoader
Add specified location childs into the repository.
addDir(File) - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Add the specified directory to this JURLs.
addEntry(T) - Method in class org.ow2.jonas.lib.work.AbsDeployerLog
Add the entry and return the new entries.
addEntry(LogEntry) - Method in class org.ow2.jonas.lib.work.DeployerLog
 
addEntry(File, File) - Method in class org.ow2.jonas.lib.work.DeployerLog
Add the entry and return the new entries.
addingBundle(Bundle, BundleEvent) - Method in class org.ow2.jonas.lib.loader.MetaInfScannerBundleTrackerCustomizer
A bundle is being added to the BundleTracker.
addInRepository(String) - Method in class org.ow2.jonas.lib.loader.AbsModuleClassLoader
Add specified location into the repository.
addNotEndWith(File, String) - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Add the content of the specified directory to this JURLs if the contained file not ends with the specified suffix.
addNotStartWith(File, String) - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Add the content of the specified directory to this JURLs if the contained file not starts with the specified prefix.
addonConfig - Variable in class org.ow2.jonas.lib.service.AbsConfigServiceImpl
Addon configuration component
addURL(URL) - Method in class org.ow2.jonas.lib.loader.AbsModuleClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
allGroups(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for all groups in a resource.
allRoles(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for all roles in a resource.
allSecurityDatasourceFactories(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for all the Security datasource factories.
allSecurityFactories(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for the Security factory name.
allSecurityLdapFactories(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for all the Security ldap factories.
allSecurityMemoryFactories(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for all the Security memory factories.
allUsers(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for all users in a resource.
allWars(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
ObjectName for all war MBeans in the domain
ArchiveConfig(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 

B

Base64 - Class in org.ow2.jonas.lib.util
Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
BeanNaming - Class in org.ow2.jonas.lib.util
This class is made for hiding Naming convention in all JOnAS framework.
BeanNaming() - Constructor for class org.ow2.jonas.lib.util.BeanNaming
 
Bootstrap - Class in org.ow2.jonas.lib.bootstrap
This class load all the jars needed to start JOnAS and after this, it launch the JOnAS server (Server class).

C

CLASSLOADER_FILTERING_FILE - Static variable in class org.ow2.jonas.lib.loader.FilteringClassLoader
Name of the XML file inside modules.
clearAssertionStatus() - Method in class org.ow2.jonas.lib.loader.ThreadContextClassLoader
 
ClientClassLoader - Class in org.ow2.jonas.lib.loader
ClassLoader used for loading Client classes and resources
ClientClassLoader(URL) - Constructor for class org.ow2.jonas.lib.loader.ClientClassLoader
Create a new ClientClassLoader with default parent ClassLoader
ClientClassLoader(URL, ClassLoader) - Constructor for class org.ow2.jonas.lib.loader.ClientClassLoader
Create a new ClientClassLoader with specified parent ClassLoader
ClientClassLoader(URL[], ClassLoader) - Constructor for class org.ow2.jonas.lib.loader.ClientClassLoader
Create a new ClientClassLoader with specified parent ClassLoader
cluster(String, String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Build an ObjectName for a Cluster defined by its type and its name.
clusterDaemon(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
clusterDaemonProxy(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
clusterDaemonProxys(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
clusterMember(String, String, String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Build an ObjectName for a ClusterMember.
clusters(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Build an ObjectName for a Cluster defined by its type only.
Cmd - Class in org.ow2.jonas.lib.util
This class allows to run a command in sub-process.
Cmd(String, boolean) - Constructor for class org.ow2.jonas.lib.util.Cmd
Construtor method of Cmd class.
Cmd(String) - Constructor for class org.ow2.jonas.lib.util.Cmd
Construtor method of Cmd class.
Cmd(String, String[], boolean) - Constructor for class org.ow2.jonas.lib.util.Cmd
Construtor method of Cmd class.
cmiClient(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Build an ObjectName for the CMIClient MBean.
cmiServer(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Build an ObjectName for the CMIServer MBean.
CONF_DIR - Static variable in class org.ow2.jonas.lib.util.JModule
name of the directory containig configuration.
CONF_GENERATED_DIRECTORY - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
Directory in the work directory where the jonas.properties is generated
ConfigurationConstants - Interface in org.ow2.jonas.lib.util
 
configure(String) - Static method in class org.ow2.jonas.lib.util.Log
Configure Logger.
convertToList(String) - Static method in class org.ow2.jonas.lib.service.AbsServiceImpl
Utility method to convert a given String of comma-separated elements to a List.

D

databaseService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
decode(char[]) - Static method in class org.ow2.jonas.lib.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
DEFAULT_CONFIG_DIR - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
configuration directory name (changed from 'config' to 'conf' !!)
DEFAULT_DOMAIN_NAME - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
Default server name
DEFAULT_JONAS_NAME - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
Default server name
DEFAULT_JONAS_PREFIX - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
Prefix for jonas.properties file
DEFAULT_JONAS_VERSIONS - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
File name where JOnAS components versions are stored.
DEFAULT_WORK_DIRECTORY - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
Default work directory name.
deleteInstance(String) - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Remove the JProp instance corresponding to the given file name from the 'multiple' data structure and delete the file.
DEPLOY_DIR - Static variable in class org.ow2.jonas.lib.util.JModule
 
deployableMonitorService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return the deployableMonitorService (Jmx).
DeployerLog - Class in org.ow2.jonas.lib.work
Class which permits to store or load the association between the name of a package and the timestamped work copy associated.
DeployerLog(File) - Constructor for class org.ow2.jonas.lib.work.DeployerLog
Constructor for the deployerLog.
deploymentPlan(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Build an ObjectName for the DeploymentPlan MBean.
DirFilter - Class in org.ow2.jonas.lib.util
Filter used to seek directories
DirFilter(String, String) - Constructor for class org.ow2.jonas.lib.util.DirFilter
 
DirLocator - Class in org.ow2.jonas.lib.loader.locator
A DirLocator is used to look up for a file inside a directory.
DirLocator(URL) - Constructor for class org.ow2.jonas.lib.loader.locator.DirLocator
Construct a new DirLocator from an URL pointing to a directory.
DirURLFactory - Class in org.ow2.jonas.lib.loader.factory
A DirURLFactory is used to create URLs from an URL (pointing to a directory) and paths.
DirURLFactory(URL) - Constructor for class org.ow2.jonas.lib.loader.factory.DirURLFactory
Create a new DirURLFactory using the specified base URL.
DISABLE_FILTERING_PROPERTY_NAME - Static variable in class org.ow2.jonas.lib.loader.FilteringClassLoader
System property for disabling the Filtering.
discoveryClient(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
discoveryEnroller(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
discoveryManager(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
discoveryService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Construct ObjectName for the discovery service MBean
doInit(Context) - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Deprecated.  
DOMAIN_NAME - Static variable in class org.ow2.jonas.lib.bootstrap.JProp
Domain name.
DOMAIN_NAME_PROP - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
domain.name property
doStart() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Abstract start-up method to be implemented by sub-classes.
doStop() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Abstract method for service stopping to be implemented by sub-classes.

E

EAR_CHILD_DIR - Static variable in class org.ow2.jonas.lib.util.JModule
 
EAR_CONFIRM_FILE - Static variable in class org.ow2.jonas.lib.util.JModule
 
EAR_EXTENSION - Static variable in class org.ow2.jonas.lib.util.JModule
 
EarClassPathManager - Class in org.ow2.jonas.lib.cpmanager
JOnAS Ear class path manager class.
EarClassPathManager(JarList, JarList, URL) - Constructor for class org.ow2.jonas.lib.cpmanager.EarClassPathManager
Construct an instance of a EarClassPathManager.
EarClassPathManager(JarList, URL) - Constructor for class org.ow2.jonas.lib.cpmanager.EarClassPathManager
Construct an instance of a EarClassPathManager.
EarClassPathManagerException - Exception in org.ow2.jonas.lib.cpmanager
The class EarClassPathManagerException indicates conditions that a reasonable application might want to catch.
EarClassPathManagerException() - Constructor for exception org.ow2.jonas.lib.cpmanager.EarClassPathManagerException
Constructs a new EarClassPathManagerException with no detail message.
EarClassPathManagerException(String) - Constructor for exception org.ow2.jonas.lib.cpmanager.EarClassPathManagerException
Constructs a new EarClassPathManagerException with the specified message.
earService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return the earService (Jmx).
ejb3Service(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
EJBJAR_CHILD_DIR - Static variable in class org.ow2.jonas.lib.util.JModule
Child directory of a expanded container.
EJBJAR_CONFIRM_FILE - Static variable in class org.ow2.jonas.lib.util.JModule
xml file in a child directory of a expanded container.
EJBJAR_EXTENSION - Static variable in class org.ow2.jonas.lib.util.JModule
file extension containing the different module types.
EjbJarClassLoader - Class in org.ow2.jonas.lib.loader
ClassLoader used for loading EJB classes and resources
EjbJarClassLoader(URL[]) - Constructor for class org.ow2.jonas.lib.loader.EjbJarClassLoader
Create a new EjbJarClassLoader with default parent ClassLoader
EjbJarClassLoader(URL[], ClassLoader) - Constructor for class org.ow2.jonas.lib.loader.EjbJarClassLoader
Create a new EjbJarClassLoader with specified parent ClassLoader
ejbService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
encode(byte[]) - Static method in class org.ow2.jonas.lib.util.Base64
returns an array of base64-encoded characters to represent the passed data array.
Env - Class in org.ow2.jonas.lib.util
This class manages global variables and properties used by EJB Server.
env2Ctx(Context) - Method in class org.ow2.jonas.lib.bootstrap.JProp
Bind all the properties found in file properties in a naming context the naming context must be allocated by the caller
execute() - Method in interface org.ow2.jonas.lib.execution.IExecution
Execute some user's code.
execute(ClassLoader, IExecution<T>) - Static method in class org.ow2.jonas.lib.execution.RunnableHelper
Run a code block in the context of a given ClassLoader.
execute() - Method in class org.ow2.jonas.lib.work.AbsCleanTask
Run the clean task.
ExecutionResult<T> - Class in org.ow2.jonas.lib.execution
Store the result of an IExecution.
ExecutionResult() - Constructor for class org.ow2.jonas.lib.execution.ExecutionResult
 
extract(JarEntry, String) - Method in class org.ow2.jonas.lib.util.JJarFile
Extract the specified Jar Entry to the path given
extractObjectFrom(Reference, String, Class<T>) - Static method in class org.ow2.jonas.lib.util.JNDIUtils
Extract an Object from the Reference.
extractStringFrom(Reference, String) - Static method in class org.ow2.jonas.lib.util.JNDIUtils
Extract a String value with the given key, from the Reference.

F

fileNameForObjectName(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
FilteringClassLoader - Class in org.ow2.jonas.lib.loader
ClassLoader that allows to filter the classes or resources that are loaded.
It is extending URLClassLoader as for example Tomcat is looking for getURLs() method, etc.
FilteringClassLoader(ClassLoader) - Constructor for class org.ow2.jonas.lib.loader.FilteringClassLoader
Build a new filtering classloader by using the given parent classloader.
FiltersDefinition - Class in org.ow2.jonas.lib.loader.xml
A FiltersDefinition is the XML representation of the &lt;filters> (or &lt;default-filters>) elements.
It defines a set of filter name.
FiltersDefinition() - Constructor for class org.ow2.jonas.lib.loader.xml.FiltersDefinition
 
firstToUpperCase(String) - Static method in class org.ow2.jonas.lib.util.BeanNaming
returns the given string with the first character converted to upper case
fromFileName(String) - Static method in class org.ow2.jonas.lib.util.ModuleNamingUtils
Deprecated. Build the J2EEApplication name.
fromURL(URL) - Static method in class org.ow2.jonas.lib.util.ModuleNamingUtils
Deprecated. Build the J2EEApplication name.

G

get(String) - Static method in class org.ow2.jonas.lib.windows.WinSysEnv
Get a variable from the windows env
getBaseName(String) - Static method in class org.ow2.jonas.lib.util.BeanNaming
returns the basename of the given full name
getBases() - Method in class org.ow2.jonas.lib.loader.AbsModuleClassLoader
 
getBaseURL() - Method in class org.ow2.jonas.lib.loader.WebappClassLoader
 
getBytesFromObject(Object) - Static method in class org.ow2.jonas.lib.util.JNDIUtils
Return an array of byte from a given object
getBytesFromObject(Object, Logger) - Static method in class org.ow2.jonas.lib.util.JNDIUtils
Return an array of byte from a given object
getClassAnnotation(Class) - Method in class org.ow2.jonas.lib.bootstrap.RemoteClassLoaderSpi
Returns the annotation string (representing a location for the class definition) that RMI will use to annotate the class descriptor when marshalling objects of the given class.
By default, remove rmi annotations of JClassLoader class.
getClassLoader(String) - Method in class org.ow2.jonas.lib.bootstrap.RemoteClassLoaderSpi
Returns a class loader that loads classes from the given codebase URL path.
getClassName(String, String) - Static method in class org.ow2.jonas.lib.util.BeanNaming
return full name of a class for given package and class names
getClasspath() - Method in class org.ow2.jonas.lib.loader.AbsModuleClassLoader
 
getCommandLine() - Method in class org.ow2.jonas.lib.util.Cmd
 
getConfDir() - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Static method which returns the configuration directory in jonas.base
getConfigFileEnv() - Method in class org.ow2.jonas.lib.bootstrap.JProp
Returns JOnAS environment as configured with files properties only.
getConfigFileName() - Static method in class org.ow2.jonas.lib.util.Log
 
getConfigFileXml() - Method in class org.ow2.jonas.lib.bootstrap.JProp
Returns xml content of the resource file.
getCopy() - Method in class org.ow2.jonas.lib.work.LogEntryImpl
Return the unpacked directory.
getDatasourcePropsInDir() - Static method in class org.ow2.jonas.lib.util.JModule
 
getDefinitionUrl() - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
 
getDeployerLog() - Method in class org.ow2.jonas.lib.work.AbsCleanTask
Returns the IDeployerLog of the task.
getDomainName() - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
getDomainName() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Return the domain's name of this service.
getEntries(String) - Method in class org.ow2.jonas.lib.loader.MetaInfScannerBundleTrackerCustomizer
Gets the list of the current URL entries.
getEntries() - Method in class org.ow2.jonas.lib.work.AbsDeployerLog
Return the entries of the file.
getEntry(File) - Method in class org.ow2.jonas.lib.work.AbsDeployerLog
 
getEntry(File) - Method in class org.ow2.jonas.lib.work.DeployerLog
 
getEnv() - Method in class org.ow2.jonas.lib.bootstrap.JProp
Returns JOnAS environment as configured with configuration file properties content and system properties.
getEnv() - Static method in class org.ow2.jonas.lib.windows.WinSysEnv
Get the windows env
getException() - Method in class org.ow2.jonas.lib.execution.ExecutionResult
 
getExternalLoader() - Method in class org.ow2.jonas.lib.bootstrap.LoaderManager
 
getFactory(URL) - Static method in class org.ow2.jonas.lib.loader.factory.URLFactory
Return a new URLFactory in function of the URL type.
getFilesInDir(String, String) - Static method in class org.ow2.jonas.lib.util.JModule
 
getFilters() - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
 
getFilters() - Method in class org.ow2.jonas.lib.loader.xml.FiltersDefinition
 
getHandler(String) - Static method in class org.ow2.jonas.lib.util.Log
Return a given Monolog handler
getInstalledContainersInDir(String, String, String, String) - Static method in class org.ow2.jonas.lib.util.JModule
Return the list of all installed containers in a directory.
getInstalledContainersInDir(String, String) - Static method in class org.ow2.jonas.lib.util.JModule
Return the list of all installed modules/apps in a directory.
getInstalledFileInDir(String, String) - Static method in class org.ow2.jonas.lib.util.JModule
Return the URL list of files (possibly directories) having a given extension located in a given directory.
getInstance() - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Get the unique instance corresponding to the JOnAS server.
getInstance(String) - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Get one of the multiple instances corresponding to a given resource.
getInstance(String, Properties) - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Get one of the multiple instances corresponding to a given resource.
getInstance() - Static method in class org.ow2.jonas.lib.bootstrap.LoaderManager
 
getInstance(Class<?>) - Static method in class org.ow2.jonas.lib.util.I18n
Gets the instance for a given class.
getInstance(Class<?>, ClassLoader) - Static method in class org.ow2.jonas.lib.util.I18n
Gets the instance for a given class.
getInstance(String) - Static method in class org.ow2.jonas.lib.util.I18n
Gets the instance for a given package.
getInstance(String, ClassLoader) - Static method in class org.ow2.jonas.lib.util.I18n
Gets the instance for a given package.
getJavaVersion() - Static method in class org.ow2.jonas.lib.util.Env
Gets Java Version.
getJmxHandler() - Static method in class org.ow2.jonas.lib.util.Log
 
getJonasBase() - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Static method which return the jonas.base property
getJonasRoot() - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Static method which return the jonas.root property
getJonasServerName() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Return the JOnAS server's name of this service.
getJonasXmlName(String) - Static method in class org.ow2.jonas.lib.util.BeanNaming
returns the name of the JOnAS specific deployment descriptor file's name corresponding to the given standard deployment descriptor file's name.
getLevelFactory() - Static method in class org.ow2.jonas.lib.util.Log
Shortcut that returns the LevelFactory
getLocalAddress() - Static method in class org.ow2.jonas.lib.util.NetUtils
Get the string form of the local IP address and not naively assume InetAddress.getLocalHost().getHostAddress() is the correct value.
getLocator(URL) - Static method in class org.ow2.jonas.lib.loader.locator.Locator
Return a new Locator in function of the URL type.
getLogEntries() - Method in class org.ow2.jonas.lib.work.AbsCleanTask
Gets the log entries.
getLogger(String) - Static method in class org.ow2.jonas.lib.util.Log
Shortcut to get the Logger by its topic name.
getLogger() - Method in class org.ow2.jonas.lib.work.AbsCleanTask
Get logger.
getLogger() - Method in class org.ow2.jonas.lib.work.AbsDeployerLog
 
getLoggerFactory() - Static method in class org.ow2.jonas.lib.util.Log
It returns the unique LoggerFactory used in JOnAS.
getLogWriter(String) - Static method in class org.ow2.jonas.lib.util.Log
Returns the standard PrintWriter associated to the logger defined by its topic.
getMailFactoryPropsInDir(String) - Static method in class org.ow2.jonas.lib.util.JModule
 
getMailFactoryPropsInDir() - Static method in class org.ow2.jonas.lib.util.JModule
 
getMessage(String, Object[]) - Method in class org.ow2.jonas.lib.util.I18n
Gets the formatted string with the given arguments.
getMessage(String) - Method in class org.ow2.jonas.lib.util.I18n
Gets the value of the given key.
getMessage(String, Object) - Method in class org.ow2.jonas.lib.util.I18n
Gets the formatted string with the given arguments.
getMessage(String, Object, Object) - Method in class org.ow2.jonas.lib.util.I18n
Gets the formatted string with the given arguments.
getMessage(String, Object, Object, Object) - Method in class org.ow2.jonas.lib.util.I18n
Gets the formatted string with the given arguments.
getMessage(String, Object, Object, Object, Object) - Method in class org.ow2.jonas.lib.util.I18n
Gets the formatted string with the given arguments.
getMessage(String, Object, Object, Object, Object, Object) - Method in class org.ow2.jonas.lib.util.I18n
Gets the formatted string with the given arguments.
getMessage(String, Object, Object, Object, Object, Object, Object) - Method in class org.ow2.jonas.lib.util.I18n
Gets the formatted string with the given arguments.
getName() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Returns the service's name.
getObjectFromBytes(byte[]) - Static method in class org.ow2.jonas.lib.util.JNDIUtils
Return an object from an array of bytes.
getObjectFromBytes(byte[], Logger) - Static method in class org.ow2.jonas.lib.util.JNDIUtils
Return an object from an array of bytes.
getOriginal() - Method in class org.ow2.jonas.lib.work.LogEntryImpl
Return the ear file of this ear log entry.
getPackageName(String) - Static method in class org.ow2.jonas.lib.util.BeanNaming
returns the name of the package of the given full name
getParentName(String) - Static method in class org.ow2.jonas.lib.util.BeanNaming
returns the name of the parent directory
getPath(String) - Static method in class org.ow2.jonas.lib.util.BeanNaming
returns the full path of the file name.
getProperties() - Static method in class org.ow2.jonas.lib.util.Log
 
getPropFile() - Method in class org.ow2.jonas.lib.bootstrap.JProp
Returns properties filename
getPropFileName() - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
getRepositoriesBaseDir() - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Static method which returns the repositories directory in jonas.base
getRepositoriesRootDir() - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Static method which returns the repositories directory in jonas.root
getResolvedClassPath() - Method in class org.ow2.jonas.lib.cpmanager.EarClassPathManager
Get the list of the URLs.
getResource(String) - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
Find the given resource specified by its name.
getResource(String) - Method in interface org.ow2.jonas.lib.loader.IMetaInfLocator
Gets an URL for a given resource name.
getResource(String) - Method in class org.ow2.jonas.lib.loader.MetaInfScanner
Gets an URL for a given resource name.
getResource(String) - Method in class org.ow2.jonas.lib.loader.OSGiClassLoader
getResource(String) - Method in class org.ow2.jonas.lib.loader.ThreadContextClassLoader
 
getResourceAsStream(String) - Method in interface org.ow2.jonas.lib.loader.IMetaInfLocator
Gets an input stream for a given resource name.
getResourceAsStream(String) - Method in class org.ow2.jonas.lib.loader.MetaInfScanner
Gets inputstream for the given name.
getResourceAsStream(String) - Method in class org.ow2.jonas.lib.loader.OSGiClassLoader
getResourceAsStream(String) - Method in class org.ow2.jonas.lib.loader.ThreadContextClassLoader
 
getResources(String) - Method in interface org.ow2.jonas.lib.loader.IMetaInfLocator
Gets list of URL for a given resource name.
getResources(String) - Method in class org.ow2.jonas.lib.loader.MetaInfScanner
Gets list of URL for the given resource name.
getResources(String) - Method in class org.ow2.jonas.lib.loader.OSGiClassLoader
getResult() - Method in class org.ow2.jonas.lib.execution.ExecutionResult
 
getSequenceNumber() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Return a sequence number and increase this number.
getServerName() - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
getServerProperties() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Get the Server Properties.
getSignature(String, Method) - Static method in class org.ow2.jonas.lib.util.BeanNaming
Gets a string that represents the signature of a method
getThreadContextClassLader() - Static method in class org.ow2.jonas.lib.execution.RunnableHelper
 
getType(ObjectName) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
getURL(String) - Method in class org.ow2.jonas.lib.loader.factory.DirURLFactory
Returns a new URL basically adding path to the base URL.
getURL(String) - Method in class org.ow2.jonas.lib.loader.factory.JarURLFactory
Returns a new URL basically adding path to the base URL.
getURL(String) - Method in class org.ow2.jonas.lib.loader.factory.URLFactory
Returns a new URL basically adding path to the base URL.
getURLs(String) - Method in class org.ow2.jonas.lib.cpmanager.JarList
Get the URLs of all the JAR file list append to dirName.
getValue(String, String) - Method in class org.ow2.jonas.lib.bootstrap.JProp
Returns the value of the related property.
getValue(String) - Method in class org.ow2.jonas.lib.bootstrap.JProp
Returns the value of the related property.
getValueAsArray(String) - Method in class org.ow2.jonas.lib.bootstrap.JProp
Returns the value of the related property as String [].
getValueAsBoolean(String, boolean) - Method in class org.ow2.jonas.lib.bootstrap.JProp
Returns the value of the related property as boolean.
getVersionFile() - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
getVersionsFile() - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
getWorkDirectory() - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
group(String, String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for a group

H

hasDirectory(String) - Method in class org.ow2.jonas.lib.loader.locator.DirLocator
Returns true when directory was found.
hasDirectory(String) - Method in class org.ow2.jonas.lib.loader.locator.JarFileLocator
Returns true when directory was found.
hasDirectory(String) - Method in class org.ow2.jonas.lib.loader.locator.Locator
Returns true when directory was found.
hasException() - Method in class org.ow2.jonas.lib.execution.ExecutionResult
 
hasFile(String) - Method in class org.ow2.jonas.lib.loader.locator.DirLocator
Returns true when file was found.
hasFile(String) - Method in class org.ow2.jonas.lib.loader.locator.JarFileLocator
Returns true when file was found.
hasFile(String) - Method in class org.ow2.jonas.lib.loader.locator.Locator
Returns true when file was found.

I

I18n - Class in org.ow2.jonas.lib.util
This class defines the way for getting message with ResourceBundle for different language.
IExecution<T> - Interface in org.ow2.jonas.lib.execution
Defines a job execution.
IMetaInfLocator - Interface in org.ow2.jonas.lib.loader
Interface used to search entries located in META-INF/ folder of some bundles.
init() - Method in class org.ow2.jonas.lib.loader.AbsModuleClassLoader
Base Initialization of the ClassLoader, storage of URL list.
init() - Method in class org.ow2.jonas.lib.loader.ClientClassLoader
Add the directory and the content of META-INF/wsdl/ in the ClassLoader.
init() - Method in class org.ow2.jonas.lib.loader.EjbJarClassLoader
Add the directory and the content of META-INF/wsdl/ in the ClassLoader
init() - Method in class org.ow2.jonas.lib.loader.SimpleWebappClassLoader
Add the WEB-INF/wsdl/ directory in the ClassLoader.
init() - Method in class org.ow2.jonas.lib.loader.WebappClassLoader
Add the WEB-INF/classes/ directory and the content of WEB-INF/lib/ in the ClassLoader
init(Context) - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Initialize the service.
insertInto(Reference, String, String) - Static method in class org.ow2.jonas.lib.util.JNDIUtils
Insert a key/value String/String couple in the given Reference as a StringRefAddr.
insertInto(Reference, String, Object) - Static method in class org.ow2.jonas.lib.util.JNDIUtils
Insert a key/value String/Object couple in the given Reference after serialization of the value.
isDeployedLogEntry(LogEntry) - Method in class org.ow2.jonas.lib.work.AbsCleanTask
Check if the package pointed by the log entry is currently deploy.
isDevelopment() - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
isFiltered(String) - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
Detects if the given class/resource should be filtered or not.
isJAVA2() - Static method in class org.ow2.jonas.lib.util.Env
 
isJAVA4() - Static method in class org.ow2.jonas.lib.util.Env
 
isMaster() - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
isOsMacOsX() - Static method in class org.ow2.jonas.lib.util.Env
 
isOsWindows() - Static method in class org.ow2.jonas.lib.util.Env
 
isStarted() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Returns true if the service is started, false otherwise.
isTransparent() - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
 
isValidLogEntry(LogEntry) - Method in class org.ow2.jonas.lib.work.AbsCleanTask
Return true if the work copy exists and is up to date.

J

JarFileLocator - Class in org.ow2.jonas.lib.loader.locator
A JarfileLocator is used to look up for a file inside a Jar archive.
JarFileLocator(URL) - Constructor for class org.ow2.jonas.lib.loader.locator.JarFileLocator
Construct a new JarFileLocator from an URL representing a Jar.
JarList - Class in org.ow2.jonas.lib.cpmanager
JOnAS Jar list This class provides a way for managing the class-path dependency libraries.
JarList() - Constructor for class org.ow2.jonas.lib.cpmanager.JarList
Construct an instance of a JarList
JarList(StringTokenizer) - Constructor for class org.ow2.jonas.lib.cpmanager.JarList
Construct an instance of a JarList
JarList(String[]) - Constructor for class org.ow2.jonas.lib.cpmanager.JarList
Construct an instance of a JarList
JarListException - Exception in org.ow2.jonas.lib.cpmanager
The class JarListException indicates conditions that a reasonable application might want to catch.
JarListException() - Constructor for exception org.ow2.jonas.lib.cpmanager.JarListException
Constructs a new JarListException with no detail message.
JarListException(String) - Constructor for exception org.ow2.jonas.lib.cpmanager.JarListException
Constructs a new JarListException with the specified message.
JarURLFactory - Class in org.ow2.jonas.lib.loader.factory
A JarURLFactory is used to create URLs from a JarURL (jar:XXX) and paths.
JarURLFactory(URL) - Constructor for class org.ow2.jonas.lib.loader.factory.JarURLFactory
Create a new JarURLFactory using the specified base URL.
JAVA_1_1_6 - Static variable in class org.ow2.jonas.lib.util.Env
 
JAVA_1_1_7 - Static variable in class org.ow2.jonas.lib.util.Env
 
JAVA_1_1_8 - Static variable in class org.ow2.jonas.lib.util.Env
 
JAVA_1_2 - Static variable in class org.ow2.jonas.lib.util.Env
 
JAVA_1_3 - Static variable in class org.ow2.jonas.lib.util.Env
 
JAVA_1_4 - Static variable in class org.ow2.jonas.lib.util.Env
 
jaxrpcService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return the jaxrpcService MBean ObjectName
jaxwsService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return the jaxwsService MBean ObjectName
JFileFilter - Class in org.ow2.jonas.lib.bootstrap
This class implements a FileFilter, used to list files of a directory.
JFileFilter(String) - Constructor for class org.ow2.jonas.lib.bootstrap.JFileFilter
Contruct a new JFileFilter with the specified filter.
jgroupsDiscoveryCommManager(String, String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
jgroupsDiscoveryManager(String, String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
JJarFile - Class in org.ow2.jonas.lib.util
This class implements a JarFile that adds a extract/write method.
JJarFile(File) - Constructor for class org.ow2.jonas.lib.util.JJarFile
Constructs a new JarFile with the specified File.
JJarFile(File, boolean) - Constructor for class org.ow2.jonas.lib.util.JJarFile
Constructs a new JarFile with the specified File.
JJarFile(File, boolean, int) - Constructor for class org.ow2.jonas.lib.util.JJarFile
Constructs a new JarFile with the specified File.
JJarFile(String) - Constructor for class org.ow2.jonas.lib.util.JJarFile
Constructs a new JarFile with the specified File.
JJarFile(String, boolean) - Constructor for class org.ow2.jonas.lib.util.JJarFile
Constructs a new JarFile with the specified File.
JModule - Class in org.ow2.jonas.lib.util
This class implements utility methods for the manipulation of application modules.
JModule() - Constructor for class org.ow2.jonas.lib.util.JModule
 
jmsService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
jmxConnectorServer(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Create ObjectName for the JMX Connector Server which is an MBean inside the target MBeanServer.
jmxService() - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
jndiContextInterceptor(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
ObjectName for a given context interceptor.
jndiInterceptors(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return the JNDI Interceptors Object Name (Jmx).
JNDIUtils - Class in org.ow2.jonas.lib.util
JNDIUtils groups all commonly used methods for JNDI.
JONAS_ADMIN_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_BASE - Static variable in class org.ow2.jonas.lib.bootstrap.JProp
-Djonas.base property.
JONAS_BASE - Static variable in class org.ow2.jonas.lib.util.JModule
 
JONAS_BASE_PROP - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
System property name for JONAS_BASE.
JONAS_BOOTSTRAP_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_CLUSTER_DAEMON - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_CSIV2_DETAILS_SECURITY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_CSIV2_SECURITY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_DB_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_DBM_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_DEPLOY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_DEPLOY_WORK_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_DEVELOPER_PROP - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
JOnAS Development mode.
JONAS_DEVELOPMENT - Static variable in class org.ow2.jonas.lib.bootstrap.JProp
jonas.development property.
JONAS_DISCOVERY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_EAR_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_EJB_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_GENBASE_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_GENIC_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_GENIC_VELOCITY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_JACC_SECURITY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_JAXR_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_JCA_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_JMX_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_LOADER_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_MAIL_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_MANAGEMENT_EVENT_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_MANAGEMENT_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_MASTER - Static variable in class org.ow2.jonas.lib.bootstrap.JProp
jonas.master property.
JONAS_MASTER_PROP - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
jonas.master property
JONAS_NAME_PROP - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
JOnAS server name
JONAS_NAMING_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_PROPCTX_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_PROPERTIES_PROP - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
JOnAS Development mode.
JONAS_REGISTRY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_ROOT_PROP - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
System property name for JONAS_ROOT.
JONAS_SECURITY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_SERVER_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_TESTS_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_WEB_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_WORK_MGR_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_WS_SECURITY_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_WSGEN_EWS_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JONAS_WSGEN_PREFIX - Static variable in class org.ow2.jonas.lib.util.Log
 
JonasObjectName - Class in org.ow2.jonas.lib.util
A set of static classes used to build the names of proprietary MBeans used in JOnAS and in Joram.
JonasObjectName() - Constructor for class org.ow2.jonas.lib.util.JonasObjectName
 
JORAM_ADAPTER_DOMAIN - Static variable in class org.ow2.jonas.lib.util.JoramObjectName
JORAM Adapter domain
joramAdapter() - Static method in class org.ow2.jonas.lib.util.JoramObjectName
 
joramClientMBeans() - Static method in class org.ow2.jonas.lib.util.JoramObjectName
 
joramDmQueue(String) - Static method in class org.ow2.jonas.lib.util.JoramObjectName
Create ObjectName for a Joram managed dead message queue.
joramDmQueues() - Static method in class org.ow2.jonas.lib.util.JoramObjectName
Create ObjectName for all Joram managed dead message queues
JoramObjectName - Class in org.ow2.jonas.lib.util
A set of static methods used to build the names of proprietary MBeans used in Joram.
JoramObjectName() - Constructor for class org.ow2.jonas.lib.util.JoramObjectName
 
joramQueue(String) - Static method in class org.ow2.jonas.lib.util.JoramObjectName
Create ObjectName for a Joram managed queue.
joramQueues() - Static method in class org.ow2.jonas.lib.util.JoramObjectName
Create ObjectName for all Joram managed queues
joramTopic(String) - Static method in class org.ow2.jonas.lib.util.JoramObjectName
Create ObjectName for a Joram managed topic
joramTopics() - Static method in class org.ow2.jonas.lib.util.JoramObjectName
Create ObjectName for all Joram managed topics
joramUser(String) - Static method in class org.ow2.jonas.lib.util.JoramObjectName
Create ObjectName for a Joram managed user
joramUsers() - Static method in class org.ow2.jonas.lib.util.JoramObjectName
Create ObjectName for all Joram managed users
JProp - Class in org.ow2.jonas.lib.bootstrap
This class manages configuration properties for a JOnAS Server.
JProp() - Constructor for class org.ow2.jonas.lib.bootstrap.JProp
Public constructor which reads the JONAS properties file (jonas.properties).
jsfService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
JURLs - Class in org.ow2.jonas.lib.bootstrap
This implements an utility class that list the URLs of the jars to load at the launch time of the JOnAS server.
JURLs() - Constructor for class org.ow2.jonas.lib.bootstrap.JURLs
Construct an empty JURLs.

L

listContent(String) - Method in class org.ow2.jonas.lib.loader.locator.DirLocator
Returns a list of filename stored in path.
listContent(String) - Method in class org.ow2.jonas.lib.loader.locator.JarFileLocator
Returns a list of filename stored in path.
listContent(String) - Method in class org.ow2.jonas.lib.loader.locator.Locator
Returns a list of filename stored in path.
loadClass(String, String, ClassLoader) - Method in class org.ow2.jonas.lib.bootstrap.RemoteClassLoaderSpi
Loads a class from a codebase URL path, optionally using the supplied loader.
loadClass(String, boolean) - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
Loads the class if it is not filtered.
loadClass(String) - Method in class org.ow2.jonas.lib.loader.OSGiClassLoader
loadClass(String, boolean) - Method in class org.ow2.jonas.lib.loader.OSGiClassLoader
loadClass(String) - Method in class org.ow2.jonas.lib.loader.ThreadContextClassLoader
 
loadEntries() - Method in class org.ow2.jonas.lib.work.AbsDeployerLog
load the entries of the log file.
loadEntries() - Method in class org.ow2.jonas.lib.work.DeployerLog
load the entries of the log file.
LoaderManager - Class in org.ow2.jonas.lib.bootstrap
This class create all the ClassLoader necessary for JOnAS.
loadProxyClass(String, String[], ClassLoader) - Method in class org.ow2.jonas.lib.bootstrap.RemoteClassLoaderSpi
Loads a dynamic proxy class (see Proxy that implements a set of interfaces with the given names from a codebase URL path, optionally using the supplied loader.
Locator - Class in org.ow2.jonas.lib.loader.locator
A Locator is used to hide System specific when looking for a file.
Locator() - Constructor for class org.ow2.jonas.lib.loader.locator.Locator
 
Log - Class in org.ow2.jonas.lib.util
This class provides utility method for using Monolog.
logBuffer(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Create ObjectName for the LogBuffer MBean
logBuffers(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Create ObjectName for the LogBuffer MBean
logEntries - Variable in class org.ow2.jonas.lib.work.AbsDeployerLog
The current entries of the logFile.
LogEntryImpl - Class in org.ow2.jonas.lib.work
Class wich represent an entry in a log file : a original associate with its work copy.
LogEntryImpl(File, File) - Constructor for class org.ow2.jonas.lib.work.LogEntryImpl
Constructor of a log entry.
logFile - Variable in class org.ow2.jonas.lib.work.AbsDeployerLog
File for logging.
logger - Variable in class org.ow2.jonas.lib.work.AbsDeployerLog
The logger.
logService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
logService() - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
LOOP_BACK_ADDR - Static variable in class org.ow2.jonas.lib.util.NetUtils
IPv4 Loop back address.

M

mailService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return the mailService (Jmx).
main(String[]) - Static method in class org.ow2.jonas.lib.bootstrap.Bootstrap
Server main routine (Load all the jars needed to start jonas)
main(String[]) - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Displays the JOnAS properties values, as they are set by the different property files.
MAPPING_FILE - Static variable in class org.ow2.jonas.lib.loader.FilteringClassLoader
Mapping file of the XML file.
merge(JURLs) - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Merge the specified JURls to this JURLs.
merge(JarList) - Method in class org.ow2.jonas.lib.cpmanager.JarList
Merge the specified JarList to the current JarList without adding duplicate entry.
MetaInfScanner - Class in org.ow2.jonas.lib.loader
This class will track all META-INF/ resources (except MANIFEST) so that we can get URL for META-INF/services/* key for example.
MetaInfScanner(BundleContext) - Constructor for class org.ow2.jonas.lib.loader.MetaInfScanner
Default constructor for the given bundle context.
MetaInfScannerBundleTrackerCustomizer - Class in org.ow2.jonas.lib.loader
Tracker of META/INF entries in bundles.
MetaInfScannerBundleTrackerCustomizer(BundleContext) - Constructor for class org.ow2.jonas.lib.loader.MetaInfScannerBundleTrackerCustomizer
Default constructor.
modifiedBundle(Bundle, BundleEvent, Object) - Method in class org.ow2.jonas.lib.loader.MetaInfScannerBundleTrackerCustomizer
A bundle tracked by the BundleTracker has been modified.
ModuleNamingUtils - Class in org.ow2.jonas.lib.util
Deprecated. 
ModuleNamingUtils() - Constructor for class org.ow2.jonas.lib.util.ModuleNamingUtils
Deprecated.  
multitenant(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for the multitenant service.

N

NetUtils - Class in org.ow2.jonas.lib.util
NetUtils is meant to provide routine network related information to components of JONAS.
NetUtils() - Constructor for class org.ow2.jonas.lib.util.NetUtils
 

O

org.ow2.jonas.lib.bootstrap - package org.ow2.jonas.lib.bootstrap
 
org.ow2.jonas.lib.cpmanager - package org.ow2.jonas.lib.cpmanager
 
org.ow2.jonas.lib.execution - package org.ow2.jonas.lib.execution
 
org.ow2.jonas.lib.loader - package org.ow2.jonas.lib.loader
 
org.ow2.jonas.lib.loader.factory - package org.ow2.jonas.lib.loader.factory
 
org.ow2.jonas.lib.loader.locator - package org.ow2.jonas.lib.loader.locator
 
org.ow2.jonas.lib.loader.xml - package org.ow2.jonas.lib.loader.xml
 
org.ow2.jonas.lib.service - package org.ow2.jonas.lib.service
 
org.ow2.jonas.lib.util - package org.ow2.jonas.lib.util
 
org.ow2.jonas.lib.windows - package org.ow2.jonas.lib.windows
 
org.ow2.jonas.lib.work - package org.ow2.jonas.lib.work
 
OSGiClassLoader - Class in org.ow2.jonas.lib.loader
OSGiClassLoader delegates class loading to the OSGi framework.
OSGiClassLoader() - Constructor for class org.ow2.jonas.lib.loader.OSGiClassLoader
Construct a new delegating ClassLoader.

P

packaging(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for the packaging service.
print(String, Properties, Logger, int) - Static method in class org.ow2.jonas.lib.util.PropDump
Prints out the Properties.
PropDump - Class in org.ow2.jonas.lib.util
Used to print out properties
PropDump() - Constructor for class org.ow2.jonas.lib.util.PropDump
 
PROPS_EXTENSION - Static variable in class org.ow2.jonas.lib.util.JModule
properties file extension.

R

RAR_CHILD_DIR - Static variable in class org.ow2.jonas.lib.util.JModule
 
RAR_CONFIRM_FILE - Static variable in class org.ow2.jonas.lib.util.JModule
 
RAR_EXTENSION - Static variable in class org.ow2.jonas.lib.util.JModule
 
RarConfig(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
refresh() - Method in class org.ow2.jonas.lib.loader.MetaInfScannerBundleTrackerCustomizer
Refresh data of all URL entries.
register(Bundle) - Method in class org.ow2.jonas.lib.loader.MetaInfScannerBundleTrackerCustomizer
Find the URLs entries available in the given Bundle.
registerAddonConfig(IAddonConfig) - Method in class org.ow2.jonas.lib.service.AbsConfigServiceImpl
RemoteClassLoaderSpi - Class in org.ow2.jonas.lib.bootstrap
Class RemoteClassLoaderSpi is the CAROL JRMP CLass Loader SPI for serialization performances.
RemoteClassLoaderSpi() - Constructor for class org.ow2.jonas.lib.bootstrap.RemoteClassLoaderSpi
 
remove(File) - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Remove the specified file of this JURLs
remove(JarList) - Method in class org.ow2.jonas.lib.cpmanager.JarList
Remove all the entries contained in the jarList to the current jarList.
removedBundle(Bundle, BundleEvent, Object) - Method in class org.ow2.jonas.lib.loader.MetaInfScannerBundleTrackerCustomizer
A bundle tracked by the BundleTracker has been removed.
removeEntry(T) - Method in class org.ow2.jonas.lib.work.AbsDeployerLog
Remove the given entry and return the entries of the file.
removeInstance(String) - Static method in class org.ow2.jonas.lib.bootstrap.JProp
Remove the JProp instance corresponding to the given file name from the 'multiple' data structure.
removeLogEntry(LogEntry) - Method in class org.ow2.jonas.lib.work.AbsCleanTask
Remove the work copy specified in the log entry and the log entry.
repository(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Build an ObjectName for the Repository MBean.
reset() - Static method in class org.ow2.jonas.lib.util.Log
Reset logger factory
resourceMonitor(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Build an ObjectName for the ResourceMonitor MBean.
resourceService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
role(String, String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for a role
run() - Method in class org.ow2.jonas.lib.util.Cmd
Execute the command.
RunnableHelper - Class in org.ow2.jonas.lib.execution
Helps to run blocks of code under a controlled environment.

S

saveEntries() - Method in class org.ow2.jonas.lib.work.AbsDeployerLog
Dump(save) the entries to the log file.
saveEntries() - Method in class org.ow2.jonas.lib.work.DeployerLog
Dump(save) the entries to the log file.
securityDatasourceFactory(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for a Security datasource factory.
securityLdapFactory(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for a Security ldap factory.
securityMemoryFactory(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for a Security memory factory.
securityService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
SEPARATOR_ENTRY - Static variable in class org.ow2.jonas.lib.work.AbsDeployerLog
Separator char of a entry in the log file.
serialize(OutputStream) - Method in class org.ow2.jonas.lib.util.XMLSerializer
Serialize the encapsulated Document into the OutputStream
serialize(Writer) - Method in class org.ow2.jonas.lib.util.XMLSerializer
Serialize the encapsulated Document into the Writer
serverConfig(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
serverProxy(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
serverProxys(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
setClassAssertionStatus(String, boolean) - Method in class org.ow2.jonas.lib.loader.ThreadContextClassLoader
 
setComponentLogLevel(String, Level) - Static method in class org.ow2.jonas.lib.util.Log
Set the given log level to the specified logger.
setConfigFileName(String) - Static method in class org.ow2.jonas.lib.util.Log
 
setDefaultAssertionStatus(boolean) - Method in class org.ow2.jonas.lib.loader.ThreadContextClassLoader
 
setDefinitionUrl(URL) - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
 
setDevelopment(boolean) - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
setException(Exception) - Method in class org.ow2.jonas.lib.execution.ExecutionResult
 
setFilters(List<String>) - Method in class org.ow2.jonas.lib.loader.xml.FiltersDefinition
Sets the list of filters.
setFiltersDefinition(FiltersDefinition) - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
Sets the filters definition element.
setMaster(boolean) - Method in class org.ow2.jonas.lib.bootstrap.JProp
 
setName(String) - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Set the service's name.
setPackageAssertionStatus(String, boolean) - Method in class org.ow2.jonas.lib.loader.ThreadContextClassLoader
 
setRelativePath(String) - Method in class org.ow2.jonas.lib.cpmanager.JarList
Set the relative path of the current list.
setResult(T) - Method in class org.ow2.jonas.lib.execution.ExecutionResult
 
setServerProperties(ServerProperties) - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Set the Server Properties.
setTransparent(boolean) - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
 
SimpleWebappClassLoader - Class in org.ow2.jonas.lib.loader
ClassLoader specialized for WebApps.
SimpleWebappClassLoader(URL) - Constructor for class org.ow2.jonas.lib.loader.SimpleWebappClassLoader
Create a new SimpleWebappClassLoader with default parent ClassLoader
SimpleWebappClassLoader(URL, ClassLoader) - Constructor for class org.ow2.jonas.lib.loader.SimpleWebappClassLoader
Create a new SimpleWebappClassLoader with specified parent ClassLoader
smartclient(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for the smartclient service.
SPY_LOGGER_NAME - Static variable in class org.ow2.jonas.lib.util.Log
 
start() - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
 
start() - Method in class org.ow2.jonas.lib.loader.MetaInfScanner
Register the service when we start.
start() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Start the service.
stop() - Method in class org.ow2.jonas.lib.loader.MetaInfScanner
Stop the locator and stop tracking entries.
stop() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Stop the service.

T

ThreadContextClassLoader - Class in org.ow2.jonas.lib.loader
Delegate all call to the Thread context ClassLoader.
ThreadContextClassLoader() - Constructor for class org.ow2.jonas.lib.loader.ThreadContextClassLoader
 
throwRequirementException(String) - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
Utility Exception throwing method to identify the error source.
toString() - Method in class org.ow2.jonas.lib.bootstrap.JProp
String representation of the object for trace purpose
toString() - Method in class org.ow2.jonas.lib.loader.AbsModuleClassLoader
 
toString() - Method in class org.ow2.jonas.lib.service.AbsServiceImpl
 
toString() - Method in class org.ow2.jonas.lib.util.Cmd
 
toString() - Method in class org.ow2.jonas.lib.util.JonasObjectName
A different implementation should allow returning a logical name.
toURLs() - Method in class org.ow2.jonas.lib.bootstrap.JURLs
Return an array containing all the URLs of this JURLs.
transactionService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 

U

unregister(Bundle) - Method in class org.ow2.jonas.lib.loader.MetaInfScannerBundleTrackerCustomizer
Unregister the URLs associated to the given bundle.
unregisterAddonConfig(IAddonConfig) - Method in class org.ow2.jonas.lib.service.AbsConfigServiceImpl
URLFactory - Class in org.ow2.jonas.lib.loader.factory
An URLFactory is used to create a URL from a base URL.
URLFactory() - Constructor for class org.ow2.jonas.lib.loader.factory.URLFactory
 
user(String, String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for a user

V

validationService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 
verifyFilters() - Method in class org.ow2.jonas.lib.loader.FilteringClassLoader
Ensure that the filters are valid.
versioning(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for the versioning service.

W

war(String, String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
War MBean ObjectName
WAR_CHILD_DIR - Static variable in class org.ow2.jonas.lib.util.JModule
 
WAR_CONFIRM_FILE - Static variable in class org.ow2.jonas.lib.util.JModule
 
WAR_EXTENSION - Static variable in class org.ow2.jonas.lib.util.JModule
 
WebappClassLoader - Class in org.ow2.jonas.lib.loader
ClassLoader specialized for WebApps.
WebappClassLoader(URL) - Constructor for class org.ow2.jonas.lib.loader.WebappClassLoader
Create a new WebappClassLoader with default parent ClassLoader
WebappClassLoader(URL, ClassLoader) - Constructor for class org.ow2.jonas.lib.loader.WebappClassLoader
Create a new WebappClassLoader with specified parent ClassLoader
webContainerService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return the webContainerService MBean ObjectName.
WinSysEnv - Class in org.ow2.jonas.lib.windows
This class provides some utilities for the windows environment
WinSysEnv() - Constructor for class org.ow2.jonas.lib.windows.WinSysEnv
 
WORK_DIRECTORY_PROP - Static variable in interface org.ow2.jonas.lib.util.ConfigurationConstants
Work directory property.
workCleaner(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for the WorkCleaner.
workManager(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return an objectName for the WorkManager
wsdlPublisherService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
Return the wsdlPublisher MBean ObjectName
wsService(String) - Static method in class org.ow2.jonas.lib.util.JonasObjectName
 

X

XML_FILE - Static variable in class org.ow2.jonas.lib.loader.FilteringClassLoader
Name of the XML file.
XMLSerializer - Class in org.ow2.jonas.lib.util
Serialize a given DOM Document.
XMLSerializer(Document) - Constructor for class org.ow2.jonas.lib.util.XMLSerializer
Creates a new XMLSerializer object.

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2012 OW2 Consortium. All Rights Reserved.