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

A

aas - Static variable in class com.gridsystems.innergrid.kernel.Kernel
Reference to the default AAService instance.
AAService - Interface in com.gridsystems.innergrid.kernel.api
Authentication and Authorization Service.
AbstractPluginFactory - Class in com.gridsystems.innergrid.kernel.plugin
PluginFactory base class to extend from.
AbstractPluginFactory() - Constructor for class com.gridsystems.innergrid.kernel.plugin.AbstractPluginFactory
Default empty constructor.
accept(File, String) - Method in class com.gridsystems.innergrid.kernel.plugin.DynamicPluginFactory
activeInheritance() - Static method in class com.gridsystems.innergrid.kernel.server.KernelContext
Active inheritance.
add(Plugin[]) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginManager
Adds all plugins in the passed array to the list.
add(Plugin) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginManager
Adds a single plugin to the list.
addEntry(AuthACLEntry) - Method in class com.gridsystems.innergrid.kernel.api.AuthACL
Adds an entry to the entry list.
addFilter(RequestFilter, int) - Static method in class com.gridsystems.innergrid.kernel.server.AuthorizationFilter
Adds a filter at the specified position.
addKernelListener(KernelListener) - Static method in class com.gridsystems.innergrid.kernel.Kernel
Registers a kernel listener for receiving notification on kernel events.
addListener(T) - Method in class com.gridsystems.innergrid.kernel.event.EventManager
Adds a listener to the internal list.
addNewProtocol(String) - Static method in class com.gridsystems.innergrid.kernel.services.Connector
Add to list of available protocols a new protocol.
addPlugin(String) - Method in class com.gridsystems.innergrid.kernel.plugin.AbstractPluginFactory
Creates an instance of Plugin from the specified className, and adds it to the list of known plugins.
addPlugin(Plugin) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginMap
Adds a plugin to the map.
addPreWSSFilter(RequestFilter, int) - Static method in class com.gridsystems.innergrid.kernel.Kernel
Adds a filter at the specified position.
addRequestFilter(RequestFilter) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Adds a RequestFilter.
addRequestFilter(RequestFilter) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Adds a RequestFilter.
addRequestFilter(RequestFilter) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Adds a RequestFilter.
addUnregisteredApi(Class, Remote) - Static method in class com.gridsystems.innergrid.kernel.server.ApiServerFactory
Adds an unregistereApi instance to the list.
AnnotatedStandardMXBean - Class in com.gridsystems.jmx
AnnotatedStandardMBean type.
AnnotatedStandardMXBean(T, Class<T>) - Constructor for class com.gridsystems.jmx.AnnotatedStandardMXBean
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
AnnotatedStandardMXBean(Class<T>) - Constructor for class com.gridsystems.jmx.AnnotatedStandardMXBean
Make a DynamicMBean out of this, using the specified mbeanInterface class.
ApiConfiguration - Class in com.gridsystems.innergrid.kernel.server
Axis Provider with programmatic registry methods.
ApiConfiguration() - Constructor for class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Creates a new instance.
ApiConfigurationFactory - Class in com.gridsystems.innergrid.kernel.server
Returns an ApiConfiguration instance.
ApiConfigurationFactory(ServletContext) - Constructor for class com.gridsystems.innergrid.kernel.server.ApiConfigurationFactory
Creates a new instance of this factory.
ApiKernelManager - Interface in com.gridsystems.innergrid.kernel.services
API for kernel management.
ApiKernelManagerImpl - Class in com.gridsystems.innergrid.kernel.services
ApiKernelManager implementation.
ApiMsgProvider - Class in com.gridsystems.innergrid.kernel.server
Provider for message services.
ApiMsgProvider() - Constructor for class com.gridsystems.innergrid.kernel.server.ApiMsgProvider
 
ApiReflector - Class in com.gridsystems.innergrid.kernel.api
Encapsulates information on an API interface or bean class, necessary for registration on Axis engine.
ApiReflector(Class) - Constructor for class com.gridsystems.innergrid.kernel.api.ApiReflector
Creates a wrapper for a class.
ApiReflector(Class, String) - Constructor for class com.gridsystems.innergrid.kernel.api.ApiReflector
Creates a wrapper for a class.
ApiReflector(Class, SerializerFactory, DeserializerFactory) - Constructor for class com.gridsystems.innergrid.kernel.api.ApiReflector
Creates a wrapper around the specified bean, allowing direct specification of the serializer and deserializer factories to use.
ApiReflector(Class, Class) - Constructor for class com.gridsystems.innergrid.kernel.api.ApiReflector
Creates a wrapper for the specified API interface and class.
ApiRegistry - Interface in com.gridsystems.innergrid.kernel.api
Classes implementing this interface are responsible of registering public APIs and beans.
ApiRpcProvider - Class in com.gridsystems.innergrid.kernel.server
Provider for RPC services.
ApiRpcProvider() - Constructor for class com.gridsystems.innergrid.kernel.server.ApiRpcProvider
 
ApiServerFactory - Class in com.gridsystems.innergrid.kernel.server
Server Api Factory.
ApiTomcatManager - Interface in com.gridsystems.innergrid.kernel.services
Tomcat Server Remote Management API.
ApiTomcatManagerImpl - Class in com.gridsystems.innergrid.kernel.services
Tomcat Server Remote Management API implementation.
AttachmentCleaner - Class in com.gridsystems.innergrid.kernel.services
Cleans the attachment directory of old, unused files.
AttachmentCleaner() - Constructor for class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
 
AttachmentsChecker - Class in com.gridsystems.innergrid.kernel.server
This handler checks response attachments, ensuring that all associated files do exist.
AttachmentsChecker() - Constructor for class com.gridsystems.innergrid.kernel.server.AttachmentsChecker
 
AuthACL - Class in com.gridsystems.innergrid.kernel.api
Authorization ACL.
AuthACL(String) - Constructor for class com.gridsystems.innergrid.kernel.api.AuthACL
Creates a new instance.
AuthACL(String, AuthACLEntry[]) - Constructor for class com.gridsystems.innergrid.kernel.api.AuthACL
Creates a new instance.
AuthACLEntry - Class in com.gridsystems.innergrid.kernel.api
ACL entry.
AuthACLEntry(String, String) - Constructor for class com.gridsystems.innergrid.kernel.api.AuthACLEntry
Creates a new instance.
AuthACLEntry(String, String[]) - Constructor for class com.gridsystems.innergrid.kernel.api.AuthACLEntry
Creates a new instance.
AuthACLEntry(String, Collection<String>) - Constructor for class com.gridsystems.innergrid.kernel.api.AuthACLEntry
Creates a new instance.
AuthorizationFilter - Class in com.gridsystems.innergrid.kernel.server
Modified RPCProvider for API methods.
AuthorizationFilter() - Constructor for class com.gridsystems.innergrid.kernel.server.AuthorizationFilter
Default constructor delegates to the superclass.
authorize(String, String) - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Performs authorization checks on the specified service.method invocation.
authorize(String, String) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Performs authorization checks on the specified service.method invocation.
authorize(String, String) - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Performs authorization checks on the specified service.method invocation.
AxisRouterServlet - Class in com.gridsystems.innergrid.kernel.server
Routes web service requests through the Axis engine.
AxisRouterServlet() - Constructor for class com.gridsystems.innergrid.kernel.server.AxisRouterServlet
 

B

build(InputStream) - Static method in class com.gridsystems.innergrid.kernel.tools.DOMUtils
Builds a DOM document from the specified stream, using the shared instance of DocumentBuilder.
build(String) - Static method in class com.gridsystems.innergrid.kernel.tools.DOMUtils
Builds a document from the passed string.
build(byte[]) - Static method in class com.gridsystems.innergrid.kernel.tools.DOMUtils
Builds a document from the passed byte array.
buildPluginList() - Method in class com.gridsystems.innergrid.kernel.plugin.AbstractPluginFactory
Builds the list of discovered plugins.
buildPluginList() - Method in class com.gridsystems.innergrid.kernel.plugin.DynamicPluginFactory
 
buildPluginList() - Method in class com.gridsystems.innergrid.kernel.plugin.StaticPluginFactory
Reads the plug-in list from file.

C

cancel() - Method in interface com.gridsystems.innergrid.kernel.services.ApiTomcatManager
Cancels a restart or shutdown operation if there is any scheduled.
cancel() - Method in class com.gridsystems.innergrid.kernel.services.ApiTomcatManagerImpl
Cancels a restart or shutdown operation if there is any scheduled.
canHandleBlock(QName) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
canImpersonate(String) - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Gets if the current user can switch to the specified user context.
canImpersonate(String) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Gets if the current user can switch to the specified user context.
canImpersonate(String) - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Helper method for determining if the current context user can impersonate the specified userName.
canImpersonate(String) - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Gets if the current user can switch to the specified user context.
check() - Method in interface com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorApi
Used to check connection with this server.
check() - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorApiImpl
Used to check connection with this server.
CHECK_ATTACHMENTS - Static variable in class com.gridsystems.innergrid.kernel.server.ServiceProxy
Global option name for enabling response attachment checks.
CHECK_RESULTS - Static variable in class com.gridsystems.innergrid.kernel.server.ServiceProxy
Global option name for enabling result checks.
checkResult(Object, MessageContext) - Static method in class com.gridsystems.innergrid.kernel.server.ProviderUtils
Checks that the returned results can be serialized.
clean() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Cleans temporary files in the server.
clean() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Cleans temporary files in the server.
cleanup() - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
 
clearCache() - Static method in class com.gridsystems.innergrid.kernel.Messages
Clears the internal instance cache, so the messages are reloaded from disk.
clearContext() - Static method in class com.gridsystems.innergrid.kernel.server.KernelContext
Clears the current context, allowing to set it again later.
clearEffectiveUser() - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Clears any active impersonation in this context.
clearKey() - Method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Erases the buffered key so it can be refreshed.
clearListeners() - Method in class com.gridsystems.innergrid.kernel.event.EventManager
Removes all registered listeners.
clearListeners() - Static method in class com.gridsystems.innergrid.kernel.Kernel
Clears the listener list.
ClientApiConfiguration - Class in com.gridsystems.innergrid.kernel.server
ClientApiConfiguration type.
clone() - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
clone() - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
closePorts(Connector[]) - Static method in class com.gridsystems.innergrid.kernel.api.WindowsFirewallManager
Closes all ports defined in this model on the Windows firewall.
com.gridsystems.innergrid.kernel - package com.gridsystems.innergrid.kernel
 
com.gridsystems.innergrid.kernel.api - package com.gridsystems.innergrid.kernel.api
 
com.gridsystems.innergrid.kernel.crypto - package com.gridsystems.innergrid.kernel.crypto
 
com.gridsystems.innergrid.kernel.event - package com.gridsystems.innergrid.kernel.event
 
com.gridsystems.innergrid.kernel.examples.dummy - package com.gridsystems.innergrid.kernel.examples.dummy
 
com.gridsystems.innergrid.kernel.plugin - package com.gridsystems.innergrid.kernel.plugin
 
com.gridsystems.innergrid.kernel.server - package com.gridsystems.innergrid.kernel.server
 
com.gridsystems.innergrid.kernel.server.providers - package com.gridsystems.innergrid.kernel.server.providers
 
com.gridsystems.innergrid.kernel.services - package com.gridsystems.innergrid.kernel.services
 
com.gridsystems.innergrid.kernel.simplemonitor - package com.gridsystems.innergrid.kernel.simplemonitor
 
com.gridsystems.innergrid.kernel.startup - package com.gridsystems.innergrid.kernel.startup
 
com.gridsystems.innergrid.kernel.tools - package com.gridsystems.innergrid.kernel.tools
 
com.gridsystems.jmx - package com.gridsystems.jmx
 
compareTo(Object) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
 
configure(ServletContext) - Static method in class com.gridsystems.innergrid.kernel.startup.PluginLogConfigurator
Configures the log4j engine.
Connector - Class in com.gridsystems.innergrid.kernel.services
Type description.
Connector(String, int, String) - Constructor for class com.gridsystems.innergrid.kernel.services.Connector
Creates a new instance.
contextDestroyed(ServletContextEvent) - Method in class com.gridsystems.innergrid.kernel.server.KernelCtxListener
contextDestroyed(ServletContextEvent) - Method in class com.gridsystems.innergrid.kernel.server.KernelNotifier
Notifies all registered Kernel listeners the shutdown event.
contextInitialized(ServletContextEvent) - Method in class com.gridsystems.innergrid.kernel.server.KernelCtxListener
contextInitialized(ServletContextEvent) - Method in class com.gridsystems.innergrid.kernel.server.KernelNotifier
Registers plugins obtained from the factory specified in web.xml, and notifies all registered Kernel listeners the startup event.
copy() - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Helper wrapper around clone(), for busy programmers who do not want to make the class cast themselves.
copy() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Type-safe version of clone().
copyright - Variable in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
The plugin copyright text.
createDefaultAcl(AuthACL) - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Tests if the specified ACL exists, and if not, creates it.
createDefaultAcl(AuthACL) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Tests if the specified ACL exists, and if not, creates it.
createDefaultAcl(AuthACL) - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Tests if the specified ACL exists, and if not, creates it.
createKernelAcls() - Method in class com.gridsystems.innergrid.kernel.services.KernelManagementService
Registers the ACLs for the Kernel base services, if IXOS is configured as the default authenticator.
createKey() - Static method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Creates the encryption/decryption key file.
createLicenseField(String, String) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Method utility to create a LicenseField.
createLicenseField(String, String, String) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Method utility to create a LicenseField.
createPluginFactory(ServletContext) - Method in class com.gridsystems.innergrid.kernel.server.KernelNotifier
Creates a new PluginFactory instance.
CryptoService - Class in com.gridsystems.innergrid.kernel.crypto
Encryption / Decryption service for sensible data that must be stored on disk.
CryptoService() - Constructor for class com.gridsystems.innergrid.kernel.crypto.CryptoService
Creates a new instance of this class.

D

decrypt(String) - Method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Decrypts the specified string into an object.
DEFAULT_CLEAN_INTERVAL - Static variable in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
The default time between executions of the AttachmentCleaner.
DEFAULT_RESTART_EXITCODE - Static variable in class com.gridsystems.innergrid.kernel.services.ApiTomcatManagerImpl
Default exit code for the "restart" operation.
DEFAULT_SHUTDOWN_EXITCODE - Static variable in class com.gridsystems.innergrid.kernel.services.ApiTomcatManagerImpl
Default exit code for the "shutdown" operation.
dependencies - Variable in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
The plugin dependency map.
description - Variable in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
The plugin description.
destroy() - Method in class com.gridsystems.innergrid.kernel.server.OutOfMemoryFilter
 
dispose() - Static method in class com.gridsystems.innergrid.kernel.startup.KernelInitializer
Resource clean up.
dispose(ServletContext) - Static method in class com.gridsystems.innergrid.kernel.startup.KernelLauncher
Disposes the local Kernel instance.
distributeLicenses(DataHandler) - Static method in class com.gridsystems.innergrid.kernel.services.LicenseZipManager
Receives the license zip and calls the apropriate functions for saving the file in a tmp dir, unzip it, and then load the particular license files in the corresponding plug-ins.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gridsystems.innergrid.kernel.server.OutOfMemoryFilter
Detects unexpected errors and sends an appropriate SOAP envelope to the remote client.
DOMUtils - Class in com.gridsystems.innergrid.kernel.tools
Type description.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.gridsystems.innergrid.kernel.server.AxisRouterServlet
Puts the request in a ThreadLocal variable.
doPrivileged(PrivilegedAction) - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Calls action within the context of a "privileged" user with all permissions.
doPrivileged(PrivilegedAction, String) - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Calls action within the context of the specified user.
doPrivileged(PrivilegedAction) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Calls action within the context of a "privileged" user with all permissions.
doPrivileged(PrivilegedAction, String) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Calls action within the context of the specified user.
doPrivileged(PrivilegedAction) - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Calls action within the context of a "privileged" user with all permissions.
doPrivileged(PrivilegedAction, String) - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Calls action within the context of the specified user.
DummyAAService - Class in com.gridsystems.innergrid.kernel.examples.dummy
Authenticator implementation that does no authentication.
DummyAAService() - Constructor for class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Default empty constructor.
DummyApi - Interface in com.gridsystems.innergrid.kernel.examples.dummy
Example of publicable API service interface.
DummyApiImpl - Class in com.gridsystems.innergrid.kernel.examples.dummy
Example implementation of the DummyApi interface.
DummyBean - Class in com.gridsystems.innergrid.kernel.examples.dummy
Dummy bean implementation.
DummyBean() - Constructor for class com.gridsystems.innergrid.kernel.examples.dummy.DummyBean
Default empty constructor.
DummyPlugin - Class in com.gridsystems.innergrid.kernel.examples.dummy
Example plugin for debugging purposes.
DynamicPluginFactory - Class in com.gridsystems.innergrid.kernel.plugin
Factory that searches plug-ins across the classpath.
DynamicPluginFactory(String) - Constructor for class com.gridsystems.innergrid.kernel.plugin.DynamicPluginFactory
Creates a new instance that will search for jar files in the specified path.

E

encrypt(Serializable) - Method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Encrypts the specified serializable object into a string.
equals(Object) - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Tells whether obj represents the same port than this.
Event<T extends java.util.EventListener> - Interface in com.gridsystems.innergrid.kernel.event
Data passed to listeners to notify them of a special event in the system.
EventManager<T extends java.util.EventListener> - Class in com.gridsystems.innergrid.kernel.event
Handles the event listener list.
EventManager() - Constructor for class com.gridsystems.innergrid.kernel.event.EventManager
 
existsKeyFile() - Method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Tells if the file containing the key exists.

F

filter(RequestFilterEvent) - Static method in class com.gridsystems.innergrid.kernel.server.ProviderUtils
Calls all request filters in registration order.
filterByDependencies() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginManager
Removes all plugins whose dependencies are not installed, and sort the rest by their dependencies.
filterRequest(RequestFilterEvent) - Method in class com.gridsystems.innergrid.kernel.server.AuthorizationFilter
Filters unauthorized requests.
filterRequest(RequestFilterEvent) - Method in interface com.gridsystems.innergrid.kernel.server.RequestFilter
Filters the request encapsulated in event.
findJar() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Gets a reference to the jar archive in which the executing class is located.
fixSchema(SOAPEnvelope) - Static method in class com.gridsystems.innergrid.kernel.server.ProviderUtils
Sets the schema version to the one of 2001, and declares prefixes for the XSD and XSI namespaces.
fromString(String) - Static method in class com.gridsystems.innergrid.kernel.services.Connector
Factory method that creates a Connector instance by parsing the specified string.

G

generateWSDL(MessageContext) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
get(String) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginManager
Gets a plugin by its name.
getAAS(String) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Gets the authenticator associated to the specified apiName.
getAAS(String) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Gets the authenticator associated to the specified apiName.
getAAS(String) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Gets the authenticator associated to an API.
getAAS() - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Gets this request authenticator.
getAcceptCount() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the acceptCount value.
getAddress() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the address value.
getAdminRoleName() - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Gets the name of the "administrator" role.
getAdminRoleName() - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Gets the name of the "administrator" role.
getAdminRoleName() - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Gets the name of the "administrator" role.
getAlgorithm() - Method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Gets the name of the encryption algorithm to use.
getAll() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginManager
Gets the list of registered plugins.
getAllowedMethods() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Constructs a comma separated list of the public methods defined in the API interface.
getAllowedRoles() - Method in class com.gridsystems.innergrid.kernel.api.AuthACLEntry
Gets the set of allowed roles.
getAllPlugins() - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the information about each one of the registered plug-ins.
getAllPlugins() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the information about each one of the registered plug-ins.
getApi(String) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Gets an instance of the specified API.
getApi(String) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Gets an instance of the specified API.
getApi(String) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Gets an instance of the specified API.
getApiClass() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the wrapped class.
getApiClassName() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the wrapped class name.
getApiInstance(MessageContext, String) - Static method in class com.gridsystems.innergrid.kernel.server.ProviderUtils
Delegates on the ApiRegistry instance the service instantiation.
getApiInterface() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the interface associated to the wrapped class.
getApiInterfaceName() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the wrapped interface name, or null if it is a bean.
getApiName() - Method in class com.gridsystems.innergrid.kernel.api.AuthACL
Gets the API name.
getApiName() - Method in class com.gridsystems.innergrid.kernel.server.RequestFilterEvent
Gets the name of the api to invoke.
getApiNames() - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Gets the list of registered API names.
getApiNames() - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Gets the list of registered API names.
getApiNames() - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Gets the list of registered API names.
getApiNames() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the names of the registered APIs.
getApiNames() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the names of the registered APIs.
getApiNames() - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the names of the registered APIs.
getApiNames() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the names of the registered APIs.
getApiRegistry() - Static method in class com.gridsystems.innergrid.kernel.Kernel
Gets a unique instance of ApiRegistry.
getApiRegistry(ServletContext) - Static method in class com.gridsystems.innergrid.kernel.server.ApiConfigurationFactory
Factory nethod for obtaining an ApiRegistry instance.
getArguments() - Method in class com.gridsystems.innergrid.kernel.server.RequestFilterEvent
Gets the list of arguments for the request method.
getArray() - Method in class com.gridsystems.innergrid.kernel.event.EventManager
Converts internal List to Array.
getAttribute(String) - Method in class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Gets the value of a shared KernelContext attribute.
getAttribute(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getAttributeNames() - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getAvailableProtocols() - Static method in class com.gridsystems.innergrid.kernel.services.Connector
Return list of available protocols.
getBufferSize() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the bufferSize value.
getBuild() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Gets a number containing a date codified as YYYYMMDD.
getBuild() - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Gets the build number.
getBuilder() - Static method in class com.gridsystems.innergrid.kernel.tools.DOMUtils
Gets a shared instance of a document builder.
getBuilder(DocumentBuilderFactory) - Static method in class com.gridsystems.innergrid.kernel.tools.DOMUtils
Gets a builder instance from a custom factory.
getBuilderFactory() - Static method in class com.gridsystems.innergrid.kernel.tools.DOMUtils
Gets a shared instance of DocumentBuilderFactory.
getBundleName() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Return Bundle for this Plugin.
getCleanInterval() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the clean interval in hours.
getCleanInterval() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the clean interval in hours.
getCleanInterval() - Static method in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
Gets the time between successive clean executions.
getClientAuth() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the clientAuth value.
getClientEngineConfig() - Method in class com.gridsystems.innergrid.kernel.server.ApiConfigurationFactory
Get a default client engine configuration.
getCodeName() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Gets a "project name" for this version.
getCodeName() - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Gets the code name given to this version of the plug-in.
getCompression() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the compression value.
getConfiguration(ServletContext) - Static method in class com.gridsystems.innergrid.kernel.startup.PluginLogConfigurator
Obtains a Properties instance with the configuration of the log4j engine.
getConnectionLinger() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the connectionLinger value.
getConnectionTimeout() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the connectionTimeout value.
getConnectors() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Return Connectors List.
getContext() - Static method in class com.gridsystems.innergrid.kernel.server.KernelContext
Gets the instance associated to the current request.
getContext(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getCopyright() - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Gets the copyright string for this plugin.
getCopyright() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Gets the copyright string for this plugin.
getCopyright() - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Gets the copyright text of this plug-in.
getDefaultAAS() - Static method in class com.gridsystems.innergrid.kernel.Kernel
Gets the current Authenticator implementation.
getDefaultPluginFactory() - Static method in class com.gridsystems.innergrid.kernel.startup.KernelLauncher
Creates a default plugin factory instance.
getDependencies() - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Gets a list of external plugin dependencies.
getDependencies() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Gets a list of external plugin dependencies.
getDeploymentData(Document) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
getDescription() - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Gets a human-readable description for this plugin.
getDescription() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Gets a human-readable description for this plugin.
getDescription() - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Gets a short description of this plug-in.
getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class com.gridsystems.jmx.AnnotatedStandardMXBean
getDescription(MBeanFeatureInfo) - Method in class com.gridsystems.jmx.AnnotatedStandardMXBean
getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class com.gridsystems.jmx.AnnotatedStandardMXBean
getDeserializerFactory() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the deserializer factory for the wrapped type.
getDummy() - Method in interface com.gridsystems.innergrid.kernel.examples.dummy.DummyApi
Example method that returns a complex object that must be previously registered.
getDummy() - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyApiImpl
Example method that returns a complex object that must be previously registered.
getEffectiveUser() - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Gets the name of the user whose credentials should be used for authorization.
getEngine() - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Gets the engine associated to this instance.
getEntry(String) - Method in class com.gridsystems.innergrid.kernel.api.AuthACL
Gets the entry that must be used to set the permissions on the specified method.
getField(MBeanFeatureInfo, String) - Method in class com.gridsystems.jmx.AnnotatedStandardMXBean
Gets the value of an MBean feature info descriptor field.
getInitParameter(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getInitParameterNames() - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getInstance() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets an instance of the wrapped class.
getInstance() - Static method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Gets a singleton instance of this class.
getInstance() - Static method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyApiImpl
Called by the Kernel SOAP provider for obtaining an instance of this service.
getInstance() - Static method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyPlugin
Gets a singleton instance of this class.
getInstance(String) - Static method in class com.gridsystems.innergrid.kernel.server.ClientApiConfiguration
Gets the default WSDD as an stream.
getInstance() - Static method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets a singleton instance of this class.
getInstance() - Static method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets a singleton instance of this class.
getInstance() - Static method in class com.gridsystems.innergrid.kernel.services.ApiTomcatManagerImpl
Singleton pattern implementation.
getInstance() - Static method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorApiImpl
Called by the Kernel SOAP provider for obtaining an instance of this service.
getKernelVersion() - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the Kernel Engine version.
getKernelVersion() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the Kernel Engine version.
getKey() - Method in class com.gridsystems.innergrid.kernel.services.LicenseField
Gets the key.
getKeyFileData() - Method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Gets the data for the key file.
getLicenseFields() - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Gets an array of (key, value) pairs containing license details.
getLicenseFields() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Gets an array of (key, value) pairs containing license details.
getLicenseFields() - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Gets the license fields for this plug-in.
getLifeTime() - Static method in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
Gets the file life time.
getLocale() - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Gets the locale of the authenticated user.
getLocalizedKey() - Method in class com.gridsystems.innergrid.kernel.services.LicenseField
Gets the localized key.
getLocalizedValue() - Method in class com.gridsystems.innergrid.kernel.services.LicenseField
Gets the localized value.
getLogLevel() - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Gets the log level defined for this plugin.
getLogLevel() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Gets the log level defined for this plugin.
getLogLevel() - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Gets the current log level of this plug-in.
getMajor() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Gets the major version number In a versioning scheme following an A.B.C convention, this field corresponds to the A value.
getMajor() - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Gets the major version number.
getMajorVersion() - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getMaxProcessors() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the maxProcessors value.
getMessage() - Method in exception com.gridsystems.innergrid.kernel.IKernelException
Gets this exception message.
getMessageContext() - Method in class com.gridsystems.innergrid.kernel.server.RequestFilterEvent
Gets the Axis message context instance associated to this request.
getMessages(String, Locale) - Static method in class com.gridsystems.innergrid.kernel.Messages
Factory method for creating a Messages instance given a resource name and a locale.
getMethod() - Method in class com.gridsystems.innergrid.kernel.server.RequestFilterEvent
Gets the name of the method to invoke.
getMethodName() - Method in class com.gridsystems.innergrid.kernel.api.AuthACLEntry
Gets the method name.
getMethodName() - Method in class com.gridsystems.innergrid.kernel.server.RequestFilterEvent
Gets the name of the method to execute.
getMethodNames(String) - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the names of the methods of the specified API.
getMethodNames(String) - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the names of the methods of the specified API.
getMimeType(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getMinor() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Gets the minor version number In a versioning scheme following an A.B.C convention, this field corresponds to the B value.
getMinor() - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Gets the minor version number.
getMinorVersion() - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getMinProcessors() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the minProcessors value.
getName() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the local part of this wrapped object name.
getName() - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyBean
Gets the name value.
getName() - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Gets the public name of this plugin.
getName() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Gets the public name of this plugin.
getName() - Method in class com.gridsystems.innergrid.kernel.server.providers.WsddApiMsgProvider
getName() - Method in class com.gridsystems.innergrid.kernel.server.providers.WsddApiRpcProvider
getName() - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
getName() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the name value.
getName() - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Gets the public name of this plug-in.
getName() - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Gets the name (description) of this port.
getNamedDispatcher(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getNamespace() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the namespace part of this wrapped object name.
getNumber() - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Gets the number of this port.
getOption(String) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
getOptions() - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
getPasswordCallbackHandler() - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Returns the callbackHandler in charge of providing the information needed for WS-Security (authentication, authorization, signature, encryption).
getPasswordCallbackHandler() - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Returns the callbackHandler in charge of providing the information needed for WS-Security (authentication, authorization, signature, encryption).
getPasswordCallbackHandler() - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Returns the callbackHandler in charge of providing the information needed for WS-Security (authentication, authorization, signature, encryption).
getPattern() - Method in exception com.gridsystems.innergrid.kernel.IKernelException
Gets this exception pattern for the current context user locale.
getPattern(Locale) - Method in exception com.gridsystems.innergrid.kernel.IKernelException
Gets this exception pattern for the specified locale.
getPlugin(String) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginMap
Gets a plugin item from the map by its name.
getPlugin(String) - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the information about a single plug-in.
getPlugin(String) - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the information about a single plug-in.
getPluginLogLevel(String) - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the log level of the specified plug-in.
getPluginLogLevel(String) - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the log level of the specified plug-in.
getPluginManager() - Static method in class com.gridsystems.innergrid.kernel.Kernel
Gets a unique instance of PluginManager.
getPluginNames() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the names of the registered plug-ins.
getPluginNames() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the names of the registered plug-ins.
getPluginNames() - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the names of the registered plug-ins.
getPluginNames() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the names of the registered plug-ins.
getPlugins() - Method in class com.gridsystems.innergrid.kernel.plugin.AbstractPluginFactory
Gets a list of plugins.
getPlugins() - Method in interface com.gridsystems.innergrid.kernel.plugin.PluginFactory
Gets a list of plugins.
getPort() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the port value.
getProtocol() - Method in class com.gridsystems.innergrid.kernel.services.Connector
 
getProtocol() - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Gets the protocol to use to access this port.
getRealPath(String) - Method in class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Translates the specified path to an absolute path.
getRealPath(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getReflector(String) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Gets the reflector for the specified API.
getReflector(String) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Gets the reflector for the specified API.
getReflector(String) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Gets the reflector for the specified API.
getRelease() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Gets the release number.
getRelease() - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Gets the release number.
getRequestDispatcher(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getRequestFilters() - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Gets the list of RequestFilter set.
getRequestFilters() - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Gets the list of RequestFilter set.
getRequestFilters() - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Gets the list of RequestFilter set.
getResource(String) - Method in class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Gets the resource pointed by the specified path.
getResource(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getResourceAsStream(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getResourcePaths(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getRootLogLevel() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the root log level.
getRootLogLevel() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the root log level.
getRootLogLevel() - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the log engine root level which controls global log level thresholds.
getRootLogLevel() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the log engine root level which controls global log level thresholds.
getScheme() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the name of the protocol to have returned by calls to request.getScheme().
getSerializerFactory() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the serializer factory for the wrapped type.
getServerData() - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the server open ports.
getServerData() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the server open ports.
getServerEngineConfig() - Method in class com.gridsystems.innergrid.kernel.server.ApiConfigurationFactory
Get a default server engine configuration.
getServerHost() - Method in class com.gridsystems.innergrid.kernel.services.ServerInformation
Gets the server host name.
getServerId() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the server UUID.
getServerId() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the server UUID.
getServerInfo() - Method in class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Obtains the server information provided by the wrapper servlet context getServerInfo method.
getServerInfo() - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getServerPorts() - Method in class com.gridsystems.innergrid.kernel.services.ServerInformation
Gets the server ports data.
getServerTime() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the server time.
getServerTime() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the server time.
getServerTime() - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the server's local time.
getServerTime() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the server's local time.
getServerZoneOffset() - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Gets the server's time zone offset relative to the GMT time, in milliseconds.
getServerZoneOffset() - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Gets the server's time zone offset relative to the GMT time, in milliseconds.
getServlet(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getServletContext() - Method in class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Gets the wrapped context.
getServletContextName() - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getServletNames() - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getServlets() - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
getSource() - Method in interface com.gridsystems.innergrid.kernel.event.Event
Gets the "source" of the event.
getString(String) - Method in class com.gridsystems.innergrid.kernel.Messages
Obtains a localized message for the specified key.
getSupportedTokens() - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Gets the list of supported security tokens for this implementation.
getSupportedTokens() - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Gets the list of supported security tokens for this implementation.
getSupportedTokens() - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Gets the list of supported security tokens for this implementation.
getTargetInstance() - Method in class com.gridsystems.innergrid.kernel.server.RequestFilterEvent
Gets a reference to the instance of the requested service.
getTempFileLifeTime() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the file life time.
getTempFileLifeTime() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the file life time.
getThreadWsdd() - Static method in class com.gridsystems.innergrid.kernel.server.ApiConfigurationFactory
Gets the resource name to be used in this thread for the client engine configuration.
getTimer() - Static method in class com.gridsystems.innergrid.kernel.Kernel
Gets a global timer for scheduled task execution.
getType() - Method in interface com.gridsystems.innergrid.kernel.event.Event
Gets the event type.
getUnderstoodHeaders() - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
getUserName() - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Gets the name of the caller user.
getValue() - Method in class com.gridsystems.innergrid.kernel.services.LicenseField
Gets the value.
getVersion() - Static method in class com.gridsystems.innergrid.kernel.Kernel
Gets the version of the kernel engine.
getVersion() - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Gets the "public" version information of this plugin.
getVersion() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Gets the "public" version information of this plugin.
getVersion() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the kernel version.
getVersion() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the kernel version.
getVersion() - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Gets the version data of this plug-in.
getWsddSource() - Method in class com.gridsystems.innergrid.kernel.server.ClientApiConfiguration
Gets the name of the WSDD.
getWsdlFile() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets the WSDL file for this class.

H

handle(Callback[]) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Handles UserNameToken credentials in the WSS4J framework.
handle(Callback[]) - Method in class com.gridsystems.innergrid.kernel.server.PasswordCallbackHandler
Delegates the handling of the callbacks to the appropriate handler.
handle(Callback[]) - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Handles UserNameToken credentials in the WSS4J framework.
hasAttachments(MessageContext) - Static method in class com.gridsystems.innergrid.kernel.server.ProviderUtils
Gets if the specified message contains attachments.
hashCode() - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Gets the hashCode.
helloWorld() - Method in interface com.gridsystems.innergrid.kernel.examples.dummy.DummyApi
Example method that returns a simple string object.
helloWorld() - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyApiImpl
Example method that returns a simple string object.
HTTP - Static variable in class com.gridsystems.innergrid.kernel.services.Connector
HTTP protocol identifier.
HTTPS - Static variable in class com.gridsystems.innergrid.kernel.services.Connector
HTTPS protocol identifier.

I

IKernelException - Exception in com.gridsystems.innergrid.kernel
Server-side version of KernelException All server-side exceptions should be converted into an IKernelException before being thrown in a public API method.
IKernelException(String) - Constructor for exception com.gridsystems.innergrid.kernel.IKernelException
Creates a new instance with no parameters, and no root cause.
IKernelException(String, Object[]) - Constructor for exception com.gridsystems.innergrid.kernel.IKernelException
Creates a new instance with the specified error code and parameters.
IKernelException(String, Throwable) - Constructor for exception com.gridsystems.innergrid.kernel.IKernelException
Creates a new instance with the specified error code and root cause, but no parameter list.
IKernelException(String, Object[], Throwable) - Constructor for exception com.gridsystems.innergrid.kernel.IKernelException
Creates a new instance with the specified error code, message parameters and root cause.
IKernelException(QName, Object[], Throwable) - Constructor for exception com.gridsystems.innergrid.kernel.IKernelException
Creates a new instance with the specified error code, message parameters and root cause.
importKey(File) - Static method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Imports the specified file as the encryption key to use.
init(FilterConfig) - Method in class com.gridsystems.innergrid.kernel.server.OutOfMemoryFilter
init() - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
 
init(ServletContext, PluginFactory) - Static method in class com.gridsystems.innergrid.kernel.startup.KernelLauncher
Initializes an internal Kernel instance.
invoke(MessageContext) - Method in class com.gridsystems.innergrid.kernel.server.AttachmentsChecker
invoke(Object[]) - Method in class com.gridsystems.innergrid.kernel.server.ServiceProxy
Invokes the wrapped object method.
invoke(MessageContext) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
Calls to the WS-Security handler.
invokeMethod(MessageContext, Method, Object, Object[]) - Method in class com.gridsystems.innergrid.kernel.server.ApiRpcProvider
This method encapsulates the method invocation.
isApi() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets if this instance wraps an API class.
isAuthorized() - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Tells the value of the authorized flag.
isBasicAuthenticationEnabled() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the flag value.
isBasicAuthenticationEnabled() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the flag value.
isBasicAuthenticationEnabled() - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
Gets if Basic Authentication is enabled on this server.
isBean() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Gets if this instance wraps a Bean class.
isCompatibleWith(PluginVersion) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Determines if this version instance is compatible with the specified one.
isEnableLookups() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the enableLookups value.
isPrettyPrintXML() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets if SOAP XML responses are being pretty printed.
isPrettyPrintXML() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets if SOAP XML responses are being pretty printed.
isSendStackTraces() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets if stacktraces should be sent in a fault response.
isSendStackTraces() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets if stacktraces should be sent in a fault response.
isStopping() - Method in interface com.gridsystems.innergrid.kernel.services.ApiTomcatManager
Checks if a restart or shutdown operation is currently in progress.
isStopping() - Method in class com.gridsystems.innergrid.kernel.services.ApiTomcatManagerImpl
Checks if a restart or shutdown operation is currently in progress.
isUserCreated() - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets the userCreated value.
isUserInRole(String) - Method in interface com.gridsystems.innergrid.kernel.api.AAService
Gets if the current user pertains to the specified role.
isUserInRole(String) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyAAService
Gets if the current user pertains to the specified role.
isUserInRole(String) - Method in class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Gets if the current user pertains to the specified role.
isWSSDraftCompatibilityEnabled() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Gets the flag value.
isWSSDraftCompatibilityEnabled() - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Gets the flag value.
isWSSDraftCompatibilityEnabled() - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
Gets if Basic Authentication is enabled on this server.
iterator() - Method in class com.gridsystems.innergrid.kernel.api.AuthACL
Gets an iterator for entries traversal.

K

Kernel - Class in com.gridsystems.innergrid.kernel
Kernel integration provider.
Kernel() - Constructor for class com.gridsystems.innergrid.kernel.Kernel
This class MUST not be instantiated, but subclasses may be.
KernelConfig - Class in com.gridsystems.innergrid.kernel.server
Kernel Configuration Management Bean.
KernelConfigMXBean - Interface in com.gridsystems.innergrid.kernel.server
KernelMXBean type.
KernelContext - Class in com.gridsystems.innergrid.kernel.server
Gives access to request data in a per-thread basis.
KernelCtxListener - Class in com.gridsystems.innergrid.kernel.server
Initializes the kernel.
KernelCtxListener() - Constructor for class com.gridsystems.innergrid.kernel.server.KernelCtxListener
 
KernelEvent - Class in com.gridsystems.innergrid.kernel.event
Data of interest for kernel listeners.
KernelEvent(ServletContext) - Constructor for class com.gridsystems.innergrid.kernel.event.KernelEvent
Creates a new instance bound to the specified servlet context.
KernelInitializer - Class in com.gridsystems.innergrid.kernel.startup
Kernel Initialization support.
KernelLauncher - Class in com.gridsystems.innergrid.kernel.startup
Standalone launcher for debugging purposes.
KernelLauncher.Sleeper - Class in com.gridsystems.innergrid.kernel.startup
Class used for simple kernel debug.
KernelLauncher.Sleeper(long) - Constructor for class com.gridsystems.innergrid.kernel.startup.KernelLauncher.Sleeper
Creates a new instance.
KernelListener - Interface in com.gridsystems.innergrid.kernel.event
Receives notification on server startup and shutdown events.
KernelManagementService - Class in com.gridsystems.innergrid.kernel.services
Basic Kernel Management Service.
KernelManagementService() - Constructor for class com.gridsystems.innergrid.kernel.services.KernelManagementService
Default empty constructor.
KernelNotifier - Class in com.gridsystems.innergrid.kernel.server
Context Listener that fires Kernel events.
KernelNotifier() - Constructor for class com.gridsystems.innergrid.kernel.server.KernelNotifier
 
KernelStartupChecker - Class in com.gridsystems.innergrid.kernel.startup
Waits for kernel startup, and notifies all the plug-ins.
KernelStartupChecker(ServletContext, KernelListener[]) - Constructor for class com.gridsystems.innergrid.kernel.startup.KernelStartupChecker
Constructor.
kernelVersion - Static variable in class com.gridsystems.innergrid.kernel.Kernel
Kernel Version Info.
keySet() - Method in class com.gridsystems.innergrid.kernel.Messages
Gets a set with the keys contained in this instance.

L

launch(PluginFactory, Runnable...) - Static method in class com.gridsystems.innergrid.kernel.startup.KernelLauncher
Launches an internal kernel and executes the given runnable within it.
launch(Runnable...) - Static method in class com.gridsystems.innergrid.kernel.startup.KernelLauncher
Launches an internal Kernel and executes the given runnable within it, using a static plugin manager that reads the plugin list from a file specified through the "plugins.file" system property.
LicenseField - Class in com.gridsystems.innergrid.kernel.services
License related data field.
LicenseField() - Constructor for class com.gridsystems.innergrid.kernel.services.LicenseField
 
licenseFields - Variable in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
The plugin license fields.
LicenseZipManager - Class in com.gridsystems.innergrid.kernel.services
This class contains the methods to handle a zip of licenses and derive them to their corresponding plugins.
listenerList - Static variable in class com.gridsystems.innergrid.kernel.Kernel
Container for the list of registered KernelListeners.
load() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
loadFromFile(File) - Static method in class com.gridsystems.innergrid.kernel.services.Connector
Reads a list of Connector instance from a text file, and returns it into an ArrayList instance.
locale - Variable in exception com.gridsystems.innergrid.kernel.IKernelException
The locale for message I18N.
lockShutdown - Static variable in class com.gridsystems.innergrid.kernel.services.ApiTomcatManagerImpl
Shutdown flag.
log - Static variable in class com.gridsystems.innergrid.kernel.plugin.AbstractPluginFactory
For logs in this class and all subclasses.
log - Variable in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
The plug-in log category.
log(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
log(Exception, String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
log(String, Throwable) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
LOG_DEBUG - Static variable in class com.gridsystems.innergrid.kernel.services.PluginInfo
Constant to set the log level to DEBUG (writes all log messages).
LOG_ERROR - Static variable in class com.gridsystems.innergrid.kernel.services.PluginInfo
Constant to set the log level to ERROR.
LOG_FATAL - Static variable in class com.gridsystems.innergrid.kernel.services.PluginInfo
Constant to set the log level to FATAL.
LOG_INFO - Static variable in class com.gridsystems.innergrid.kernel.services.PluginInfo
Constant to set the log level to INFO.
LOG_WARN - Static variable in class com.gridsystems.innergrid.kernel.services.PluginInfo
Constant to set the log level to WARN.
logCallData(MessageContext) - Static method in class com.gridsystems.innergrid.kernel.server.AuthorizationFilter
Puts information about the current request into the log file.

M

main(String[]) - Static method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Test.
main(String[]) - Static method in class com.gridsystems.innergrid.kernel.startup.KernelLauncher
It starts a "standalone" kernel, sends a startup notification followed by a shutdown one, and after that, it disposes the kernel.
makeNewServiceObject(MessageContext, String) - Method in class com.gridsystems.innergrid.kernel.server.ApiRpcProvider
Delegates on the ApiRegistry instance the service instantiation.
ManagedAttribute - Annotation Type in com.gridsystems.jmx
ManagedAttribute type.
ManagedOperation - Annotation Type in com.gridsystems.jmx
ManagedOperation type.
ManagedResource - Annotation Type in com.gridsystems.jmx
ManagedResource type.
manager - Static variable in class com.gridsystems.innergrid.kernel.Kernel
Reference to the PluginManager instance.
merge(Connector, Connector) - Static method in class com.gridsystems.innergrid.kernel.services.Connector
Merges two instances in a new one.
Messages - Class in com.gridsystems.innergrid.kernel
ResourceBundle replacement for obtaining "multi-file" bundles.
Messages(String) - Constructor for class com.gridsystems.innergrid.kernel.Messages
Constructs a "bundle" with the specified resource name.

N

name - Variable in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
The public name for this plugin.
newApi(Class<T>) - Static method in class com.gridsystems.innergrid.kernel.server.ApiServerFactory
Gets an instance of an API for the specified remote/local interface.
newFactory(Object) - Static method in class com.gridsystems.innergrid.kernel.server.ApiConfigurationFactory
Creates an instance of this class, for discovery framework.
newInstance() - Static method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyBean
Factory method for obtaining a new instance of this class.
newKey() - Method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Creates a new key instance.
newProviderInstance(WSDDService, EngineConfiguration) - Method in class com.gridsystems.innergrid.kernel.server.providers.WsddApiMsgProvider
newProviderInstance(WSDDService, EngineConfiguration) - Method in class com.gridsystems.innergrid.kernel.server.providers.WsddApiRpcProvider
notify(T) - Method in interface com.gridsystems.innergrid.kernel.event.Event
Notifies to the specified listener about this event.
notify(Event<T>) - Method in class com.gridsystems.innergrid.kernel.event.EventManager
Notifies the specified event to all registered listeners.
notifyShutdown(ServletContext) - Static method in class com.gridsystems.innergrid.kernel.Kernel
Sends a "Shutdown event" notification to all registered listeners.
notifyStartup(ServletContext) - Static method in class com.gridsystems.innergrid.kernel.Kernel
Sends a "Startup event" notification to all registered listeners.
NULL_VERSION - Static variable in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Null version instance.
NullApiRegistry - Class in com.gridsystems.innergrid.kernel.api
Dummy ApiRegistry implementation for debugging purposes.
NullApiRegistry() - Constructor for class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Default constructor.
NullServletContext - Class in com.gridsystems.innergrid.kernel.startup
ServletContext mock-up implementation for KernelLauncher.
NullServletContext() - Constructor for class com.gridsystems.innergrid.kernel.startup.NullServletContext
Creates a new instance.
NullServletContext(String) - Constructor for class com.gridsystems.innergrid.kernel.startup.NullServletContext
Creates a new instance.

O

onFault(MessageContext) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
openPorts(String, Connector[]) - Static method in class com.gridsystems.innergrid.kernel.api.WindowsFirewallManager
Opens all ports defined in this model on the Windows firewall.
OutOfMemoryFilter - Class in com.gridsystems.innergrid.kernel.server
Filter of OutOfMemoryError exceptions.
OutOfMemoryFilter() - Constructor for class com.gridsystems.innergrid.kernel.server.OutOfMemoryFilter
 

P

PasswordCallbackHandler - Class in com.gridsystems.innergrid.kernel.server
 
PasswordCallbackHandler() - Constructor for class com.gridsystems.innergrid.kernel.server.PasswordCallbackHandler
 
perform() - Method in interface com.gridsystems.innergrid.kernel.api.PrivilegedAction
Performs the action, optionally returning an object.
Plugin - Interface in com.gridsystems.innergrid.kernel.plugin
Base interface for all plugin components.
PluginAdapter - Class in com.gridsystems.innergrid.kernel.plugin
Adapter for the Plugin interface.
PluginAdapter() - Constructor for class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Default constructor.
PluginAdapter(boolean) - Constructor for class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Creates an instance Initializes the plugin data and log category instance.
PluginCreationException - Exception in com.gridsystems.innergrid.kernel.plugin
Exceptions thrown on errors during plugin instantiation.
PluginCreationException(Throwable) - Constructor for exception com.gridsystems.innergrid.kernel.plugin.PluginCreationException
Creates a new instance.
PluginFactory - Interface in com.gridsystems.innergrid.kernel.plugin
Interface that all plugin factory classes must implement.
PluginInfo - Class in com.gridsystems.innergrid.kernel.services
Bean containing plug-in data.
PluginInfo() - Constructor for class com.gridsystems.innergrid.kernel.services.PluginInfo
Default empty constructor.
pluginList - Variable in class com.gridsystems.innergrid.kernel.plugin.AbstractPluginFactory
The list of found plugins.
PluginLogConfigurator - Class in com.gridsystems.innergrid.kernel.startup
Log4j configurator.
PluginManager - Class in com.gridsystems.innergrid.kernel.plugin
Manages the list of installed plugins.
PluginManager() - Constructor for class com.gridsystems.innergrid.kernel.plugin.PluginManager
Default constructor.
PluginMap - Class in com.gridsystems.innergrid.kernel.plugin
Map implementation in which keys can be "typed" by adding a suffix.
PluginMap() - Constructor for class com.gridsystems.innergrid.kernel.plugin.PluginMap
Default constructor.
PluginVersion - Class in com.gridsystems.innergrid.kernel.plugin
Component version data.
PluginVersion(String, int, int, int, int) - Constructor for class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Creates a new instance.
PluginVersion(VersionInfo) - Constructor for class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Creates a new instance.
prettyPrint(Document, OutputStream) - Static method in class com.gridsystems.innergrid.kernel.tools.DOMUtils
Prints an XML document to the specified stream, with indentation.
PrivilegedAction - Interface in com.gridsystems.innergrid.kernel.api
Action to be performed with all privileges.
process(Throwable, String, Method) - Static method in class com.gridsystems.innergrid.kernel.server.ProviderUtils
Converts the specified Throwable instance into an AxisFault exception, and throws it.
processAxisFault(AxisFault) - Method in class com.gridsystems.innergrid.kernel.server.AxisRouterServlet
Processes the returned Axis fault.
processMessage(MessageContext, SOAPEnvelope, SOAPEnvelope, Object) - Method in class com.gridsystems.innergrid.kernel.server.ApiMsgProvider
processMessage(MessageContext, SOAPEnvelope, SOAPEnvelope, Object) - Method in class com.gridsystems.innergrid.kernel.server.ApiRpcProvider
processWSDD(String) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Deploy a Service from WSDD document.
ProviderUtils - Class in com.gridsystems.innergrid.kernel.server
Modified RPCProvider for API methods.

R

register(ApiReflector) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Registers the specified object.
register(ApiReflector) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Registers the specified object.
register(ApiReflector) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Registers the specified object.
registerPlugins(PluginFactory) - Static method in class com.gridsystems.innergrid.kernel.startup.KernelInitializer
Registers all plug-ins the factory has found out.
registerWSDD(URL) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Registers the specified wsdd.
registerWSDD(InputStream) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Registers the specified wsdd.
registerWSDD(URL) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Registers the specified wsdd.
registerWSDD(InputStream) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Registers the specified wsdd.
registerWSDD(URL) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Processes a WSDD document at the specified URL.
registerWSDD(InputStream) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Processes a WSDD document in the specified stream.
registry - Static variable in class com.gridsystems.innergrid.kernel.Kernel
Reference to the ApiRegistry instance.
remove(Plugin) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginManager
Removes a single plugin from the list.
removeAttribute(String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
removeFilter(RequestFilter) - Static method in class com.gridsystems.innergrid.kernel.server.AuthorizationFilter
Removes a filter.
removeKernelListener(KernelListener) - Static method in class com.gridsystems.innergrid.kernel.Kernel
Unregisters a kernel listener.
removeListener(T) - Method in class com.gridsystems.innergrid.kernel.event.EventManager
Removes a listener from the internal list.
removePlugin(Plugin) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginMap
Removes a plugin from the map.
removePreWSSFilter(RequestFilter) - Static method in class com.gridsystems.innergrid.kernel.Kernel
Removes a filter.
removeRequestFilter(RequestFilter) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Removes a RequestFilter.
removeRequestFilter(RequestFilter) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Removes a RequestFilter.
removeRequestFilter(RequestFilter) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Removes a RequestFilter.
replaceServiceObject(MessageContext, Object, boolean, boolean) - Static method in class com.gridsystems.innergrid.kernel.server.ProviderUtils
Replaces the service object by a ServiceProxy instance, and the operation description within the message context to make it point to the "invoke" method of the ServiceProxy class.
RequestFilter - Interface in com.gridsystems.innergrid.kernel.server
Filters remote requests in the kernel.
RequestFilterEvent - Class in com.gridsystems.innergrid.kernel.server
Event data received by Request Filters.
RequestFilterEvent(MessageContext, Method, Object, Object[]) - Constructor for class com.gridsystems.innergrid.kernel.server.RequestFilterEvent
Creates an initialized instance.
restart(int) - Method in interface com.gridsystems.innergrid.kernel.services.ApiTomcatManager
Schedules Tomcat to restart in the specified number of seconds.
restart(int) - Method in class com.gridsystems.innergrid.kernel.services.ApiTomcatManagerImpl
Schedules Tomcat to restart in the specified number of seconds.
retrieveKernelVersion() - Static method in class com.gridsystems.innergrid.kernel.Kernel
Gets the kernel version from the VERSION_PROPERTIES_RSC resource.
run() - Method in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
Runs the cleaner tasks.
run() - Method in class com.gridsystems.innergrid.kernel.startup.KernelLauncher.Sleeper
run() - Method in class com.gridsystems.innergrid.kernel.startup.KernelStartupChecker
Execution method.

S

saveToFile(File, List) - Static method in class com.gridsystems.innergrid.kernel.services.Connector
Saves to a text file the list of connectors.
selectAttachmentsFormat(MessageContext) - Static method in class com.gridsystems.innergrid.kernel.server.ProviderUtils
Selects the appropriate attachment format depending on the "Accepts" HTTP header of the remote request.
ServerInformation - Class in com.gridsystems.innergrid.kernel.services
Server Data.
ServerInformation() - Constructor for class com.gridsystems.innergrid.kernel.services.ServerInformation
 
ServerPort - Class in com.gridsystems.innergrid.kernel.services
Represents a port in a Server.
ServerPort() - Constructor for class com.gridsystems.innergrid.kernel.services.ServerPort
 
ServiceProxy - Class in com.gridsystems.innergrid.kernel.server
Type description.
ServiceProxy(MessageContext, Object) - Constructor for class com.gridsystems.innergrid.kernel.server.ServiceProxy
Creates a new instance.
ServletContextWrapper - Class in com.gridsystems.innergrid.kernel.server
Wrapper for a ServletContext instance.
ServletContextWrapper() - Constructor for class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Default empty constructor.
ServletContextWrapper(ServletContext) - Constructor for class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Initializer constructor.
setAAS(String, AAService) - Method in interface com.gridsystems.innergrid.kernel.api.ApiRegistry
Associates an "authenticator" to an API by its name.
setAAS(String, AAService) - Method in class com.gridsystems.innergrid.kernel.api.NullApiRegistry
Associates an "authenticator" to an API by its name.
setAAS(String, AAService) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Sets the authenticator for the specified API.
setAAS(AAService) - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Sets this request authenticator.
setAcceptCount(int) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the acceptCount value.
setAddress(String) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the address value.
setApiName(String) - Method in class com.gridsystems.innergrid.kernel.api.AuthACL
Sets the API name.
setAttribute(String, Object) - Method in class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Sets the value of a shared KernelContext attribute.
setAttribute(String, Object) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
setAuthorized(boolean) - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Sets the value of the authorized flag.
setBasicAuthenticationEnabled(boolean) - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Sets the flag value.
setBasicAuthenticationEnabled(boolean) - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Sets the flag value.
setBufferSize(int) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the bufferSize value.
setBuild(int) - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Sets the build number (for internal use only).
setCleanInterval(int) - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Sets the clean interval.
setCleanInterval(int) - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Sets the clean interval.
setCleanInterval(long) - Static method in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
Sets the interval between successive clean executions.
setClientAuth(String) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the clientAuth value.
setCodeName(String) - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Sets the product code name (for internal use only).
setCompression(String) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the compression value.
setConnectionLinger(int) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the connectionLinger value.
setConnectionTimeout(long) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the connectionTimeout value.
setContext(KernelContext) - Static method in class com.gridsystems.innergrid.kernel.server.KernelContext
Sets the context for the current thread.
setCopyright(String) - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Sets the Copyright text of this plug-in.
setDefaultAAS(AAService) - Static method in class com.gridsystems.innergrid.kernel.Kernel
Sets the current Authenticator implementation.
setDescription(String) - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Sets the description of this plug-in.
setEffectiveUser(String) - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Sets the name of the user whose credentials will be used for authentication.
setEnableLookups(boolean) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the enableLookups value.
setInitParameter(String, String) - Method in class com.gridsystems.innergrid.kernel.startup.NullServletContext
Sets an initial parameter value.
setKey(String) - Method in class com.gridsystems.innergrid.kernel.services.LicenseField
Sets the key.
setKeyFileData(byte[]) - Method in class com.gridsystems.innergrid.kernel.crypto.CryptoService
Sets the data for the key file.
setLicense(DataHandler) - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Provides a licence file for this plugin.
setLicense(DataHandler) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Provides a licence file for this plugin.
setLicense(String, DataHandler) - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Sets the license file for a plugin.
setLicense(String, DataHandler) - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Sets the license file for a plugin.
setLicenseFields(LicenseField[]) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Sets this plugin license fields.
setLicenseFields(LicenseField[]) - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Sets the license fields for this plug-in.
setLicenseSet(DataHandler) - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Sets the license files for a set of plug-ins.
setLicenseSet(DataHandler) - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Sets the license files for a set of plugins.
setLifeTime(long) - Static method in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
Sets the file life time.
setLocale(Locale) - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Sets the locale of the authenticated user.
setLocalizedKey(String) - Method in class com.gridsystems.innergrid.kernel.services.LicenseField
Sets the localized key.
setLocalizedValue(String) - Method in class com.gridsystems.innergrid.kernel.services.LicenseField
Sets the localized value.
setLogLevel(Level) - Method in interface com.gridsystems.innergrid.kernel.plugin.Plugin
Sets the log level for classes in this plugin.
setLogLevel(Level) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Sets the log level for classes in this plugin.
setLogLevel(String) - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Sets the log level of this plug-in.
setMajor(int) - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Sets the major version number (for internal use only).
setMaxProcessors(int) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the maxProcessors value.
setMinor(int) - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Sets the minor version number (for internal use only).
setMinProcessors(int) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the minProcessors value.
setName(String) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyBean
Sets the name value.
setName(String) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
setName(String) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the name value.
setName(String) - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Sets the name of this plug-in.
setName(String) - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Sets the name (description) of this port.
setNamespace(String) - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Sets the namespace part of this wrapped object name.
setNumber(int) - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Sets the number of this port.
setOption(String, Object) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
setOptionDefault(String, Object) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
Set a default value for the given option: if the option is not already set, then set it.
setOptions(Hashtable) - Method in class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
setPluginLogLevel(String, String) - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Sets the log level of the specified plug-in.
setPluginLogLevel(String, String) - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Sets the log level of the specified plug-in.
setPort(int) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the port value.
setPrettyPrintXML(boolean) - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Sets if SOAP XML responses are being pretty printed.
setPrettyPrintXML(boolean) - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Sets if SOAP XML responses are being pretty printed.
setProtocol(String) - Method in class com.gridsystems.innergrid.kernel.services.Connector
 
setProtocol(String) - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Sets the protocol to use to access this port.
setRelease(int) - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Sets the release number (for internal use only).
setRootLogLevel(String) - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Sets the root log level.
setRootLogLevel(String) - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Sets the root log level.
setRootLogLevel(String) - Method in interface com.gridsystems.innergrid.kernel.services.ApiKernelManager
Sets the log engine root level, which controls global log level thresholds.
setRootLogLevel(String) - Method in class com.gridsystems.innergrid.kernel.services.ApiKernelManagerImpl
Sets the log engine root level, which controls global log level thresholds.
setSendStackTraces(boolean) - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Sets the flag value.
setSendStackTraces(boolean) - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Sets the flag value.
setServerHost(String) - Method in class com.gridsystems.innergrid.kernel.services.ServerInformation
Sets a new server host name.
setServerPorts(ServerPort[]) - Method in class com.gridsystems.innergrid.kernel.services.ServerInformation
Sets the server ports data.
setServletContext(ServletContext) - Method in class com.gridsystems.innergrid.kernel.server.ServletContextWrapper
Sets the wrapped context.
setTempFileLifeTime(int) - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Sets the temp file life time.
setTempFileLifeTime(int) - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Sets the temp file life time.
setThreadWsdd(String) - Static method in class com.gridsystems.innergrid.kernel.server.ApiConfigurationFactory
Sets the WSDD to use for client engine configuration in the current thread.
setup(ServletContext) - Static method in class com.gridsystems.innergrid.kernel.startup.KernelInitializer
Initializes the Kernel framework.
setUserCreated(boolean) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Sets the userCreated value.
setUserName(String) - Method in class com.gridsystems.innergrid.kernel.server.KernelContext
Sets the name of the caller user.
setValue(String) - Method in class com.gridsystems.innergrid.kernel.services.LicenseField
Sets the value.
setVersion(VersionInfo) - Method in class com.gridsystems.innergrid.kernel.services.PluginInfo
Sets the public version data of this plug-in.
setWSSDraftCompatibilityEnabled(boolean) - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig
Sets the flag value.
setWSSDraftCompatibilityEnabled(boolean) - Method in interface com.gridsystems.innergrid.kernel.server.KernelConfigMXBean
Sets the flag value.
shutdown(KernelEvent) - Method in interface com.gridsystems.innergrid.kernel.event.KernelListener
Kernel is shutting down.
shutdown(KernelEvent) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyPlugin
Performs cleanup tasks.
shutdown(KernelEvent) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Kernel is shutting down.
shutdown(int, String) - Method in interface com.gridsystems.innergrid.kernel.services.ApiTomcatManager
Schedules a Tomcat shutdown in the specified number of seconds.
shutdown(int, String) - Method in class com.gridsystems.innergrid.kernel.services.ApiTomcatManagerImpl
Schedules a Tomcat shutdown in the specified number of seconds.
shutdown(KernelEvent) - Method in class com.gridsystems.innergrid.kernel.services.KernelManagementService
Kernel is shutting down.
SimpleMonitorAAService - Class in com.gridsystems.innergrid.kernel.simplemonitor
Authenticator implementation that does no authentication.
SimpleMonitorAAService() - Constructor for class com.gridsystems.innergrid.kernel.simplemonitor.SimpleMonitorAAService
Default empty constructor.
SimpleMonitorApi - Interface in com.gridsystems.innergrid.kernel.simplemonitor
Api to check state of this server.
SimpleMonitorApiImpl - Class in com.gridsystems.innergrid.kernel.simplemonitor
Implementation of the SimpleMonitorApi interface.
start() - Static method in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
Starts the timer execution.
start(long) - Static method in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
Starts the timer execution.
startup(KernelEvent) - Method in interface com.gridsystems.innergrid.kernel.event.KernelListener
Kernel is initializing.
startup(KernelEvent) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyPlugin
Initializes the plugin.
startup(KernelEvent) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Kernel is initializing.
startup(KernelEvent) - Method in class com.gridsystems.innergrid.kernel.services.KernelManagementService
Kernel is initializing.
startupCompleted(KernelEvent) - Method in interface com.gridsystems.innergrid.kernel.event.KernelListener
Kernel has finished the startup.
startupCompleted(KernelEvent) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Kernel has finished the startup.
startupCompleted(KernelEvent) - Method in class com.gridsystems.innergrid.kernel.services.KernelManagementService
Kernel has finished the startup.
StaticPluginFactory - Class in com.gridsystems.innergrid.kernel.plugin
Plugin Discovery Factory that reads the list of plug-ins to register from a well-known file.
StaticPluginFactory(String) - Constructor for class com.gridsystems.innergrid.kernel.plugin.StaticPluginFactory
Creates a new factory that will obtain the list of Plugin classes from the file denoted by the configPath parameter.
stop() - Static method in class com.gridsystems.innergrid.kernel.services.AttachmentCleaner
Stops the timer execution.
stopThread() - Method in class com.gridsystems.innergrid.kernel.startup.KernelStartupChecker
Stops the thread execution.
store() - Method in class com.gridsystems.innergrid.kernel.server.KernelConfig

T

throwException(String, String) - Method in interface com.gridsystems.innergrid.kernel.examples.dummy.DummyApi
Throws an exception with the specified error code.
throwException(String, String) - Method in class com.gridsystems.innergrid.kernel.examples.dummy.DummyApiImpl
Throws an exception with the specified error code.
timer - Static variable in class com.gridsystems.innergrid.kernel.Kernel
Timer instance for global task scheduling.
toString() - Method in class com.gridsystems.innergrid.kernel.api.ApiReflector
Constructs a human readable description of this instance.
toString() - Method in class com.gridsystems.innergrid.kernel.plugin.PluginVersion
Gets a string representation of this instance.
toString() - Method in class com.gridsystems.innergrid.kernel.services.Connector
WARNING: SJM.
toString() - Method in class com.gridsystems.innergrid.kernel.services.ServerInformation
Converts the object to a string.
toString() - Method in class com.gridsystems.innergrid.kernel.services.ServerPort
Gets a String representation of this object.
toString() - Method in class com.gridsystems.innergrid.kernel.services.VersionInfo
Converts an object into a collection of characters, returning its name and essential information.
toXML(String, String, String, String) - Method in class com.gridsystems.innergrid.kernel.services.Connector
Gets an XML fragment for insertion into a Tomcat server.xml file.
toXML(List, String, String, String, String) - Static method in class com.gridsystems.innergrid.kernel.services.Connector
Converts a list of connectors into an XML string.
translate(String) - Method in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
Translate a key of the bundle, using locale of actual user.

U

undeploy(String) - Method in class com.gridsystems.innergrid.kernel.server.ApiConfiguration
Undeploy Service.

V

version - Variable in class com.gridsystems.innergrid.kernel.plugin.PluginAdapter
The plugin version.
VersionInfo - Class in com.gridsystems.innergrid.kernel.services
Bean containing plug-in version data.
VersionInfo() - Constructor for class com.gridsystems.innergrid.kernel.services.VersionInfo
Default empty constructor.

W

WindowsFirewallManager - Class in com.gridsystems.innergrid.kernel.api
Manages ports of firewall in Windows OS.
WsddApiMsgProvider - Class in com.gridsystems.innergrid.kernel.server.providers
Custom WSDD provider factory for java:FURA_MSG services.
WsddApiMsgProvider() - Constructor for class com.gridsystems.innergrid.kernel.server.providers.WsddApiMsgProvider
 
WsddApiRpcProvider - Class in com.gridsystems.innergrid.kernel.server.providers
Custom WSDD provider factory for java:FURA_RPC services.
WsddApiRpcProvider() - Constructor for class com.gridsystems.innergrid.kernel.server.providers.WsddApiRpcProvider
 
WSSWrapperHandler - Class in com.gridsystems.innergrid.kernel.server
Searches for the presence of a "UsernameToken" header in the request envelope, and fills in credentials information if found.
WSSWrapperHandler() - Constructor for class com.gridsystems.innergrid.kernel.server.WSSWrapperHandler
Default constructor.

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

Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.