A B C D E G H I J O P R S T U W

A

addTldResource(URL) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Add the given TLD URL as a resource.
addWar(WARDeployable) - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Called by the deployer if this proxy is enabled.
analyzeRequest() - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Analyze the request sent by the client.

B

BaseWebContainerService - Class in org.ow2.jonas.web.base
This abstract class provides an implementation for a dynamic JWebContainerService service.
BaseWebContainerService(BundleContext) - Constructor for class org.ow2.jonas.web.base.BaseWebContainerService
Default constructor.
BaseWebContainerService.WebLoaderHolder - Class in org.ow2.jonas.web.base
Holds the ClassLoader used to retrieve the WebApp JNDI Context and the JOnAS Webapp ClasLoader.
BaseWebContainerService.WebLoaderHolder(WebappClassLoader, ClassLoader) - Constructor for class org.ow2.jonas.web.base.BaseWebContainerService.WebLoaderHolder
Constructs a WebLoaderHolder with jonas Loader and en Loader.
BaseWebContainerServiceMBean - Interface in org.ow2.jonas.web.base
This interface provides a description for the web container management.
bindJaxwsService(IJAXWSService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Store the reference to the JAX-WS Service.
bindJmxService(JmxService) - Method in class org.ow2.jonas.web.base.endpoint.WebEndpointBuilder
 
buildEndpoint(ObjectName) - Method in class org.ow2.jonas.web.base.endpoint.WebEndpointBuilder
buildHttpServiceImpl(Bundle, T) - Method in class org.ow2.jonas.web.base.osgi.httpservice.HttpServiceFactory
Build an implementation of the Http service.

C

checkWarDeployed(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Check if the specified file is already deployed in the JOnAS server and return the URL of this deployed war file.
checkWarFile(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Check if the specified file name correspond to a file which is located relatively to where the JOnAS server is launched or in the $JONAS_BASE/web-apps.
checkWebResourcePermission(HttpServletRequest, String, String[]) - Method in class org.ow2.jonas.web.base.lib.PermissionManager
Check the security for a given HttpServletRequest.
checkWebRoleRefPermission(HttpServletRequest, String, String, String[], String) - Method in class org.ow2.jonas.web.base.lib.PermissionManager
Check the security for a given HttpServletRequest.
checkWebUserDataPermission(HttpServletRequest, String, String[]) - Method in class org.ow2.jonas.web.base.lib.PermissionManager
Check the security for a given HttpServletRequest.
cleanup() - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
 
cleanup(String) - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Send an error message.
cleanup(String, Exception) - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Send an error message with its exception
ContextInfo - Class in org.ow2.jonas.web.base.proxy
Keep details on a context (like war file, isStarting, etc)
ContextInfo() - Constructor for class org.ow2.jonas.web.base.proxy.ContextInfo
 
contextIsStarting(String) - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Tell to the client that the context is starting.
CopyingStream - Class in org.ow2.jonas.web.base.proxy
Allow to copy inputstream of the client to the remote output stream.
CopyingStream(HttpSocketHandler, ByteArrayOutputStream, InputStream, OutputStream) - Constructor for class org.ow2.jonas.web.base.proxy.CopyingStream
Build a new copying stream with the given parameters.
createHttpServiceFactory() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Creates an instance of the http service factory.

D

DefaultHttpContextImpl - Class in org.ow2.jonas.web.base.osgi.httpservice
Default OSGI HttpContext returned by HttpServiceImpl#createDefaultHttpContext().
DefaultHttpContextImpl(Bundle) - Constructor for class org.ow2.jonas.web.base.osgi.httpservice.DefaultHttpContextImpl
Constructor.
deployWars(Context) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Deploy the given wars of an ear file with the specified parent classloader (ejb classloader or ear classloader).
disable() - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Stop the component
doDeploy(IDeployable<WARDeployable>) - Method in class org.ow2.jonas.web.base.WARDeployer
Deploy the given WAR.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.ow2.jonas.web.base.osgi.httpservice.OSGIResourcesServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.ow2.jonas.web.base.osgi.httpservice.OSGIResourcesServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doRegisterWar(Context) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Create the environment and delegate the operation to the implementation of the web container.
doStart() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Start the service.
doStop() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Stop the service.
doUndeploy(IDeployable<WARDeployable>) - Method in class org.ow2.jonas.web.base.WARDeployer
Undeploy the given WAR.
doUnRegisterWar(Context) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Delegate the unregistration to the implementation of the web container.

E

enable() - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Start this component.
equals(War) - Method in class org.ow2.jonas.web.base.War
Return true if only if the specified war is equal to this war.

G

getAppsClassLoader() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getAuditService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getBundleContext() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getClassLoader(URL, EARDeployable, ClassLoader) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Return the class loader of the given warURL.
getClassLoader() - Method in class org.ow2.jonas.web.base.War
Get the Real Web ClassLoader
getContent() - Method in class org.ow2.jonas.web.base.proxy.HTTPResponse
Gets the array of bytes of this answer.
getContextFactory() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getContextId() - Method in class org.ow2.jonas.web.base.War
Gets a contextId for this module.
getContextInfo(String) - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
 
getContextLinkedClassLoader(URL) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getContextRoot(String, URLClassLoader, URL, WebContainerDeploymentDesc) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Gets the context root for a WAR.
getContextRoot() - Method in class org.ow2.jonas.web.base.War
Get the context root of this war.
getContextRoot() - Method in interface org.ow2.jonas.web.base.WarMBean
Get the context root of this war.
getCurrentNumberOfWars() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getCurrentNumberOfWars() - Method in interface org.ow2.jonas.web.base.BaseWebContainerServiceMBean
 
getDataSourceService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getDefaultHost() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Return the Default host name of the web container.
getDefaultHttpPort() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Return the Default HTTP port number of the web container (can be null if multiple HTTP connector has been set).
getDefaultHttpsPort() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Return the Default HTTPS port number of the web container (can be null if multiple HTTPS connector has been set).
getDeployedWars() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Return the list of all loaded web applications.
getDeployedWars() - Method in interface org.ow2.jonas.web.base.BaseWebContainerServiceMBean
Return the list of all loaded web applications.
getDeployerLog() - Method in class org.ow2.jonas.web.base.WarCleanTask
getEarURL() - Method in class org.ow2.jonas.web.base.War
Get the URL of the ear containing this war.
getEarURL() - Method in interface org.ow2.jonas.web.base.WarMBean
Get the URL of the ear containing this war.
getEjb3ContainerId() - Method in class org.ow2.jonas.web.base.War
 
getEnvWebLoader() - Method in class org.ow2.jonas.web.base.BaseWebContainerService.WebLoaderHolder
 
getHostName() - Method in class org.ow2.jonas.web.base.War
Get the name of the host on which this war is deployed.
getHostName() - Method in interface org.ow2.jonas.web.base.WarMBean
Get the name of the host on which this war is deployed.
getHttpPortNumber() - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
 
getInstanceName() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Gets application instance name
getJava2DelegationModel() - Method in class org.ow2.jonas.web.base.War
Context classloader must follow the java2 delegation model ?
getJava2DelegationModel() - Method in interface org.ow2.jonas.web.base.WarMBean
Context classloader must follow the java2 delegation model ?
getJAXRPCService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getJAXWSService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getJmxService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getJonasWebLoader() - Method in class org.ow2.jonas.web.base.BaseWebContainerService.WebLoaderHolder
 
getJOnASXmlContent() - Method in class org.ow2.jonas.web.base.War
Return the jonas-specific xml file.
getJOnASXmlContent() - Method in interface org.ow2.jonas.web.base.WarMBean
Return the jonas-specific xml file.
getLogger() - Static method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getMimeType(String) - Method in class org.ow2.jonas.web.base.osgi.httpservice.DefaultHttpContextImpl
Maps a name to a MIME type.
getMultitenantService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getNaming() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getOnDemandProxy() - Method in class org.ow2.jonas.web.base.WARDeployer
 
getOnDemandRedirectPort() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getPermissionManager() - Method in class org.ow2.jonas.web.base.War
Gets the permission manager.
getRandomPort() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getRedirectPortNumber() - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
 
getResource(String) - Method in class org.ow2.jonas.web.base.osgi.httpservice.DefaultHttpContextImpl
Maps a resource name to a URL.
getServerName() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Gets the name of the server which is the web container.
getServerName() - Method in interface org.ow2.jonas.web.base.BaseWebContainerServiceMBean
Gets the name of the server which is the web container.
getServerSocket() - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
 
getServerVersion() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Gets the version of the server which is the web container.
getServerVersion() - Method in interface org.ow2.jonas.web.base.BaseWebContainerServiceMBean
Gets the version of the server which is the web container.
getService(Bundle, ServiceRegistration) - Method in class org.ow2.jonas.web.base.osgi.httpservice.HttpServiceFactory
Creates a new HttpService object.
getServletsName() - Method in class org.ow2.jonas.web.base.War
Return a list of all servlets available.
getServletsName() - Method in interface org.ow2.jonas.web.base.WarMBean
Return a list of all servlets available.
getTenantId(IDeployable) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Gets tenantId for an application
getTLDResources() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getUnpackedURL(URL, EARDeployable) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Return the URL where warURL has been unpacked.
getVersioningService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getWar(URL) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Get the war identified by its URL (.war).
getWar(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Get a list of wars identified by their Context.
getWarBindings() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getWarDeployable() - Method in class org.ow2.jonas.web.base.War
Get the war deployable
getWarDeployed() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getWarDeployer() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getWarFile() - Method in class org.ow2.jonas.web.base.proxy.ContextInfo
 
getWarLoaders() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getWarURL() - Method in class org.ow2.jonas.web.base.War
Get the URL of the war file.
getWarURL() - Method in interface org.ow2.jonas.web.base.WarMBean
Get the URL of the war file.
getWebappsWorkDirectory() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
getWebContainerService() - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
 
getWorkDirectory() - Method in class org.ow2.jonas.web.base.osgi.httpservice.HttpServiceFactory
 
getXmlContent() - Method in class org.ow2.jonas.web.base.War
Return the standard xml file.
getXmlContent() - Method in interface org.ow2.jonas.web.base.WarMBean
Return the standard xml file.

H

handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ow2.jonas.web.base.osgi.httpservice.DefaultHttpContextImpl
Handles security for the specified request.
hashCode() - Method in class org.ow2.jonas.web.base.War
 
HttpOnDemandProxy - Class in org.ow2.jonas.web.base.proxy
This class provides proxy mechanism.
This is used to intercept requests and then start the web container or deploy the associated war file.
HttpOnDemandProxy() - Constructor for class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Default constructor.
HttpOnDemandProxyException - Exception in org.ow2.jonas.web.base.proxy
Exception thrown if there is a problem with the HttpOnDemand proxy.
HttpOnDemandProxyException(String) - Constructor for exception org.ow2.jonas.web.base.proxy.HttpOnDemandProxyException
Build a new Proxy exception with the given message.
HttpOnDemandProxyException(String, Throwable) - Constructor for exception org.ow2.jonas.web.base.proxy.HttpOnDemandProxyException
Build a new Exception with the given message and given exception
HTTPResponse - Class in org.ow2.jonas.web.base.proxy
Allows to define some HTTP response
HTTPResponse() - Constructor for class org.ow2.jonas.web.base.proxy.HTTPResponse
Build a new object with the default status code.
HTTPResponse(String) - Constructor for class org.ow2.jonas.web.base.proxy.HTTPResponse
Build an answer with the given status code.
HttpServiceFactory<T extends BaseWebContainerService> - Class in org.ow2.jonas.web.base.osgi.httpservice
ServiceFactory to create HttpService.
HttpServiceFactory(T) - Constructor for class org.ow2.jonas.web.base.osgi.httpservice.HttpServiceFactory
Constructor.
HttpSocketHandler - Class in org.ow2.jonas.web.base.proxy
Class that is handling the client socket.
HttpSocketHandler(HttpOnDemandProxy, Socket) - Constructor for class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Create a new handler for the given socket.

I

INEAR_WORK_WEBAPPS_DIR_SUFFIX - Static variable in class org.ow2.jonas.web.base.BaseWebContainerService
The name of the property used in work directory for EAR webapps (in ear case).
initWorkingDirectory() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Create working directory for applications.
isAvailableContext(String) - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Checks if the context is available (can be started or not)
isContextDeployed(String) - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Checks if the context is ready to be called by clients
isDeployedLogEntry(LogEntry) - Method in class org.ow2.jonas.web.base.WarCleanTask
Check if the package pointed by the log entry is currently deploy.
isEjbinwarEnabled() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
isInEarCase() - Method in class org.ow2.jonas.web.base.War
Return true if only if this war is in an ear file.
isInEarCase() - Method in interface org.ow2.jonas.web.base.WarMBean
Return true if only if this war is in an ear file.
isInternalContainerStarted() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Checks if the internal web container has been started.
isMultitenantEnabled() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
isOnDemandFeatureEnabled() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
isStarting() - Method in class org.ow2.jonas.web.base.proxy.ContextInfo
 
isSupport(ObjectName) - Method in class org.ow2.jonas.web.base.endpoint.WebEndpointBuilder
isVersioningEnabled() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
isWarDeployedByWorkName(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Test if the specified unpack name is already deployed or not.
isWarLoaded(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Test if the specified filename is already deployed or not.
isWarLoaded(String) - Method in interface org.ow2.jonas.web.base.BaseWebContainerServiceMBean
Test if the specified filename is already deployed or not.

J

jmxService - Variable in class org.ow2.jonas.web.base.BaseWebContainerService
JMX Service.
JONAS_BASE - Static variable in class org.ow2.jonas.web.base.BaseWebContainerService
The name of the JONAS_BASE directory.
JOnASHttpService - Interface in org.ow2.jonas.web.base.osgi.httpservice
Extends The http service to adds stop callback.
jsfService - Variable in class org.ow2.jonas.web.base.BaseWebContainerService
JSF Service.

O

org.ow2.jonas.web.base - package org.ow2.jonas.web.base
 
org.ow2.jonas.web.base.endpoint - package org.ow2.jonas.web.base.endpoint
 
org.ow2.jonas.web.base.lib - package org.ow2.jonas.web.base.lib
 
org.ow2.jonas.web.base.osgi.httpservice - package org.ow2.jonas.web.base.osgi.httpservice
 
org.ow2.jonas.web.base.proxy - package org.ow2.jonas.web.base.proxy
 
OSGIResourcesServlet - Class in org.ow2.jonas.web.base.osgi.httpservice
Servlet deployed to server when resources are registered with HttpService#registerResources(String, String, HttpContext).
OSGIResourcesServlet(HttpContext, String) - Constructor for class org.ow2.jonas.web.base.osgi.httpservice.OSGIResourcesServlet
Default constructor.

P

PermissionManager - Class in org.ow2.jonas.web.base.lib
Defines a PermissionManager class which will manage JACC permissions for a web-app.
PermissionManager(WebContainerDeploymentDesc, String, boolean) - Constructor for class org.ow2.jonas.web.base.lib.PermissionManager
Default Constructor.
print(String) - Method in class org.ow2.jonas.web.base.proxy.HTTPResponse
Append text into the body.
println(String) - Method in class org.ow2.jonas.web.base.proxy.HTTPResponse
Append text into the body.

R

registerWar(Context) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Create the environment and delegate the operation to the implementation of the web container.
registerWar(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Register a WAR by delegating the operation to the registerWar() method.
registerWar(WARDeployable) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Register a WAR by delegating the operation to the registerWar(Context) method.
registerWarMBean(War, String, String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Register War MBean.
registerWebServiceMBean(Object, String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Register WEB Container Service MBean.
removeCache(ClassLoader) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Make a cleanup of the cache of deployment descriptor.
removeTldResource(URL) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Remove the given TLD URL as a resource.
removeWar(WARDeployable) - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Un-register the given war file
resetDeploymentDesc() - Method in class org.ow2.jonas.web.base.lib.PermissionManager
Reset Deployment Descriptor.
run() - Method in class org.ow2.jonas.web.base.proxy.CopyingStream
Send the bytes of the byte array stream and then send all the client's input stream.
run() - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Start the thread for this service.
run() - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Handle the request on the selected socket.

S

sendBytesToClient(HTTPResponse) - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Send the given response to the client.
sendWaitGif() - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Send the wait gif
setAuditService(AuditService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setBodyBytes(byte[]) - Method in class org.ow2.jonas.web.base.proxy.HTTPResponse
 
setClassLoader(ClassLoader) - Method in class org.ow2.jonas.web.base.War
Set the Container created web app ClassLoader
setContentType(String) - Method in class org.ow2.jonas.web.base.proxy.HTTPResponse
 
setContextFactory(JComponentContextFactory) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setDataSourceService(DataSourceService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setDefaultHttpPort(int) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Callback when a http port is defined
setDefaultHttpsPort(int) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Callback when a https port is defined
setDeployableHelper(IDeployableHelper) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setDeployerManager(IDeployerManager) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setEjb3ContainerId(String) - Method in class org.ow2.jonas.web.base.War
 
setEjb3Service(IEasyBeansService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setEjbinwar(boolean) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Defines EJB in WAR feature.
setEnvWebLoader(ClassLoader) - Method in class org.ow2.jonas.web.base.BaseWebContainerService.WebLoaderHolder
 
setHttpPortNumber(int) - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Sets the proxy port number.
setJAXRPCService(IJAXRPCService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setJmxService(JmxService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setJonasWebLoader(WebappClassLoader) - Method in class org.ow2.jonas.web.base.BaseWebContainerService.WebLoaderHolder
 
setJSFService(JSFService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setMultitenantService(MultitenantService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setNaming(JNamingManager) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setOnDemandFeature(boolean) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Enable or not the on demand feature.
setOnDemandProxy(HttpOnDemandProxy) - Method in class org.ow2.jonas.web.base.WARDeployer
Sets the OnDemand proxy to use.
setOnDemandRedirectPort(int) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Sets the redirect port number.
setParsingwithvalidation(boolean) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setPermissionManager(PermissionManager) - Method in class org.ow2.jonas.web.base.War
Set the permission manager.
setRedirectPortNumber(int) - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Sets the redirect port number (internal web container port)
setRefresh(boolean) - Method in class org.ow2.jonas.web.base.proxy.HTTPResponse
Refresh mode is enabled or disabled.
setServerName(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setServerVersion(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setStarting(boolean) - Method in class org.ow2.jonas.web.base.proxy.ContextInfo
Sets the starting mode.
setTitle(String) - Method in class org.ow2.jonas.web.base.proxy.HTTPResponse
Sets the title.
setVersioningService(VersioningService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setWarDeployable(WARDeployable) - Method in class org.ow2.jonas.web.base.War
Set the war deployable
setWarDeployableMetadataFactory(IWarDeployableMetadataFactory) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
 
setWarFile(String) - Method in class org.ow2.jonas.web.base.proxy.ContextInfo
Sets the war File of this context.
setWebContainerService(BaseWebContainerService) - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Sets the web container service that is linked to this component.
setWebContainerService(JWebContainerService) - Method in class org.ow2.jonas.web.base.WARDeployer
Sets the WEB container service.
setWebEnvironment(Context, EZBInjectionHolder, ClassLoader) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Set the environment of the web container inside the given context.
setWorkCleanerService(WorkCleanerService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Method called when the workCleanerService is bound to the component.
setWorkDirectory(String) - Method in class org.ow2.jonas.web.base.osgi.httpservice.HttpServiceFactory
Set the name of the working directory.
SINGLE_WORK_WEBAPPS_DIR_SUFFIX - Static variable in class org.ow2.jonas.web.base.BaseWebContainerService
The name of the property used in work directory for single webapps (not ear case).
startInternalWebContainer() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Starts the specific code for the web container implementation.
startWebContainer() - Method in class org.ow2.jonas.web.base.proxy.HttpOnDemandProxy
Starts the web container.
startWebContainer() - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Asked to start the web container
stop() - Method in interface org.ow2.jonas.web.base.osgi.httpservice.JOnASHttpService
Allows to stop the service.
supports(IDeployable<?>) - Method in class org.ow2.jonas.web.base.WARDeployer
Checks if the given deployable is supported by the Deployer.

T

toString() - Method in class org.ow2.jonas.web.base.War
Return a string representation of the war.
translateSecurityConstraintElements() - Method in class org.ow2.jonas.web.base.lib.PermissionManager
3.1.3.1 Translating security-constraint elements The paragraphs of this section describe the translation of security-constraints into WebResourcePermission and WebUserDataPermission objects constructed using qualified URL pattern names.
translateSecurityRoleMapping() - Method in class org.ow2.jonas.web.base.lib.PermissionManager
Add a mapping between principals names and theirs roles
translateServletDeploymentDescriptor() - Method in class org.ow2.jonas.web.base.lib.PermissionManager
3.1.3.Translating Servlet Deployment Descriptors A reference to a PolicyConfiguration object must be obtained by calling the getPolicyConfiguration method on the PolicyConfigurationFactory implementation class of the provider configured into the container.
translateServletSecurityRoleRef() - Method in class org.ow2.jonas.web.base.lib.PermissionManager
3.1.3.2 Translating Servlet security-role-ref Elements For each security-role-ref appearing in the deployment descriptor a corresponding WebRoleRefPermission must be added to the corresponding role.

U

unbindJaxwsService(IJAXWSService) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Release the reference to the JAWS Service.
unbindJmxService(JmxService) - Method in class org.ow2.jonas.web.base.endpoint.WebEndpointBuilder
 
unDeployWars(URL[]) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Undeploy the given wars of an ear file with the specified parent classloader (ejb classloader or ear classloader).
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.ow2.jonas.web.base.osgi.httpservice.HttpServiceFactory
Releases a service object.
unRegisterWar(Context) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Delegate the un-registration to the implementation of the web container and delete the environment associated to the WAR file.
unRegisterWar(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Unregister a WAR by delegating the operation to the unRegisterWar() method.
unRegisterWar(WARDeployable) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Un-register a WAR by delegating the operation to the unRegisterWar(Context) method.
unregisterWarMBean(String, String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Unegister War MBean.
unregisterWebServiceMBean(String) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Unregister WEB Container Service MBean.
unsetAuditService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Sets the audit service to null.
unsetDeployableHelper() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Unbind the IDeployableHelper.
unsetEjb3Service() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Unbind the IEasyBeansService.
unsetMultitenantService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Sets the multitenant service to null.
unsetVersioningService() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Sets the versioning service to null.
updateContextRoot(String, IDeployable) - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Update context root by adding tenantId and application instance name
updateServerInfos() - Method in class org.ow2.jonas.web.base.BaseWebContainerService
Update info of the serverName and serverVersion.

W

War - Class in org.ow2.jonas.web.base
This class is representing a War (a web application) structure which is composed of : - the URL of the war file.
War(URL, URL, String, String, boolean, String, String, String[], WARDeployable) - Constructor for class org.ow2.jonas.web.base.War
Construct a War with the specified name, of the specified ear.
WarCleanTask - Class in org.ow2.jonas.web.base
JOnAS WAR unused directory clean task class.
WarCleanTask(JWebContainerService, IDeployerLog) - Constructor for class org.ow2.jonas.web.base.WarCleanTask
Construct a new WAR clean task.
WARDeployer - Class in org.ow2.jonas.web.base
Deployer of the WAR deployable.
WARDeployer() - Constructor for class org.ow2.jonas.web.base.WARDeployer
 
WarMBean - Interface in org.ow2.jonas.web.base
This interface defines the MBean methods which can be done on a war file.
webContainerIsStarting() - Method in class org.ow2.jonas.web.base.proxy.HttpSocketHandler
Tell to the client that the web container is starting.
WebEndpointBuilder - Class in org.ow2.jonas.web.base.endpoint
The Web IEndpointBuilder implementation
WebEndpointBuilder() - Constructor for class org.ow2.jonas.web.base.endpoint.WebEndpointBuilder
 

A B C D E G H I J O P R S T U W

Copyright © 2013 OW2 Consortium. All Rights Reserved.