|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidConfigException | |
org.apache.geronimo.kernel | |
org.apache.geronimo.kernel.config |
Uses of InvalidConfigException in org.apache.geronimo.kernel |
Methods in org.apache.geronimo.kernel that throw InvalidConfigException | |
void |
KernelMBean.loadGBean(javax.management.ObjectName name,
org.apache.geronimo.gbean.jmx.GBeanMBean gbean)
Load a specific GBean into this kernel. |
void |
KernelMBean.startGBean(javax.management.ObjectName name)
Start a specific GBean. |
void |
KernelMBean.startRecursiveGBean(javax.management.ObjectName name)
Start a specific GBean and its children. |
void |
KernelMBean.stopGBean(javax.management.ObjectName name)
Stop a specific GBean. |
javax.management.ObjectName |
KernelMBean.startConfiguration(URI configID)
|
void |
Kernel.loadGBean(javax.management.ObjectName name,
org.apache.geronimo.gbean.jmx.GBeanMBean gbean)
|
void |
Kernel.startGBean(javax.management.ObjectName name)
|
void |
Kernel.startRecursiveGBean(javax.management.ObjectName name)
|
void |
Kernel.stopGBean(javax.management.ObjectName name)
|
javax.management.ObjectName |
Kernel.startConfiguration(URI configID)
|
Uses of InvalidConfigException in org.apache.geronimo.kernel.config |
Methods in org.apache.geronimo.kernel.config that throw InvalidConfigException | |
URI |
ConfigurationStore.install(URL source)
Add the CAR at the supplied URL into this store |
org.apache.geronimo.gbean.jmx.GBeanMBean |
ConfigurationStore.getConfiguration(URI id)
Return the Configuration GBean for the specified ID |
static Map |
Configuration.loadGBeans(byte[] gbeanState,
ClassLoader cl)
Load GBeans from the supplied byte array using the supplied ClassLoader |
static byte[] |
Configuration.storeGBeans(Map gbeans)
Return a byte array containing the persisted form of the supplied GBeans |
javax.management.ObjectName |
ConfigurationManager.load(URI configID)
|
javax.management.ObjectName |
ConfigurationManager.load(org.apache.geronimo.gbean.jmx.GBeanMBean config,
URL rootURL)
|
void |
ConfigurationManager.load(org.apache.geronimo.gbean.jmx.GBeanMBean config,
URL rootURL,
javax.management.ObjectName configName)
Load the supplied Configuration into the Kernel and override the default JMX name. |
List |
ConfigurationManager.loadRecursive(URI configID)
|
javax.management.ObjectName |
ConfigurationManagerImpl.load(URI configID)
|
javax.management.ObjectName |
ConfigurationManagerImpl.load(org.apache.geronimo.gbean.jmx.GBeanMBean config,
URL rootURL)
|
void |
ConfigurationManagerImpl.load(org.apache.geronimo.gbean.jmx.GBeanMBean config,
URL rootURL,
javax.management.ObjectName configName)
|
List |
ConfigurationManagerImpl.loadRecursive(URI configID)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |