Uses of Interface
org.apache.geronimo.kernel.Kernel

Packages that use Kernel
org.apache.geronimo.activemq.management   
org.apache.geronimo.axis2.client   
org.apache.geronimo.axis2.ejb   
org.apache.geronimo.axis2.pojo   
org.apache.geronimo.client   
org.apache.geronimo.connector   
org.apache.geronimo.connector.outbound   
org.apache.geronimo.console.car   
org.apache.geronimo.console.databasemanager   
org.apache.geronimo.console.jmsmanager   
org.apache.geronimo.console.util   
org.apache.geronimo.cxf.ejb   
org.apache.geronimo.cxf.pojo   
org.apache.geronimo.deployment   
org.apache.geronimo.deployment.cli   
org.apache.geronimo.deployment.hot   
org.apache.geronimo.deployment.plugin.factories   
org.apache.geronimo.deployment.plugin.jmx   
org.apache.geronimo.deployment.plugin.local   
org.apache.geronimo.deployment.plugin.remote   
org.apache.geronimo.deployment.service   
org.apache.geronimo.farm.config   
org.apache.geronimo.farm.deployment   
org.apache.geronimo.gbean.runtime   
org.apache.geronimo.gjndi   
org.apache.geronimo.gjndi.binding   
org.apache.geronimo.j2ee.deployment   
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.jaxws.builder   
org.apache.geronimo.jaxws.client   
org.apache.geronimo.jetty6   
org.apache.geronimo.jetty6.deployment   
org.apache.geronimo.kernel   
org.apache.geronimo.kernel.basic   
org.apache.geronimo.kernel.config   
org.apache.geronimo.kernel.util   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.myfaces   
org.apache.geronimo.naming.enc   
org.apache.geronimo.naming.reference   
org.apache.geronimo.openejb   
org.apache.geronimo.openjpa   
org.apache.geronimo.security.ca   
org.apache.geronimo.security.deployment   
org.apache.geronimo.security.jaas   
org.apache.geronimo.security.keystore   
org.apache.geronimo.security.realm   
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.jmx   
org.apache.geronimo.system.main   
org.apache.geronimo.system.plugin   
org.apache.geronimo.timer.jdbc   
org.apache.geronimo.tomcat   
org.apache.geronimo.tomcat.deployment   
org.apache.geronimo.web25.deployment   
 

Uses of Kernel in org.apache.geronimo.activemq.management
 

Constructors in org.apache.geronimo.activemq.management with parameters of type Kernel
ActiveMQManagerGBean(Kernel kernel, String objectName)
           
 

Uses of Kernel in org.apache.geronimo.axis2.client
 

Constructors in org.apache.geronimo.axis2.client with parameters of type Kernel
Axis2ConfigGBean(ClassLoader classLoader, Kernel kernel, URL configurationBaseUrl, AbstractName moduleName)
           
 

Uses of Kernel in org.apache.geronimo.axis2.ejb
 

Constructors in org.apache.geronimo.axis2.ejb with parameters of type Kernel
EJBWebServiceGBean(EjbDeployment ejbDeploymentContext, PortInfo portInfo, Kernel kernel, URL configurationBaseUrl, SoapHandler soapHandler, String securityRealmName, String realmName, String transportGuarantee, String authMethod, String[] virtualHosts)
           
 

Uses of Kernel in org.apache.geronimo.axis2.pojo
 

Constructors in org.apache.geronimo.axis2.pojo with parameters of type Kernel
POJOWebServiceContainerFactoryGBean(PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Map componentContext, Kernel kernel, TransactionManager transactionManager, URL configurationBaseUrl, AnnotationHolder holder, String contextRoot)
           
 

Uses of Kernel in org.apache.geronimo.client
 

Methods in org.apache.geronimo.client with parameters of type Kernel
 void AppClientPlugin.startClient(AbstractName appClientModuleName, Kernel kernel, ClassLoader classLoader)
           
 void StaticJndiContextPlugin.startClient(AbstractName appClientModuleName, Kernel kernel, ClassLoader classLoader)
           
 

Constructors in org.apache.geronimo.client with parameters of type Kernel
AppClientContainer(String mainClassName, AbstractName appClientModuleName, String realmName, String callbackHandlerClassName, SubjectInfo defaultSubject, Holder holder, AppClientPlugin jndiContext, CredentialStore credentialStore, ClassLoader classLoader, Kernel kernel)
           
StaticJndiContextPlugin(Map context, Kernel kernel, ClassLoader classLoader)
           
 

Uses of Kernel in org.apache.geronimo.connector
 

Constructors in org.apache.geronimo.connector with parameters of type Kernel
AdminObjectWrapper(String adminObjectInterface, String adminObjectClass, Kernel kernel, AbstractName abstractName, String objectName, ClassLoader cl)
          Normal managed constructor.
 

Uses of Kernel in org.apache.geronimo.connector.outbound
 

Constructors in org.apache.geronimo.connector.outbound with parameters of type Kernel
GenericConnectionManagerGBean(org.apache.geronimo.connector.outbound.connectionmanagerconfig.TransactionSupport transactionSupport, org.apache.geronimo.connector.outbound.connectionmanagerconfig.PoolingSupport pooling, boolean containerManagedSecurity, org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTracker connectionTracker, org.apache.geronimo.transaction.manager.RecoverableTransactionManager transactionManager, String objectName, AbstractName abstractName, ClassLoader classLoader, Kernel kernel)
           
ManagedConnectionFactoryWrapper(String managedConnectionFactoryClass, String connectionFactoryInterface, String[] implementedInterfaces, String connectionFactoryImplClass, String connectionInterface, String connectionImplClass, org.apache.geronimo.connector.ResourceAdapterWrapper resourceAdapterWrapper, org.apache.geronimo.connector.outbound.ConnectionManagerContainer connectionManagerContainer, Kernel kernel, AbstractName abstractName, String objectName, ClassLoader cl)
           
 

Uses of Kernel in org.apache.geronimo.console.car
 

Constructors in org.apache.geronimo.console.car with parameters of type Kernel
ManagementHelper(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.console.databasemanager
 

Constructors in org.apache.geronimo.console.databasemanager with parameters of type Kernel
ManagementHelper(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.console.jmsmanager
 

Fields in org.apache.geronimo.console.jmsmanager declared as Kernel
protected  Kernel JMSConnectionFactoryManagerPortlet.kernel
           
protected static Kernel AbstractJMSManager.kernel
           
 

Constructors in org.apache.geronimo.console.jmsmanager with parameters of type Kernel
ManagementHelper(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.console.util
 

Fields in org.apache.geronimo.console.util declared as Kernel
protected static Kernel KernelHelper.kernel
           
 

Methods in org.apache.geronimo.console.util that return Kernel
static Kernel PortletManager.getKernel()
           
 

Constructors in org.apache.geronimo.console.util with parameters of type Kernel
KernelManagementHelper(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.cxf.ejb
 

Constructors in org.apache.geronimo.cxf.ejb with parameters of type Kernel
EJBWebServiceGBean(EjbDeployment ejbDeploymentContext, PortInfo portInfo, Kernel kernel, URL configurationBaseUrl, SoapHandler soapHandler, String securityRealmName, String realmName, String transportGuarantee, String authMethod, String[] virtualHosts)
           
 

Uses of Kernel in org.apache.geronimo.cxf.pojo
 

Constructors in org.apache.geronimo.cxf.pojo with parameters of type Kernel
POJOWebServiceContainerFactoryGBean(PortInfo portInfo, String endpointClassName, ClassLoader classLoader, Map componentContext, Kernel kernel, TransactionManager transactionManager, URL configurationBaseUrl, AnnotationHolder holder, String contextRoot)
           
 

Uses of Kernel in org.apache.geronimo.deployment
 

Constructors in org.apache.geronimo.deployment with parameters of type Kernel
Deployer(String remoteDeployAddress, Collection builders, Collection stores, Collection watchers, ArtifactResolver artifactResolver, Kernel kernel)
           
Deployer(String remoteDeployAddress, Collection builders, Collection stores, Collection watchers, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.deployment.cli
 

Methods in org.apache.geronimo.deployment.cli that return Kernel
 Kernel StopServer.getRunningKernel()
           
 

Methods in org.apache.geronimo.deployment.cli with parameters of type Kernel
protected  void ServerConnection.startOfflineDeployer(Kernel kernel)
           
 

Constructors in org.apache.geronimo.deployment.cli with parameters of type Kernel
DeployTool(Kernel kernel, DeploymentFactory deploymentFactory)
           
OfflineDeployerStarter(Kernel kernel)
           
ServerConnection(ConnectionParams params, PrintWriter out, InputStream in, Kernel kernel, DeploymentFactory geronimoDeploymentFactory)
           
 

Uses of Kernel in org.apache.geronimo.deployment.hot
 

Constructors in org.apache.geronimo.deployment.hot with parameters of type Kernel
DirectoryHotDeployer(String path, int pollIntervalMillis, ServerInfo serverInfo, ConfigurationManager configManager, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.deployment.plugin.factories
 

Methods in org.apache.geronimo.deployment.plugin.factories that return Kernel
protected  Kernel DeploymentFactoryBootstrapper.newKernel()
           
 

Constructors in org.apache.geronimo.deployment.plugin.factories with parameters of type Kernel
DeploymentFactoryWithKernel(Kernel kernel)
           
DeploymentFactoryWithKernel(Kernel kernel, RemoteDeploymentManager remoteDeploymentManager)
           
 

Uses of Kernel in org.apache.geronimo.deployment.plugin.jmx
 

Fields in org.apache.geronimo.deployment.plugin.jmx declared as Kernel
protected  Kernel JMXDeploymentManager.kernel
           
 

Methods in org.apache.geronimo.deployment.plugin.jmx with parameters of type Kernel
protected  void JMXDeploymentManager.initialize(Kernel kernel)
           
 

Constructors in org.apache.geronimo.deployment.plugin.jmx with parameters of type Kernel
LocalDeploymentManager(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.deployment.plugin.local
 

Fields in org.apache.geronimo.deployment.plugin.local declared as Kernel
protected  Kernel AbstractDeployCommand.kernel
           
 

Methods in org.apache.geronimo.deployment.plugin.local with parameters of type Kernel
static void CommandSupport.addWebContextPaths(Kernel kernel, List moduleIDs)
          Given a list of TargetModuleIDs, figure out which ones represent web modules and add a WebURL to each if possible.
protected  void CommandSupport.addWebURLs(Kernel kernel)
           
static boolean CommandSupport.isWebApp(Kernel kernel, String configName)
           
static List CommandSupport.loadChildren(Kernel kernel, String configName)
           
 

Constructors in org.apache.geronimo.deployment.plugin.local with parameters of type Kernel
AbstractDeployCommand(CommandType command, Kernel kernel, File moduleArchive, File deploymentPlan, ModuleType moduleType, InputStream moduleStream, InputStream deploymentStream, boolean spool)
           
DistributeCommand(Kernel kernel, Target[] targetList, File moduleArchive, File deploymentPlan)
           
DistributeCommand(Kernel kernel, Target[] targetList, ModuleType moduleType, InputStream moduleStream, InputStream deploymentStream)
           
RedeployCommand(Kernel kernel, TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)
           
RedeployCommand(Kernel kernel, TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)
           
StartCommand(Kernel kernel, TargetModuleID[] modules)
           
StopCommand(Kernel kernel, TargetModuleID[] modules)
           
UndeployCommand(Kernel kernel, TargetModuleID[] modules)
           
 

Uses of Kernel in org.apache.geronimo.deployment.plugin.remote
 

Methods in org.apache.geronimo.deployment.plugin.remote with parameters of type Kernel
protected  AbstractName FileUploadServletClient.getDeployerName(Kernel kernel)
           
 URL FileUploadClient.getRemoteDeployUploadURL(Kernel kernel)
           
 URL FileUploadServletClient.getRemoteDeployUploadURL(Kernel kernel)
           
 

Constructors in org.apache.geronimo.deployment.plugin.remote with parameters of type Kernel
DistributeCommand(Kernel kernel, Target[] targetList, File moduleArchive, File deploymentPlan)
           
DistributeCommand(Kernel kernel, Target[] targetList, ModuleType moduleType, InputStream moduleStream, InputStream deploymentStream)
           
RedeployCommand(Kernel kernel, TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)
           
RedeployCommand(Kernel kernel, TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)
           
 

Uses of Kernel in org.apache.geronimo.deployment.service
 

Constructors in org.apache.geronimo.deployment.service with parameters of type Kernel
ServiceConfigBuilder(Environment defaultEnvironment, Collection repositories, Collection serviceBuilders, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.farm.config
 

Methods in org.apache.geronimo.farm.config that return Kernel
 Kernel BasicNodeInfo.newKernel()
           
 Kernel NodeInfo.newKernel()
           
protected  Kernel BasicNodeInfo.newKernel(String url, Map environment)
           
 

Constructors in org.apache.geronimo.farm.config with parameters of type Kernel
BasicNodeInfo(Kernel kernel, String name, ExtendedJMXConnectorInfo connectorInfo)
           
 

Uses of Kernel in org.apache.geronimo.farm.deployment
 

Methods in org.apache.geronimo.farm.deployment with parameters of type Kernel
protected  ConfigurationManager BasicClusterConfigurationController.newConfigurationManager(Kernel kernel)
           
protected  ConfigurationStore MasterConfigurationStore.newConfigurationStore(Kernel kernel, String objectName, AbstractName abstractName, WritableListableRepository repository)
           
protected  AbstractName BasicClusterConfigurationStoreClient.searchClusterConfigurationStore(Kernel kernel)
           
protected  File BasicClusterConfigurationStoreClient.uploadConfiguration(Kernel kernel, NodeInfo nodeInfo, ConfigurationData configurationData)
           
 

Constructors in org.apache.geronimo.farm.deployment with parameters of type Kernel
MasterConfigurationStore(Kernel kernel, String objectName, AbstractName abstractName, WritableListableRepository repository, Environment defaultEnvironment, ClusterInfo clusterInfo, ClusterConfigurationStoreClient storeDelegate)
           
 

Uses of Kernel in org.apache.geronimo.gbean.runtime
 

Methods in org.apache.geronimo.gbean.runtime that return Kernel
protected  Kernel AbstractGBeanReference.getKernel()
           
 

Methods in org.apache.geronimo.gbean.runtime with parameters of type Kernel
protected  boolean AbstractGBeanReference.isRunning(Kernel kernel, AbstractName abstractName)
          Is the component in the Running state
 

Constructors in org.apache.geronimo.gbean.runtime with parameters of type Kernel
AbstractGBeanReference(GBeanInstance gbeanInstance, GReferenceInfo referenceInfo, Kernel kernel, boolean hasTargets)
           
GBeanCollectionReference(GBeanInstance gbeanInstance, GReferenceInfo referenceInfo, Kernel kernel, ReferencePatterns referencePatterns)
           
GBeanDependency(GBeanInstance gbeanInstance, AbstractName targetName, Kernel kernel)
           
GBeanInstance(GBeanData gbeanData, Kernel kernel, DependencyManager dependencyManager, LifecycleBroadcaster lifecycleBroadcaster, ClassLoader classLoader)
          Construct a GBeanMBean using the supplied GBeanData and class loader
GBeanSingleReference(GBeanInstance gbeanInstance, GReferenceInfo referenceInfo, Kernel kernel, ReferencePatterns referencePatterns)
           
 

Uses of Kernel in org.apache.geronimo.gjndi
 

Constructors in org.apache.geronimo.gjndi with parameters of type Kernel
GlobalContextGBean(Kernel kernel)
           
KernelContextGBean(String nameInNamespace, AbstractNameQuery abstractNameQuery, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.gjndi.binding
 

Constructors in org.apache.geronimo.gjndi.binding with parameters of type Kernel
GBeanBinding(Context context, String name, AbstractNameQuery abstractNameQuery, Kernel kernel)
           
GBeanFormatBinding(String format, String namePattern, String nameInNamespace, AbstractNameQuery abstractNameQuery, Kernel kernel)
           
ResourceBinding(String format, String namePattern, String nameInNamespace, AbstractNameQuery abstractNameQuery, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.j2ee.deployment
 

Constructors in org.apache.geronimo.j2ee.deployment with parameters of type Kernel
EARConfigBuilder(Environment defaultEnvironment, AbstractNameQuery transactionManagerAbstractName, AbstractNameQuery connectionTrackerAbstractName, AbstractNameQuery transactionalTimerAbstractName, AbstractNameQuery nonTransactionalTimerAbstractName, AbstractNameQuery corbaGBeanAbstractName, AbstractNameQuery serverName, Collection<? extends Repository> repositories, Collection ejbConfigBuilder, Collection webConfigBuilder, Collection connectorConfigBuilder, Collection resourceReferenceBuilder, Collection appClientConfigBuilder, Collection securityBuilders, Collection serviceBuilders, Collection<ModuleBuilderExtension> persistenceUnitBuilders, Collection<? extends ArtifactResolver> artifactResolvers, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.j2ee.management.impl
 

Constructors in org.apache.geronimo.j2ee.management.impl with parameters of type Kernel
JVMImpl(String objectName, Kernel kernel, SystemLog systemLog)
           
 

Uses of Kernel in org.apache.geronimo.jaxws.builder
 

Constructors in org.apache.geronimo.jaxws.builder with parameters of type Kernel
JAXWSEJBModuleBuilderExtension(WebServiceBuilder wsBuilder, Environment defaultEnvironment, AbstractNameQuery listener, Object dataLink, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.jaxws.client
 

Methods in org.apache.geronimo.jaxws.client with parameters of type Kernel
 void JAXWSServiceReference.setKernel(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.jetty6
 

Constructors in org.apache.geronimo.jetty6 with parameters of type Kernel
JettyManagerImpl(Kernel kernel)
           
JettyWebAppContext(String objectName, String originalSpecDD, Map<String,Object> componentContext, ClassLoader classLoader, URL configurationBaseUrl, Set unshareableResources, Set applicationManagedSecurityResources, String displayName, Map contextParamMap, Collection<String> listenerClassNames, boolean distributable, Map mimeMap, String[] welcomeFiles, Map<String,String> localeEncodingMapping, Map errorPages, org.mortbay.jetty.security.Authenticator authenticator, String realmName, Map<String,String> tagLibMap, boolean compactPath, int sessionTimeoutSeconds, SessionHandlerFactory handlerFactory, PreHandlerFactory preHandlerFactory, String policyContextID, String securityRealmName, RunAsSource runAsSource, Holder holder, Host host, TransactionManager transactionManager, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, JettyContainer jettyContainer, RuntimeCustomizer contextCustomizer, J2EEServer server, J2EEApplication application, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.jetty6.deployment
 

Constructors in org.apache.geronimo.jetty6.deployment with parameters of type Kernel
JettyModuleBuilder(Environment defaultEnvironment, Integer defaultSessionTimeoutSeconds, List<String> defaultWelcomeFiles, AbstractNameQuery jettyContainerName, JettyJspServletHolder jspServlet, Collection defaultServlets, Collection defaultFilters, Collection defaultFilterMappings, Map<String,String> defaultLocaleEncodingMappings, Map<String,String> defaultMimeTypeMappings, Object pojoWebServiceTemplate, Collection<WebServiceBuilder> webServiceBuilder, Collection clusteringBuilders, Collection securityBuilders, Collection serviceBuilders, NamingBuilder namingBuilders, Collection<ModuleBuilderExtension> moduleBuilderExtensions, ResourceEnvironmentSetter resourceEnvironmentSetter, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.kernel
 

Classes in org.apache.geronimo.kernel that implement Kernel
 class KernelGBean
           
 

Methods in org.apache.geronimo.kernel that return Kernel
abstract  Kernel KernelFactory.createKernel(String kernelName)
           
static Kernel KernelRegistry.getKernel(String name)
          Get a particular kernel indexed by a name
static Kernel KernelRegistry.getSingleKernel()
          Obtain the single kernel that's registered.
 

Methods in org.apache.geronimo.kernel with parameters of type Kernel
static void KernelRegistry.registerKernel(Kernel kernel)
           
static void KernelRegistry.unregisterKernel(Kernel kernel)
           
 

Constructors in org.apache.geronimo.kernel with parameters of type Kernel
KernelGBean(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.kernel.basic
 

Classes in org.apache.geronimo.kernel.basic that implement Kernel
 class BasicKernel
          The core of a Geronimo instance.
 

Methods in org.apache.geronimo.kernel.basic that return Kernel
 Kernel BasicKernelFactory.createKernel(String kernelName)
           
 

Methods in org.apache.geronimo.kernel.basic with parameters of type Kernel
protected  net.sf.cglib.proxy.Callback BasicProxyManager.getMethodInterceptor(Class proxyType, Kernel kernel, AbstractName target)
           
 void BasicRegistry.start(Kernel kernel)
          Start the objectNameRegistry and associate it with a kernel.
 

Constructors in org.apache.geronimo.kernel.basic with parameters of type Kernel
BasicLifecycleMonitor(Kernel kernel)
           
BasicProxyManager(Kernel kernel)
           
KernelGetAttributeInvoker(Kernel kernel, String name)
           
KernelOperationInvoker(Kernel kernel, Method method)
           
KernelSetAttributeInvoker(Kernel kernel, String name)
           
ProxyMethodInterceptor(Class proxyType, Kernel kernel, AbstractName abstractName)
           
 

Uses of Kernel in org.apache.geronimo.kernel.config
 

Fields in org.apache.geronimo.kernel.config declared as Kernel
protected  Kernel KernelConfigurationManager.kernel
           
 

Methods in org.apache.geronimo.kernel.config with parameters of type Kernel
static ConfigurationManager ConfigurationUtil.getConfigurationManager(Kernel kernel)
          Gets a reference or proxy to the ConfigurationManager running in the specified kernel.
static AbstractName ConfigurationUtil.getConfigurationManagerName(Kernel kernel)
          Gets the name of the ConfigurationManager running in the specified kernel.
static EditableConfigurationManager ConfigurationUtil.getEditableConfigurationManager(Kernel kernel)
          Gets a reference or proxy to an EditableConfigurationManager running in the specified kernel, if there is one.
static AbstractName ConfigurationUtil.loadBootstrapConfiguration(Kernel kernel, ConfigurationData configurationData, ClassLoader classLoader)
           
static AbstractName ConfigurationUtil.loadBootstrapConfiguration(Kernel kernel, ConfigurationData configurationData, ClassLoader classLoader, boolean enableBootRepo)
           
static AbstractName ConfigurationUtil.loadBootstrapConfiguration(Kernel kernel, InputStream in, ClassLoader classLoader)
           
static AbstractName ConfigurationUtil.loadBootstrapConfiguration(Kernel kernel, InputStream in, ClassLoader classLoader, boolean enableBootRepo)
           
static void ConfigurationUtil.releaseConfigurationManager(Kernel kernel, ConfigurationManager configurationManager)
           
 

Constructors in org.apache.geronimo.kernel.config with parameters of type Kernel
EditableKernelConfigurationManager(Kernel kernel, AbstractNameQuery defaultStoreNameQuery, Collection stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection repositories, Collection watchers, ClassLoader classLoader)
           
KernelConfigurationManager(Kernel kernel, Collection stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection repositories, Collection watchers, ClassLoader classLoader)
           
 

Uses of Kernel in org.apache.geronimo.kernel.util
 

Fields in org.apache.geronimo.kernel.util declared as Kernel
protected  Kernel MainConfigurationBootstrapper.kernel
           
 

Methods in org.apache.geronimo.kernel.util that return Kernel
 Kernel MainConfigurationBootstrapper.getKernel()
           
 

Uses of Kernel in org.apache.geronimo.mavenplugins.car
 

Constructors in org.apache.geronimo.mavenplugins.car with parameters of type Kernel
MavenConfigStore(Kernel kernel, String objectName, WritableListableRepository repository)
           
 

Uses of Kernel in org.apache.geronimo.myfaces
 

Constructors in org.apache.geronimo.myfaces with parameters of type Kernel
LifecycleProviderGBean(Holder holder, Map componentContext, LifecycleProviderFactorySource factory, Kernel kernel, ClassLoader classLoader)
           
 

Uses of Kernel in org.apache.geronimo.naming.enc
 

Methods in org.apache.geronimo.naming.enc with parameters of type Kernel
static Context EnterpriseNamingContext.createEnterpriseNamingContext(Map<String,Object> componentContext, UserTransaction userTransaction, Kernel kernel, ClassLoader classLoader)
           
 

Uses of Kernel in org.apache.geronimo.naming.reference
 

Methods in org.apache.geronimo.naming.reference that return Kernel
 Kernel SimpleAwareReference.getKernel()
           
 

Methods in org.apache.geronimo.naming.reference with parameters of type Kernel
 T EntryFactory.buildEntry(Kernel kernel, ClassLoader classLoader)
           
 ResourceReference ResourceReferenceFactory.buildEntry(Kernel kernel, ClassLoader classLoader)
           
 Configuration AbstractEntryFactory.getConfiguration(Kernel kernel)
           
protected  S AbstractEntryFactory.getGBean(Kernel kernel)
           
 AbstractName AbstractEntryFactory.resolveTargetName(Kernel kernel)
           
 void KernelAwareReference.setKernel(Kernel kernel)
           
 void SimpleAwareReference.setKernel(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.openejb
 

Constructors in org.apache.geronimo.openejb with parameters of type Kernel
EjbDeploymentGBean(String objectName, String deploymentId, String ejbName, String homeInterfaceName, String remoteInterfaceName, String localHomeInterfaceName, String localInterfaceName, String serviceEndpointInterfaceName, String beanClassName, ClassLoader classLoader, boolean securityEnabled, String defaultRole, String runAsRole, RunAsSource runAsSource, Map componentContext, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, org.apache.geronimo.transaction.manager.GeronimoTransactionManager transactionManager, OpenEjbSystem openEjbSystem, Kernel kernel)
           
OpenEjbSystemGBean(TransactionManager transactionManager, Collection<org.apache.geronimo.connector.ResourceAdapterWrapper> resourceAdapters, Collection<PersistenceUnitGBean> persistenceUnitGBeans, Kernel kernel, ClassLoader classLoader)
           
 

Uses of Kernel in org.apache.geronimo.openjpa
 

Constructors in org.apache.geronimo.openjpa with parameters of type Kernel
ConfigurationMonitorGBean(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.security.ca
 

Constructors in org.apache.geronimo.security.ca with parameters of type Kernel
FileCertificateRequestStore(ServerInfo serverInfo, URI directoryPath, Kernel kernel, AbstractName abstractName)
          Constructor
FileCertificateStore(ServerInfo serverInfo, URI directoryPath, Kernel kernel, AbstractName abstractName)
          Constructor
GeronimoCertificationAuthority(ServerInfo serverInfo, KeystoreInstance caKeystore, CertificateStore certStore, CertificateRequestStore certReqStore, Kernel kernel, AbstractName abstractName)
          Constructor
 

Uses of Kernel in org.apache.geronimo.security.deployment
 

Constructors in org.apache.geronimo.security.deployment with parameters of type Kernel
LoginConfigBuilder(Kernel kernel, Collection xmlAttributeBuilderMap)
           
 

Uses of Kernel in org.apache.geronimo.security.jaas
 

Methods in org.apache.geronimo.security.jaas with parameters of type Kernel
 void JaasLoginModuleUse.configure(Set<String> domainNames, List<AppConfigurationEntry> loginModuleConfigurations, String realmName, Kernel kernel, ServerInfo serverInfo, ClassLoader classLoader)
           
 

Uses of Kernel in org.apache.geronimo.security.keystore
 

Constructors in org.apache.geronimo.security.keystore with parameters of type Kernel
FileKeystoreInstance(ServerInfo serverInfo, URI keystorePath, String keystoreName, String keystorePassword, String keystoreType, String keyPasswords, Kernel kernel, AbstractName abstractName)
           
FileKeystoreManager(URI keystoreDir, ServerInfo serverInfo, Collection keystores, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.security.realm
 

Constructors in org.apache.geronimo.security.realm with parameters of type Kernel
GenericSecurityRealm(String realmName, JaasLoginModuleUse loginModuleUse, boolean wrapPrincipals, ServerInfo serverInfo, ClassLoader classLoader, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.system.configuration
 

Constructors in org.apache.geronimo.system.configuration with parameters of type Kernel
RepositoryConfigurationStore(Kernel kernel, String objectName, AbstractName abstractName, WritableListableRepository repository)
           
 

Uses of Kernel in org.apache.geronimo.system.jmx
 

Classes in org.apache.geronimo.system.jmx that implement Kernel
 class KernelDelegate
           
 

Methods in org.apache.geronimo.system.jmx with parameters of type Kernel
protected  net.sf.cglib.proxy.Callback JMXProxyManager.getMethodInterceptor(Class proxyType, Kernel kernel, AbstractName target)
           
 

Constructors in org.apache.geronimo.system.jmx with parameters of type Kernel
JMXProxyManager(Kernel kernel)
           
JMXProxyMethodInterceptor(Class proxyType, Kernel kernel, AbstractName targetName)
           
KernelMBeanServer(Kernel kernel)
           
KernelMBeanServerReference(Kernel kernel)
           
MBeanGBeanBridge(Kernel kernel, AbstractName abstractName, ObjectName objectName, MBeanInfo mbeanInfo)
           
MBeanServerKernelBridge(Kernel kernel, MBeanServer mbeanServer)
           
MBeanServerKernelBridge(Kernel kernel, MBeanServerReference mbeanServerReference)
           
 

Uses of Kernel in org.apache.geronimo.system.main
 

Fields in org.apache.geronimo.system.main declared as Kernel
protected  Kernel EmbeddedDaemon.kernel
           
 

Methods in org.apache.geronimo.system.main that return Kernel
protected  Kernel CommandLine.getBootedKernel()
           
protected  Kernel EmbeddedClientCommandLine.getBootedKernel()
           
protected  Kernel CommandLine.getKernel()
           
 Kernel LocalServer.getKernel()
           
 

Methods in org.apache.geronimo.system.main with parameters of type Kernel
static Map WebAppUtil.mapContainersToURLs(Kernel kernel)
          Generates a Map where the keys are web container object names (as Strings) and the values are URLs (as Strings) to connect to a web app running in the matching container (though the web app context needs to be added to the end to be complete).
 void LongStartupMonitor.systemStarted(Kernel kernel)
           
 void ProgressBarStartupMonitor.systemStarted(Kernel kernel)
           
 void SilentStartupMonitor.systemStarted(Kernel kernel)
           
 void SimpleProgressBarStartupMonitor.systemStarted(Kernel kernel)
           
 void StartupMonitor.systemStarted(Kernel kernel)
           
static void StartupMonitorUtil.wrapUp(PrintStream out, Kernel kernel)
           
 

Constructors in org.apache.geronimo.system.main with parameters of type Kernel
EmbeddedClientCommandLine(Kernel kernel)
           
EmbeddedDaemon(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.system.plugin
 

Constructors in org.apache.geronimo.system.plugin with parameters of type Kernel
PluginInstallerGBean(String targetRepositoryPath, String targetServerPath, Collection<? extends ServerInstanceData> serverInstanceDatas, Kernel kernel, ClassLoader classLoader)
          Constructor for use in assembling a new server.
PluginRepositoryDownloader(List<String> downloadRepositories, List<String> userRepositories, URL repositoryList, Kernel kernel, AbstractName name)
           
 

Uses of Kernel in org.apache.geronimo.timer.jdbc
 

Constructors in org.apache.geronimo.timer.jdbc with parameters of type Kernel
JDBCStoreThreadPooledNonTransactionalTimer(ResourceSource<ResourceException> managedConnectionFactoryWrapper, TransactionManager transactionManager, Executor threadPool, Kernel kernel)
           
JDBCStoreThreadPooledTransactionalTimer(int repeatCount, TransactionManager transactionManager, ResourceSource<ResourceException> managedConnectionFactoryWrapper, Executor threadPool, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.tomcat
 

Methods in org.apache.geronimo.tomcat that return Kernel
 Kernel TomcatContext.getKernel()
           
 Kernel TomcatWebAppContext.getKernel()
           
 

Constructors in org.apache.geronimo.tomcat with parameters of type Kernel
TomcatManagerImpl(Kernel kernel)
           
TomcatWebAppContext(ClassLoader classLoader, String objectName, String originalSpecDD, URL configurationBaseUrl, SecurityHolder securityHolder, String virtualServer, Map componentContext, Set unshareableResources, Set applicationManagedSecurityResources, TransactionManager transactionManager, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, TomcatContainer container, RunAsSource runAsSource, ObjectRetriever tomcatRealm, ObjectRetriever clusteredValveRetriever, ValveGBean tomcatValveChain, LifecycleListenerGBean lifecycleListenerChain, CatalinaClusterGBean cluster, ObjectRetriever managerRetriever, boolean crossContext, String workDir, boolean disableCookies, Map webServices, Holder holder, RuntimeCustomizer contextCustomizer, J2EEServer server, J2EEApplication application, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.tomcat.deployment
 

Constructors in org.apache.geronimo.tomcat.deployment with parameters of type Kernel
TomcatModuleBuilder(Environment defaultEnvironment, AbstractNameQuery tomcatContainerName, Collection<WebServiceBuilder> webServiceBuilder, Collection securityBuilders, Collection serviceBuilders, NamingBuilder namingBuilders, Collection<NamespaceDrivenBuilder> clusteringBuilders, Collection<ModuleBuilderExtension> moduleBuilderExtensions, ResourceEnvironmentSetter resourceEnvironmentSetter, Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.web25.deployment
 

Fields in org.apache.geronimo.web25.deployment declared as Kernel
protected  Kernel AbstractWebModuleBuilder.kernel
           
 

Constructors in org.apache.geronimo.web25.deployment with parameters of type Kernel
AbstractWebModuleBuilder(Kernel kernel, Collection securityBuilders, Collection serviceBuilders, NamingBuilder namingBuilders, ResourceEnvironmentSetter resourceEnvironmentSetter, Collection<WebServiceBuilder> webServiceBuilder, Collection<ModuleBuilderExtension> moduleBuilderExtensions)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.