|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GBeanData in org.apache.geronimo.axis.builder |
---|
Methods in org.apache.geronimo.axis.builder with parameters of type GBeanData | |
---|---|
boolean |
AxisBuilder.configureEJB(GBeanData targetGBean,
String ejbName,
Module module,
Map sharedContext,
ClassLoader classLoader)
|
boolean |
AxisBuilder.configurePOJO(GBeanData targetGBean,
String servletName,
Module module,
String servletClassName,
DeploymentContext context)
|
Uses of GBeanData in org.apache.geronimo.axis2.builder |
---|
Methods in org.apache.geronimo.axis2.builder with parameters of type GBeanData | |
---|---|
boolean |
Axis2Builder.configurePOJO(GBeanData targetGBean,
String servletName,
Module module,
String seiClassName,
DeploymentContext context)
|
protected void |
Axis2Builder.initialize(GBeanData targetGBean,
Class serviceClass,
PortInfo portInfo,
Module module)
|
Uses of GBeanData in org.apache.geronimo.connector |
---|
Methods in org.apache.geronimo.connector that return GBeanData | |
---|---|
GBeanData |
ResourceAdapterModuleImpl.getResourceAdapterGBeanData()
|
Constructors in org.apache.geronimo.connector with parameters of type GBeanData | |
---|---|
ResourceAdapterModuleImpl(String objectName,
ResourceAdapter resourceAdapter,
J2EEServer server,
J2EEApplication application,
String deploymentDescriptor,
GBeanData resourceAdapterGBeanData,
Map activationSpecInfoMap,
Map adminObjectInfoMap,
Map managedConnectionFactoryInfoMap,
String displayName,
String description,
String vendorName,
String resourceAdapterVersion,
String eisType)
|
Uses of GBeanData in org.apache.geronimo.connector.deployment |
---|
Methods in org.apache.geronimo.connector.deployment that return GBeanData | |
---|---|
GBeanData |
ConnectorModuleBuilder.locateActivationSpecInfo(AbstractNameQuery resourceAdapterInstanceQuery,
String messageListenerInterface,
Configuration configuration)
|
Uses of GBeanData in org.apache.geronimo.console.jmsmanager |
---|
Methods in org.apache.geronimo.console.jmsmanager that return GBeanData | |
---|---|
protected GBeanData |
AbstractJMSManager.getQueueGBeanData()
|
protected GBeanData |
AbstractJMSManager.getResourceAdapterModuleData()
|
protected GBeanData |
AbstractJMSManager.getTopicGBeanData()
|
Uses of GBeanData in org.apache.geronimo.console.util |
---|
Methods in org.apache.geronimo.console.util with parameters of type GBeanData | |
---|---|
void |
ManagementHelper.addGBeanToConfiguration(Artifact configID,
GBeanData gbean,
boolean start)
Adds a new GBean to an existing Configuration. |
void |
KernelManagementHelper.addGBeanToConfiguration(Artifact configID,
GBeanData gbean,
boolean start)
Adds a new GBean to an existing Configuration. |
static void |
PortletManager.addGBeanToConfiguration(javax.portlet.PortletRequest request,
Artifact configID,
GBeanData gbean,
boolean start)
This methods adds a GBean to an existing configuration. |
Uses of GBeanData in org.apache.geronimo.cxf.builder |
---|
Methods in org.apache.geronimo.cxf.builder with parameters of type GBeanData | |
---|---|
protected void |
CXFBuilder.initialize(GBeanData targetGBean,
Class serviceClass,
PortInfo portInfo,
Module module)
|
Uses of GBeanData in org.apache.geronimo.deployment |
---|
Methods in org.apache.geronimo.deployment that return GBeanData | |
---|---|
GBeanData |
DeploymentContext.addGBean(String name,
GBeanInfo gbeanInfo)
|
GBeanData |
DeploymentContext.getGBeanInstance(AbstractName name)
|
Methods in org.apache.geronimo.deployment that return types with arguments of type GBeanData | |
---|---|
LinkedHashSet<GBeanData> |
DeploymentContext.findGBeanDatas(Configuration configuration,
AbstractNameQuery pattern)
|
Methods in org.apache.geronimo.deployment with parameters of type GBeanData | |
---|---|
void |
DeploymentContext.addGBean(GBeanData gbean)
|
Uses of GBeanData in org.apache.geronimo.deployment.service |
---|
Methods in org.apache.geronimo.deployment.service that return GBeanData | |
---|---|
GBeanData |
SingleGBeanBuilder.getGBeanData()
|
Uses of GBeanData in org.apache.geronimo.gbean |
---|
Methods in org.apache.geronimo.gbean with parameters of type GBeanData | |
---|---|
int |
GBeanData.PriorityComparator.compare(GBeanData o1,
GBeanData o2)
|
Constructors in org.apache.geronimo.gbean with parameters of type GBeanData | |
---|---|
GBeanData(GBeanData gbeanData)
|
Uses of GBeanData in org.apache.geronimo.gbean.runtime |
---|
Methods in org.apache.geronimo.gbean.runtime that return GBeanData | |
---|---|
GBeanData |
GBeanInstance.getGBeanData()
Gets the gbean data for the gbean held by this gbean mbean. |
Constructors in org.apache.geronimo.gbean.runtime with parameters of type GBeanData | |
---|---|
GBeanInstance(GBeanData gbeanData,
Kernel kernel,
DependencyManager dependencyManager,
LifecycleBroadcaster lifecycleBroadcaster,
ClassLoader classLoader)
Construct a GBeanMBean using the supplied GBeanData and class loader |
Uses of GBeanData in org.apache.geronimo.j2ee.deployment |
---|
Methods in org.apache.geronimo.j2ee.deployment that return GBeanData | |
---|---|
GBeanData |
ActivationSpecInfoLocator.locateActivationSpecInfo(AbstractNameQuery nameQuery,
String messageListenerInterface,
Configuration configuration)
|
Methods in org.apache.geronimo.j2ee.deployment with parameters of type GBeanData | |
---|---|
boolean |
WebServiceBuilder.configureEJB(GBeanData targetGBean,
String ejbName,
Module module,
Map sharedContext,
ClassLoader classLoader)
configure the supplied EJBContainer gbeandata to implement the ejb web service described in the deployment descriptor N.B. this method is a complete guess and should be replaced by something useable right away! |
boolean |
UnavailableWebServiceBuilder.configureEJB(GBeanData targetGBean,
String ejbName,
Module module,
Map portInfoObject,
ClassLoader classLoader)
|
boolean |
WebServiceBuilder.configurePOJO(GBeanData targetGBean,
String servletName,
Module module,
String seiClassName,
DeploymentContext context)
configure the supplied GBeanData to implement the POJO web service described in the deployment descriptor. |
boolean |
UnavailableWebServiceBuilder.configurePOJO(GBeanData targetGBean,
String servletName,
Module module,
String seiClassName,
DeploymentContext context)
|
Uses of GBeanData in org.apache.geronimo.jaxws.builder |
---|
Methods in org.apache.geronimo.jaxws.builder with parameters of type GBeanData | |
---|---|
boolean |
JAXWSServiceBuilder.configureEJB(GBeanData targetGBean,
String ejbName,
Module module,
Map sharedContext,
ClassLoader classLoader)
|
boolean |
JAXWSServiceBuilder.configurePOJO(GBeanData targetGBean,
String servletName,
Module module,
String servletClassName,
DeploymentContext context)
|
protected void |
JAXWSServiceBuilder.initialize(GBeanData targetGBean,
Class wsClass,
PortInfo info,
Module module)
|
Uses of GBeanData in org.apache.geronimo.kernel |
---|
Methods in org.apache.geronimo.kernel that return GBeanData | |
---|---|
GBeanData |
KernelGBean.getGBeanData(AbstractName name)
|
GBeanData |
Kernel.getGBeanData(AbstractName name)
Return the GBeanData for a GBean instance. |
GBeanData |
KernelGBean.getGBeanData(Class type)
|
GBeanData |
Kernel.getGBeanData(Class type)
|
GBeanData |
KernelGBean.getGBeanData(String shortName)
|
GBeanData |
Kernel.getGBeanData(String shortName)
|
GBeanData |
KernelGBean.getGBeanData(String shortName,
Class type)
|
GBeanData |
Kernel.getGBeanData(String shortName,
Class type)
|
Methods in org.apache.geronimo.kernel with parameters of type GBeanData | |
---|---|
void |
KernelGBean.loadGBean(GBeanData gbeanData,
ClassLoader classLoader)
|
void |
Kernel.loadGBean(GBeanData gbeanData,
ClassLoader classLoader)
Load a specific GBean into this kernel. |
Uses of GBeanData in org.apache.geronimo.kernel.basic |
---|
Methods in org.apache.geronimo.kernel.basic that return GBeanData | |
---|---|
GBeanData |
BasicKernel.getGBeanData(AbstractName name)
|
GBeanData |
BasicKernel.getGBeanData(Class type)
|
GBeanData |
BasicKernel.getGBeanData(String shortName)
|
GBeanData |
BasicKernel.getGBeanData(String shortName,
Class type)
|
Methods in org.apache.geronimo.kernel.basic with parameters of type GBeanData | |
---|---|
void |
BasicKernel.loadGBean(GBeanData gbeanData,
ClassLoader classLoader)
|
Uses of GBeanData in org.apache.geronimo.kernel.config |
---|
Methods in org.apache.geronimo.kernel.config that return GBeanData | |
---|---|
GBeanData |
ConfigurationData.addGBean(String name,
GBeanInfo gbeanInfo)
|
GBeanData |
SerializedGBeanState.addGBean(String name,
GBeanInfo gbeanInfo,
Naming naming,
Environment environment)
|
GBeanData |
GBeanState.addGBean(String name,
GBeanInfo gbeanInfo,
Naming naming,
Environment environment)
|
GBeanData |
Configuration.findGBeanData(AbstractNameQuery pattern)
|
GBeanData |
Configuration.findGBeanData(Set<AbstractNameQuery> patterns)
|
Methods in org.apache.geronimo.kernel.config that return types with arguments of type GBeanData | |
---|---|
LinkedHashSet<GBeanData> |
Configuration.findGBeanDatas(Configuration configuration,
Set<AbstractNameQuery> patterns)
Find the gbeanDatas matching the patterns in this configuration only, ignoring parents. |
LinkedHashSet<GBeanData> |
Configuration.findGBeanDatas(Set<AbstractNameQuery> patterns)
|
Map<AbstractName,GBeanData> |
Configuration.getGBeans()
Gets an unmodifiable collection of the GBeanDatas for the GBeans in this configuration. |
Methods in org.apache.geronimo.kernel.config with parameters of type GBeanData | |
---|---|
void |
ManageableAttributeStore.addGBean(Artifact configurationName,
GBeanData gbeanData,
ClassLoader classLoader)
Adds a GBean to the configuration. |
void |
SerializedGBeanState.addGBean(GBeanData gbeanData)
|
void |
GBeanState.addGBean(GBeanData gbeanData)
|
void |
ConfigurationData.addGBean(GBeanData gbeanData)
|
void |
Configuration.addGBean(GBeanData gbean)
|
AbstractName |
Configuration.addGBean(String name,
GBeanData gbean)
|
void |
EditableKernelConfigurationManager.addGBeanToConfiguration(Artifact configurationId,
GBeanData gbean,
boolean start)
|
void |
EditableConfigurationManager.addGBeanToConfiguration(Artifact configID,
GBeanData gbean,
boolean start)
Adds a new GBean to an existing Configuration. |
void |
EditableKernelConfigurationManager.addGBeanToConfiguration(Artifact configurationId,
String name,
GBeanData gbean,
boolean start)
|
void |
EditableConfigurationManager.addGBeanToConfiguration(Artifact configID,
String name,
GBeanData gbean,
boolean start)
Adds a new GBean to an existing Configuration. |
Uses of GBeanData in org.apache.geronimo.kernel.config.xstream |
---|
Methods in org.apache.geronimo.kernel.config.xstream that return GBeanData | |
---|---|
GBeanData |
XStreamGBeanState.addGBean(String name,
GBeanInfo gbeanInfo,
Naming naming,
Environment environment)
|
Methods in org.apache.geronimo.kernel.config.xstream with parameters of type GBeanData | |
---|---|
void |
XStreamGBeanState.addGBean(GBeanData gbeanData)
|
Uses of GBeanData in org.apache.geronimo.mavenplugins.car |
---|
Methods in org.apache.geronimo.mavenplugins.car with parameters of type GBeanData | |
---|---|
void |
MavenAttributeStore.addGBean(Artifact configurationName,
GBeanData gbeanData,
ClassLoader classLoader)
|
Uses of GBeanData in org.apache.geronimo.naming.deployment |
---|
Constructors in org.apache.geronimo.naming.deployment with parameters of type GBeanData | |
---|---|
GBeanResourceEnvironmentBuilder(GBeanData gbean)
|
Uses of GBeanData in org.apache.geronimo.security.deployment |
---|
Methods in org.apache.geronimo.security.deployment that return GBeanData | |
---|---|
protected GBeanData |
GeronimoSecurityBuilderImpl.configureApplicationPolicyManager(Naming naming,
AbstractName moduleName,
Map contextIDToPermissionsMap,
SecurityConfiguration securityConfiguration,
AbstractNameQuery credentialStoreName)
|
protected GBeanData |
GeronimoSecurityBuilderImpl.configureRoleMapper(Naming naming,
AbstractName moduleName,
SecurityConfiguration securityConfiguration)
|
Uses of GBeanData in org.apache.geronimo.system.configuration |
---|
Methods in org.apache.geronimo.system.configuration with parameters of type GBeanData | |
---|---|
void |
LocalAttributeManager.addGBean(Artifact configurationName,
GBeanData gbeanData,
ClassLoader classLoader)
|
boolean |
GBeanOverride.applyOverrides(GBeanData data,
Artifact configName,
AbstractName gbeanName,
ClassLoader classLoader)
|
Constructors in org.apache.geronimo.system.configuration with parameters of type GBeanData | |
---|---|
GBeanOverride(GBeanData gbeanData,
JexlExpressionParser expressionParser,
ClassLoader classLoader)
|
Uses of GBeanData in org.apache.geronimo.system.jmx |
---|
Methods in org.apache.geronimo.system.jmx that return GBeanData | |
---|---|
GBeanData |
KernelDelegate.getGBeanData(AbstractName name)
|
GBeanData |
KernelDelegate.getGBeanData(Class type)
|
GBeanData |
KernelDelegate.getGBeanData(String shortName)
|
GBeanData |
KernelDelegate.getGBeanData(String shortName,
Class type)
|
Methods in org.apache.geronimo.system.jmx with parameters of type GBeanData | |
---|---|
void |
KernelDelegate.loadGBean(GBeanData gbeanData,
ClassLoader classLoader)
|
Uses of GBeanData in org.apache.geronimo.web25.deployment |
---|
Methods in org.apache.geronimo.web25.deployment with parameters of type GBeanData | |
---|---|
protected void |
AbstractWebModuleBuilder.addGBeanDependencies(EARContext earContext,
GBeanData webModuleData)
|
protected void |
AbstractWebModuleBuilder.configureBasicWebModuleAttributes(org.apache.geronimo.xbeans.javaee.WebAppType webApp,
org.apache.xmlbeans.XmlObject vendorPlan,
EARContext moduleContext,
EARContext earContext,
WebModule webModule,
GBeanData webModuleData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |