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

A

AbstractModule - Class in org.jboss.gravia.runtime.spi
The abstract base implementaiton for all Modules.
AbstractModule(AbstractRuntime, ClassLoader, Resource, Dictionary<String, String>) - Constructor for class org.jboss.gravia.runtime.spi.AbstractModule
 
AbstractModuleContext - Class in org.jboss.gravia.runtime.spi
The abstract base implementation for a ModuleContext
AbstractModuleContext(Module) - Constructor for class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
AbstractRuntime - Class in org.jboss.gravia.runtime.spi
The abstract base implementation for a Runtime
AbstractRuntime(PropertiesProvider) - Constructor for class org.jboss.gravia.runtime.spi.AbstractRuntime
 
adapt(Class<A>) - Method in interface org.jboss.gravia.runtime.Module
Addapt this module to another type.
adapt(Class<A>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
adapt(Class<A>) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
addModuleListener(ModuleListener) - Method in interface org.jboss.gravia.runtime.ModuleContext
Adds the specified ModuleListener object to the context module's list of listeners if not already present.
addModuleListener(Module, ModuleListener) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
addServiceInUse(ServiceReference<?>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
addServiceListener(ServiceListener, String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Adds the specified ServiceListener object with the specified filter to the context module's list of listeners.
addServiceListener(ServiceListener) - Method in interface org.jboss.gravia.runtime.ModuleContext
Adds the specified ServiceListener object to the context module's list of listeners.
addServiceListener(Module, ServiceListener, String) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
AllServiceListener - Interface in org.jboss.gravia.runtime
A ServiceEvent listener that does not filter based upon wiring.
assertNotDestroyed() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
assertNotUninstalled() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 

C

contextDestroyed(ServletContextEvent) - Method in class org.jboss.gravia.runtime.WebAppContextListener
Uninstalls the webapp's module.
contextInitialized(ServletContextEvent) - Method in class org.jboss.gravia.runtime.WebAppContextListener
Installs/starts the webapp as a module.
createFilter(String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Creates a Filter object.
createFilter(String) - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
createModule(ClassLoader, Resource, Dictionary<String, String>, Attachable) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
createRuntime(RuntimeFactory, PropertiesProvider) - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Create the default runtime instance from the given factory and properties.
createRuntime(PropertiesProvider) - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Create the default runtime instance from the given properties.
createRuntime(PropertiesProvider) - Method in interface org.jboss.gravia.runtime.spi.RuntimeFactory
 

D

DefaultPropertiesProvider - Class in org.jboss.gravia.runtime.util
The default properties provider.
DefaultPropertiesProvider() - Constructor for class org.jboss.gravia.runtime.util.DefaultPropertiesProvider
Discover the configuration properties as follows
DefaultPropertiesProvider(Properties, boolean) - Constructor for class org.jboss.gravia.runtime.util.DefaultPropertiesProvider
 
DefaultPropertiesProvider(Map<String, Object>, boolean) - Constructor for class org.jboss.gravia.runtime.util.DefaultPropertiesProvider
 
destroy() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 

E

equals(Object) - Method in interface org.jboss.gravia.runtime.Filter
Compares this Filter to another Filter.

F

FACTORY_ERROR - Static variable in exception org.jboss.gravia.runtime.ServiceException
The service factory produced an invalid service object.
FACTORY_EXCEPTION - Static variable in exception org.jboss.gravia.runtime.ServiceException
The service factory threw an exception.
FACTORY_RECURSION - Static variable in exception org.jboss.gravia.runtime.ServiceException
The service factory resulted in a recursive call to itself for the requesting module.
Filter - Interface in org.jboss.gravia.runtime
An RFC 1960-based Filter.
findEntries(String, String, boolean) - Method in interface org.jboss.gravia.runtime.spi.ModuleEntriesProvider
Find entries in this module.
fireModuleEvent(Module, int) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
fireModuleEvent(ModuleContext, Module, int) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
fireServiceEvent(Module, int, ServiceReference<?>) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 

G

getAllServiceReferences(String, String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns an array of ServiceReference objects.
getAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getBundleAdaptor(Module) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getClassLoader() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getDataFile(String) - Method in interface org.jboss.gravia.runtime.Module
Creates a File object for a file in the persistent storage area provided for this module by the Runtime.
getEntry(String) - Method in interface org.jboss.gravia.runtime.spi.ModuleEntriesProvider
Returns a URL to the entry at the specified path in this module.
getEntryPaths(String) - Method in interface org.jboss.gravia.runtime.spi.ModuleEntriesProvider
Returns an Enumeration of all the paths (String objects) to entries within this module whose longest sub-path matches the specified path.
getHeaders() - Method in interface org.jboss.gravia.runtime.Module
Returns this module's headers and values that where given on module installation.
getHeaders() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getHeaders() - Method in class org.jboss.gravia.runtime.util.ManifestHeadersProvider
Return a mutable dictionary of manifest headers
getIdentity() - Method in interface org.jboss.gravia.runtime.Module
Get the identity of this module.
getIdentity() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getModule() - Method in interface org.jboss.gravia.runtime.ModuleContext
Get the module associated with this context
getModule() - Method in class org.jboss.gravia.runtime.ModuleEvent
Returns the module which had a lifecycle change.
getModule(long) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the module with the specified identifier.
getModule(ResourceIdentity) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the module with the specified resource identity.
getModule(ClassLoader) - Method in interface org.jboss.gravia.runtime.Runtime
Returns a module that is associated with the specified class loader.
getModule() - Method in interface org.jboss.gravia.runtime.ServiceReference
Returns the module that registered the service referenced by this ServiceReference object.
getModule() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
getModule(long) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModule(ResourceIdentity) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModule(ClassLoader) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModuleContext() - Method in interface org.jboss.gravia.runtime.Module
Returns this module's ModuleContext.
getModuleId() - Method in interface org.jboss.gravia.runtime.Module
Returns this module's unique identifier.
getModules() - Method in interface org.jboss.gravia.runtime.Runtime
Returns the set of all installed modules.
getModules(ClassLoader) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the set of installed modules associated with the given class loader.
getModules(String, VersionRange) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the set of installed modules with a given symbolic name or version.
getModules() - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModules(ClassLoader) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModules(String, VersionRange) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getProperty(String) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the value of the specified property.
getProperty(String, Object) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the value of the specified property.
getProperty(String) - Method in interface org.jboss.gravia.runtime.ServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getProperty(String) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getProperty(String, Object) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getProperty(String) - Method in interface org.jboss.gravia.runtime.spi.PropertiesProvider
Returns the value of the specified property.
getProperty(String, Object) - Method in interface org.jboss.gravia.runtime.spi.PropertiesProvider
Returns the value of the specified property.
getProperty(String) - Method in class org.jboss.gravia.runtime.util.DefaultPropertiesProvider
 
getProperty(String, Object) - Method in class org.jboss.gravia.runtime.util.DefaultPropertiesProvider
 
getPropertyKeys() - Method in interface org.jboss.gravia.runtime.ServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getReference() - Method in interface org.jboss.gravia.runtime.ServiceRegistration
Returns a ServiceReference object for a service being registered.
getRequiredRuntime() - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Returns the default runtime instance.
getRuntime() - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Returns the default runtime instance or null if it has not been created.
getRuntime() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getRuntimeType() - Static method in enum org.jboss.gravia.runtime.RuntimeType
 
getRuntimeType(Runtime) - Static method in enum org.jboss.gravia.runtime.RuntimeType
 
getRuntimeType(String) - Static method in enum org.jboss.gravia.runtime.RuntimeType
 
getService(ServiceReference<S>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns the service object referenced by the specified ServiceReference object.
getService(Module, ServiceRegistration<S>) - Method in interface org.jboss.gravia.runtime.ServiceFactory
Creates a new service object.
getServiceReference(Class<S>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns a ServiceReference object for a service that implements and was registered under the name of the specified class.
getServiceReference(String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReference() - Method in class org.jboss.gravia.runtime.ServiceEvent
Returns a reference to the service that had a change occur in its lifecycle.
getServiceReferences(Class<S>, String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns a collection of ServiceReference objects.
getServiceReferences(String, String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns an array of ServiceReference objects.
getServicesInUseInternal() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getState() - Method in interface org.jboss.gravia.runtime.Module
Returns this module's current state.
getSystemIdentity() - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getType() - Method in class org.jboss.gravia.runtime.ModuleEvent
Returns the type of lifecyle event.
getType() - Method in class org.jboss.gravia.runtime.ServiceEvent
Returns the type of event.
getType() - Method in exception org.jboss.gravia.runtime.ServiceException
Returns the type for this exception or UNSPECIFIED if the type was unspecified or unknown.

H

hashCode() - Method in interface org.jboss.gravia.runtime.Filter
Returns the hashCode for this Filter.

I

init() - Method in interface org.jboss.gravia.runtime.Runtime
Initialize this runtime instance.
INSTALLED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been installed.
installModule(ClassLoader, Dictionary<String, String>) - Method in interface org.jboss.gravia.runtime.Runtime
Installs a module with the given ClassLoader and headers dictionary.
installModule(ClassLoader, Resource, Dictionary<String, String>) - Method in interface org.jboss.gravia.runtime.Runtime
Installs a module with the given ClassLoader.
installModule(ClassLoader, Resource, Dictionary<String, String>, Attachable) - Method in interface org.jboss.gravia.runtime.Runtime
Installs a module with the given ClassLoader.
installModule(ClassLoader, Dictionary<String, String>) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
installModule(ClassLoader, Resource, Dictionary<String, String>) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
installModule(ClassLoader, Resource, Dictionary<String, String>, Attachable) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
installPluginModule(Runtime, ClassLoader) - Method in interface org.jboss.gravia.runtime.spi.RuntimePlugin
Installs the plugin provided module.
installWebappModule(Runtime, ServletContext) - Method in class org.jboss.gravia.runtime.WebAppContextListener
 
INSTANCE - Static variable in class org.jboss.gravia.runtime.util.NoFilter
Singleton instance
isAssignableTo(Module, String) - Method in interface org.jboss.gravia.runtime.ServiceReference
Tests if the module that registered the service referenced by this ServiceReference and the specified module use the same source for the package of the specified class name.
isDestroyed() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 

L

launderThrowable(Throwable) - Static method in exception org.jboss.gravia.runtime.ModuleException
Launders the given throwable Rethrows a given RuntimeException Rethrows a given Error Returns a given ModuleException Otherwise wrapps the given Throwable in a ModuleException
loadClass(String) - Method in interface org.jboss.gravia.runtime.Module
Loads the specified class using this module's class loader.
loadClass(String) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
LOGGER - Static variable in class org.jboss.gravia.runtime.spi.RuntimeLogger
 

M

ManifestHeadersProvider - Class in org.jboss.gravia.runtime.util
Provides Moduel headers from a manifest
ManifestHeadersProvider(Manifest) - Constructor for class org.jboss.gravia.runtime.util.ManifestHeadersProvider
 
match(ServiceReference<?>) - Method in interface org.jboss.gravia.runtime.Filter
Filter using a service's properties.
match(Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.Filter
Filter using a Dictionary with case insensitive key lookup.
match(Dictionary) - Method in class org.jboss.gravia.runtime.util.NoFilter
 
match(ServiceReference<?>) - Method in class org.jboss.gravia.runtime.util.NoFilter
 
matchCase(Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.Filter
Filter using a Dictionary.
matchCase(Dictionary) - Method in class org.jboss.gravia.runtime.util.NoFilter
 
matches(Map<String, ?>) - Method in interface org.jboss.gravia.runtime.Filter
Filter using a Map.
matches(Map<String, ?>) - Method in class org.jboss.gravia.runtime.util.NoFilter
 
MODIFIED - Static variable in class org.jboss.gravia.runtime.ServiceEvent
The properties of a registered service have been modified.
MODIFIED_ENDMATCH - Static variable in class org.jboss.gravia.runtime.ServiceEvent
The properties of a registered service have been modified and the new properties no longer match the listener's filter.
Module - Interface in org.jboss.gravia.runtime
An installed module in the Runtime.
Module.State - Enum in org.jboss.gravia.runtime
A module can be in one of six states:
MODULE_ENTRIES_PROVIDER_KEY - Static variable in class org.jboss.gravia.runtime.spi.AbstractModule
 
ModuleActivator - Interface in org.jboss.gravia.runtime
Customizes the starting and stopping of a module.
moduleChanged(ModuleEvent) - Method in interface org.jboss.gravia.runtime.ModuleListener
Receives notification that a module has had a lifecycle change.
ModuleContext - Interface in org.jboss.gravia.runtime
A module's execution context within the Runtime.
ModuleEntriesProvider - Interface in org.jboss.gravia.runtime.spi
A provider for module entries.
ModuleEvent - Class in org.jboss.gravia.runtime
An event from the Runtime describing a module lifecycle change.
ModuleEvent(int, Module) - Constructor for class org.jboss.gravia.runtime.ModuleEvent
Creates a module event of the specified type.
ModuleException - Exception in org.jboss.gravia.runtime
An xception used to indicate that a module lifecycle problem occurred.
ModuleException(String) - Constructor for exception org.jboss.gravia.runtime.ModuleException
Creates a ModuleException with the specified message.
ModuleException(String, Throwable) - Constructor for exception org.jboss.gravia.runtime.ModuleException
Creates a ModuleException with the specified message and exception cause.
ModuleException(Throwable) - Constructor for exception org.jboss.gravia.runtime.ModuleException
Creates a ModuleException with the specified exception cause.
ModuleListener - Interface in org.jboss.gravia.runtime
A ModuleEvent listener.

N

NoFilter - Class in org.jboss.gravia.runtime.util
A dummy filter that matches everything.

O

org.jboss.gravia.runtime - package org.jboss.gravia.runtime
 
org.jboss.gravia.runtime.spi - package org.jboss.gravia.runtime.spi
 
org.jboss.gravia.runtime.util - package org.jboss.gravia.runtime.util
 

P

PropertiesProvider - Interface in org.jboss.gravia.runtime.spi
A provider for Runtime properties.
putAttachment(AttachmentKey<T>, T) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 

R

REGISTERED - Static variable in class org.jboss.gravia.runtime.ServiceEvent
This service has been registered.
registerService(Class<S>, S, Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Registers the specified service object with the specified properties under the name of the specified class with the Runtime.
registerService(String, Object, Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Registers the specified service object with the specified properties under the specified class name with the Runtime.
registerService(String[], Object, Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Registers the specified service object with the specified properties under the specified class names into the Runtime.
releaseRuntime() - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Release the default runtime instance.
REMOTE - Static variable in exception org.jboss.gravia.runtime.ServiceException
An error occurred invoking a remote service.
removeAllBundleListeners() - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeAllServiceListeners() - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
removeBundleListeners(Module) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeModuleListener(ModuleListener) - Method in interface org.jboss.gravia.runtime.ModuleContext
Removes the specified ModuleListener object from the context module's list of listeners.
removeModuleListener(Module, ModuleListener) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeServiceInUse(ServiceReference<?>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
removeServiceListener(ServiceListener) - Method in interface org.jboss.gravia.runtime.ModuleContext
Removes the specified ServiceListener object from the context module's list of listeners.
removeServiceListener(Module, ServiceListener) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeServiceListeners(Module) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
RESOLVED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been resolved.
Runtime - Interface in org.jboss.gravia.runtime
The Gravia runtime.
RuntimeEventsManager - Class in org.jboss.gravia.runtime.spi
A manager for runtime listerners and their associated event delivery.
RuntimeFactory - Interface in org.jboss.gravia.runtime.spi
A factory for the Runtime.
RuntimeLocator - Class in org.jboss.gravia.runtime
Locates the a Runtime instance
RuntimeLogger - Class in org.jboss.gravia.runtime.spi
The runtime logger provider
RuntimePlugin - Interface in org.jboss.gravia.runtime.spi
A plugin for the runtime to install internal modules on runtime initiallization.
RuntimeType - Enum in org.jboss.gravia.runtime
The enumeration of supported target containers

S

serviceChanged(ServiceEvent) - Method in interface org.jboss.gravia.runtime.ServiceListener
Receives notification that a service has had a lifecycle change.
ServiceEvent - Class in org.jboss.gravia.runtime
An event from the Runtime describing a service lifecycle change.
ServiceEvent(int, ServiceReference<?>) - Constructor for class org.jboss.gravia.runtime.ServiceEvent
Creates a new service event object.
ServiceException - Exception in org.jboss.gravia.runtime
A service exception used to indicate that a service problem occurred.
ServiceException(String, Throwable) - Constructor for exception org.jboss.gravia.runtime.ServiceException
Creates a ServiceException with the specified message and exception cause.
ServiceException(String) - Constructor for exception org.jboss.gravia.runtime.ServiceException
Creates a ServiceException with the specified message.
ServiceException(String, int, Throwable) - Constructor for exception org.jboss.gravia.runtime.ServiceException
Creates a ServiceException with the specified message, type and exception cause.
ServiceException(String, int) - Constructor for exception org.jboss.gravia.runtime.ServiceException
Creates a ServiceException with the specified message and type.
ServiceFactory<S> - Interface in org.jboss.gravia.runtime
Allows services to provide customized service objects.
ServiceListener - Interface in org.jboss.gravia.runtime
A ServiceEvent listener.
ServiceReference<T> - Interface in org.jboss.gravia.runtime
A reference to a service.
ServiceRegistration<T> - Interface in org.jboss.gravia.runtime
A registered service.
SERVLET_CONTEXT_KEY - Static variable in class org.jboss.gravia.runtime.WebAppContextListener
 
setProperties(Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.ServiceRegistration
Updates the properties associated with a service.
setState(Module.State) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
start() - Method in interface org.jboss.gravia.runtime.Module
Starts this module.
start(ModuleContext) - Method in interface org.jboss.gravia.runtime.ModuleActivator
Called when this module is started so the Runtime can perform the module-specific activities necessary to start this module.
STARTED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been started.
STARTING - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module is about to be activated.
stop() - Method in interface org.jboss.gravia.runtime.Module
Stops this module.
stop(ModuleContext) - Method in interface org.jboss.gravia.runtime.ModuleActivator
Called when this module is stopped so the Runtime can perform the module-specific activities necessary to stop the module.
STOPPED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been stopped.
STOPPING - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module is about to deactivated.
SUBCLASSED - Static variable in exception org.jboss.gravia.runtime.ServiceException
The exception is a subclass of ServiceException.
SynchronousModuleListener - Interface in org.jboss.gravia.runtime
A synchronous ModuleEvent listener.

T

toString() - Method in interface org.jboss.gravia.runtime.Filter
Returns this Filter's filter string.
toString() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
toString() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 

U

ungetService(ServiceReference<?>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Releases the service object referenced by the specified ServiceReference object.
ungetService(Module, ServiceRegistration<S>, S) - Method in interface org.jboss.gravia.runtime.ServiceFactory
Releases a service object.
uninstall() - Method in interface org.jboss.gravia.runtime.Module
Uninstalls this module.
UNINSTALLED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been uninstalled.
uninstallModule(Module) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
unregister() - Method in interface org.jboss.gravia.runtime.ServiceRegistration
Unregisters a service.
UNREGISTERED - Static variable in exception org.jboss.gravia.runtime.ServiceException
The service has been unregistered.
UNREGISTERING - Static variable in class org.jboss.gravia.runtime.ServiceEvent
This service is in the process of being unregistered.
UNSPECIFIED - Static variable in exception org.jboss.gravia.runtime.ServiceException
No exception type is unspecified.

V

valueOf(String) - Static method in enum org.jboss.gravia.runtime.Module.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.gravia.runtime.RuntimeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.gravia.runtime.Module.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.gravia.runtime.RuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebAppContextListener - Class in org.jboss.gravia.runtime
Register the Webapp as a Module.
WebAppContextListener() - Constructor for class org.jboss.gravia.runtime.WebAppContextListener
 
A C D E F G H I L M N O P R S T U V W 

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.