|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.jmx.KernelDelegate
public class KernelDelegate
| Field Summary |
|---|
| Fields inherited from interface org.apache.geronimo.kernel.Kernel |
|---|
KERNEL, KERNEL_NAME |
| Constructor Summary | |
|---|---|
KernelDelegate(MBeanServerConnection mbeanServer)
|
|
| Method Summary | ||
|---|---|---|
void |
boot()
Throws UnsupportedOperationException. |
|
org.apache.geronimo.gbean.AbstractName |
getAbstractNameFor(Object service)
|
|
Object |
getAttribute(org.apache.geronimo.gbean.AbstractName abstractName,
String attributeName)
|
|
Object |
getAttribute(Class type,
String attributeName)
|
|
Object |
getAttribute(ObjectName objectName,
String attributeName)
Deprecated. |
|
Object |
getAttribute(String shortName,
Class type,
String attributeName)
|
|
Object |
getAttribute(String shortName,
String attributeName)
|
|
Date |
getBootTime()
|
|
org.osgi.framework.Bundle |
getBundleFor(org.apache.geronimo.gbean.AbstractName name)
|
|
org.osgi.framework.Bundle |
getBundleFor(Class type)
|
|
org.osgi.framework.Bundle |
getBundleFor(String shortName)
|
|
org.osgi.framework.Bundle |
getBundleFor(String shortName,
Class type)
|
|
org.apache.geronimo.kernel.DependencyManager |
getDependencyManager()
Throws UnsupportedOperationException. |
|
Object |
getGBean(org.apache.geronimo.gbean.AbstractName name)
|
|
|
getGBean(Class<T> type)
|
|
Object |
getGBean(ObjectName name)
Deprecated. |
|
Object |
getGBean(String shortName)
|
|
|
getGBean(String shortName,
Class<T> type)
|
|
org.apache.geronimo.gbean.GBeanData |
getGBeanData(org.apache.geronimo.gbean.AbstractName name)
|
|
org.apache.geronimo.gbean.GBeanData |
getGBeanData(Class type)
|
|
org.apache.geronimo.gbean.GBeanData |
getGBeanData(String shortName)
|
|
org.apache.geronimo.gbean.GBeanData |
getGBeanData(String shortName,
Class type)
|
|
org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo(org.apache.geronimo.gbean.AbstractName name)
|
|
org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo(Class type)
|
|
org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo(ObjectName name)
Deprecated. |
|
org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo(String shortName)
|
|
org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo(String shortName,
Class type)
|
|
long |
getGBeanStartTime(org.apache.geronimo.gbean.AbstractName name)
|
|
long |
getGBeanStartTime(Class type)
|
|
long |
getGBeanStartTime(String shortName)
|
|
long |
getGBeanStartTime(String shortName,
Class type)
|
|
int |
getGBeanState(org.apache.geronimo.gbean.AbstractName name)
|
|
int |
getGBeanState(Class type)
|
|
int |
getGBeanState(ObjectName name)
Deprecated. |
|
int |
getGBeanState(String shortName)
|
|
int |
getGBeanState(String shortName,
Class type)
|
|
String |
getKernelName()
|
|
org.apache.geronimo.kernel.lifecycle.LifecycleMonitor |
getLifecycleMonitor()
Throws UnsupportedOperationException. |
|
org.apache.geronimo.kernel.Naming |
getNaming()
|
|
org.apache.geronimo.kernel.proxy.ProxyManager |
getProxyManager()
|
|
String |
getShortNameFor(Object service)
|
|
String |
getStateReason(org.apache.geronimo.gbean.AbstractName abstractName)
|
|
Object |
invoke(org.apache.geronimo.gbean.AbstractName abstractName,
String methodName)
|
|
Object |
invoke(org.apache.geronimo.gbean.AbstractName abstractName,
String methodName,
Object[] args,
String[] types)
|
|
Object |
invoke(Class type,
String methodName)
|
|
Object |
invoke(Class type,
String methodName,
Object[] args,
String[] types)
|
|
Object |
invoke(ObjectName objectName,
String methodName)
Deprecated. |
|
Object |
invoke(ObjectName objectName,
String methodName,
Object[] args,
String[] types)
Deprecated. |
|
Object |
invoke(String shortName,
Class type,
String methodName)
|
|
Object |
invoke(String shortName,
Class type,
String methodName,
Object[] args,
String[] types)
|
|
Object |
invoke(String shortName,
String methodName)
|
|
Object |
invoke(String shortName,
String methodName,
Object[] args,
String[] types)
|
|
boolean |
isLoaded(org.apache.geronimo.gbean.AbstractName name)
|
|
boolean |
isLoaded(Class type)
|
|
boolean |
isLoaded(String shortName)
|
|
boolean |
isLoaded(String shortName,
Class type)
|
|
boolean |
isRunning()
|
|
boolean |
isRunning(org.apache.geronimo.gbean.AbstractName name)
|
|
boolean |
isRunning(Class type)
|
|
boolean |
isRunning(String shortName)
|
|
boolean |
isRunning(String shortName,
Class type)
|
|
Set<org.apache.geronimo.gbean.AbstractName> |
listGBeans(org.apache.geronimo.gbean.AbstractNameQuery query)
|
|
Set<org.apache.geronimo.gbean.AbstractName> |
listGBeans(ObjectName pattern)
Deprecated. |
|
Set<org.apache.geronimo.gbean.AbstractName> |
listGBeans(Set patterns)
|
|
void |
loadGBean(org.apache.geronimo.gbean.GBeanData gbeanData,
org.osgi.framework.BundleContext bundleContext)
|
|
void |
registerShutdownHook(Runnable hook)
|
|
void |
setAttribute(org.apache.geronimo.gbean.AbstractName abstractName,
String attributeName,
Object attributeValue)
|
|
void |
setAttribute(Class type,
String attributeName,
Object attributeValue)
|
|
void |
setAttribute(String shortName,
Class type,
String attributeName,
Object attributeValue)
|
|
void |
setAttribute(String shortName,
String attributeName,
Object attributeValue)
|
|
void |
shutdown()
|
|
void |
startGBean(org.apache.geronimo.gbean.AbstractName name)
|
|
void |
startGBean(Class type)
|
|
void |
startGBean(String shortName)
|
|
void |
startGBean(String shortName,
Class type)
|
|
void |
startRecursiveGBean(org.apache.geronimo.gbean.AbstractName name)
|
|
void |
startRecursiveGBean(Class type)
|
|
void |
startRecursiveGBean(String shortName)
|
|
void |
startRecursiveGBean(String shortName,
Class type)
|
|
void |
stopGBean(org.apache.geronimo.gbean.AbstractName name)
|
|
void |
stopGBean(Class type)
|
|
void |
stopGBean(String shortName)
|
|
void |
stopGBean(String shortName,
Class type)
|
|
void |
unloadGBean(org.apache.geronimo.gbean.AbstractName name)
|
|
void |
unloadGBean(Class type)
|
|
void |
unloadGBean(String shortName)
|
|
void |
unloadGBean(String shortName,
Class type)
|
|
void |
unregisterShutdownHook(Runnable hook)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KernelDelegate(MBeanServerConnection mbeanServer)
| Method Detail |
|---|
public Date getBootTime()
getBootTime in interface org.apache.geronimo.kernel.Kernelpublic String getKernelName()
getKernelName in interface org.apache.geronimo.kernel.Kernelpublic org.apache.geronimo.kernel.Naming getNaming()
getNaming in interface org.apache.geronimo.kernel.Kernel
@Deprecated
public Object getGBean(ObjectName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
getGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public Object getGBean(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
getGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public Object getGBean(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
getGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public <T> T getGBean(Class<T> type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
getGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public <T> T getGBean(String shortName,
Class<T> type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
getGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void loadGBean(org.apache.geronimo.gbean.GBeanData gbeanData,
org.osgi.framework.BundleContext bundleContext)
throws org.apache.geronimo.kernel.GBeanAlreadyExistsException
loadGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanAlreadyExistsException
public void startGBean(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
startGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void startGBean(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
startGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void startGBean(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
startGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void startGBean(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
startGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void startRecursiveGBean(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
startRecursiveGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void startRecursiveGBean(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
startRecursiveGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void startRecursiveGBean(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
startRecursiveGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void startRecursiveGBean(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
startRecursiveGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateExceptionpublic boolean isRunning(org.apache.geronimo.gbean.AbstractName name)
isRunning in interface org.apache.geronimo.kernel.Kernelpublic boolean isRunning(String shortName)
isRunning in interface org.apache.geronimo.kernel.Kernelpublic boolean isRunning(Class type)
isRunning in interface org.apache.geronimo.kernel.Kernel
public boolean isRunning(String shortName,
Class type)
isRunning in interface org.apache.geronimo.kernel.Kernel
public void stopGBean(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
stopGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void stopGBean(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
stopGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void stopGBean(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
stopGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void stopGBean(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
stopGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void unloadGBean(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
unloadGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void unloadGBean(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
unloadGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void unloadGBean(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
unloadGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
public void unloadGBean(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException,
IllegalStateException
unloadGBean in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
IllegalStateException
@Deprecated
public int getGBeanState(ObjectName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanState in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public int getGBeanState(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanState in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public int getGBeanState(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanState in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public int getGBeanState(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanState in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public int getGBeanState(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanState in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public long getGBeanStartTime(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanStartTime in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public long getGBeanStartTime(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanStartTime in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public long getGBeanStartTime(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanStartTime in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public long getGBeanStartTime(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanStartTime in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
@Deprecated
public Object getAttribute(ObjectName objectName,
String attributeName)
throws Exception
getAttribute in interface org.apache.geronimo.kernel.KernelException
public Object getAttribute(org.apache.geronimo.gbean.AbstractName abstractName,
String attributeName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchAttributeException,
Exception
getAttribute in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchAttributeException
Exception
public Object getAttribute(String shortName,
String attributeName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchAttributeException,
Exception
getAttribute in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchAttributeException
Exception
public Object getAttribute(Class type,
String attributeName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchAttributeException,
Exception
getAttribute in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchAttributeException
Exception
public Object getAttribute(String shortName,
Class type,
String attributeName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchAttributeException,
Exception
getAttribute in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchAttributeException
Exception
public void setAttribute(org.apache.geronimo.gbean.AbstractName abstractName,
String attributeName,
Object attributeValue)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchAttributeException,
Exception
setAttribute in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchAttributeException
Exception
public void setAttribute(String shortName,
String attributeName,
Object attributeValue)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchAttributeException,
Exception
setAttribute in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchAttributeException
Exception
public void setAttribute(Class type,
String attributeName,
Object attributeValue)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchAttributeException,
Exception
setAttribute in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchAttributeException
Exception
public void setAttribute(String shortName,
Class type,
String attributeName,
Object attributeValue)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchAttributeException,
Exception
setAttribute in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchAttributeException
Exception
@Deprecated
public Object invoke(ObjectName objectName,
String methodName)
throws Exception
invoke in interface org.apache.geronimo.kernel.KernelException
public Object invoke(org.apache.geronimo.gbean.AbstractName abstractName,
String methodName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchOperationException,
org.apache.geronimo.kernel.InternalKernelException,
Exception
invoke in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchOperationException
org.apache.geronimo.kernel.InternalKernelException
Exception
public Object invoke(String shortName,
String methodName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchOperationException,
org.apache.geronimo.kernel.InternalKernelException,
Exception
invoke in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchOperationException
org.apache.geronimo.kernel.InternalKernelException
Exception
public Object invoke(Class type,
String methodName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchOperationException,
org.apache.geronimo.kernel.InternalKernelException,
Exception
invoke in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchOperationException
org.apache.geronimo.kernel.InternalKernelException
Exception
public Object invoke(String shortName,
Class type,
String methodName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchOperationException,
org.apache.geronimo.kernel.InternalKernelException,
Exception
invoke in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchOperationException
org.apache.geronimo.kernel.InternalKernelException
Exception
@Deprecated
public Object invoke(ObjectName objectName,
String methodName,
Object[] args,
String[] types)
throws Exception
invoke in interface org.apache.geronimo.kernel.KernelExceptionpublic String getStateReason(org.apache.geronimo.gbean.AbstractName abstractName)
getStateReason in interface org.apache.geronimo.kernel.Kernel
public Object invoke(org.apache.geronimo.gbean.AbstractName abstractName,
String methodName,
Object[] args,
String[] types)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchOperationException,
org.apache.geronimo.kernel.InternalKernelException,
Exception
invoke in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchOperationException
org.apache.geronimo.kernel.InternalKernelException
Exception
public Object invoke(String shortName,
String methodName,
Object[] args,
String[] types)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchOperationException,
org.apache.geronimo.kernel.InternalKernelException,
Exception
invoke in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchOperationException
org.apache.geronimo.kernel.InternalKernelException
Exception
public Object invoke(Class type,
String methodName,
Object[] args,
String[] types)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchOperationException,
org.apache.geronimo.kernel.InternalKernelException,
Exception
invoke in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchOperationException
org.apache.geronimo.kernel.InternalKernelException
Exception
public Object invoke(String shortName,
Class type,
String methodName,
Object[] args,
String[] types)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.NoSuchOperationException,
org.apache.geronimo.kernel.InternalKernelException,
Exception
invoke in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.NoSuchOperationException
org.apache.geronimo.kernel.InternalKernelException
Exceptionpublic boolean isLoaded(org.apache.geronimo.gbean.AbstractName name)
isLoaded in interface org.apache.geronimo.kernel.Kernelpublic boolean isLoaded(String shortName)
isLoaded in interface org.apache.geronimo.kernel.Kernelpublic boolean isLoaded(Class type)
isLoaded in interface org.apache.geronimo.kernel.Kernel
public boolean isLoaded(String shortName,
Class type)
isLoaded in interface org.apache.geronimo.kernel.Kernel
@Deprecated
public org.apache.geronimo.gbean.GBeanInfo getGBeanInfo(ObjectName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanInfo in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public org.apache.geronimo.gbean.GBeanInfo getGBeanInfo(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanInfo in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public org.apache.geronimo.gbean.GBeanInfo getGBeanInfo(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanInfo in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public org.apache.geronimo.gbean.GBeanInfo getGBeanInfo(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanInfo in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public org.apache.geronimo.gbean.GBeanInfo getGBeanInfo(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getGBeanInfo in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException@Deprecated public Set<org.apache.geronimo.gbean.AbstractName> listGBeans(ObjectName pattern)
listGBeans in interface org.apache.geronimo.kernel.Kernelpublic Set<org.apache.geronimo.gbean.AbstractName> listGBeans(Set patterns)
listGBeans in interface org.apache.geronimo.kernel.Kernelpublic void registerShutdownHook(Runnable hook)
registerShutdownHook in interface org.apache.geronimo.kernel.Kernelpublic void unregisterShutdownHook(Runnable hook)
unregisterShutdownHook in interface org.apache.geronimo.kernel.Kernelpublic void shutdown()
shutdown in interface org.apache.geronimo.kernel.Kernel
public org.osgi.framework.Bundle getBundleFor(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getBundleFor in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public org.osgi.framework.Bundle getBundleFor(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getBundleFor in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public org.osgi.framework.Bundle getBundleFor(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getBundleFor in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public org.osgi.framework.Bundle getBundleFor(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException
getBundleFor in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
public org.apache.geronimo.gbean.GBeanData getGBeanData(org.apache.geronimo.gbean.AbstractName name)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException
getGBeanData in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
public org.apache.geronimo.gbean.GBeanData getGBeanData(String shortName)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException
getGBeanData in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
public org.apache.geronimo.gbean.GBeanData getGBeanData(Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException
getGBeanData in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelException
public org.apache.geronimo.gbean.GBeanData getGBeanData(String shortName,
Class type)
throws org.apache.geronimo.kernel.GBeanNotFoundException,
org.apache.geronimo.kernel.InternalKernelException
getGBeanData in interface org.apache.geronimo.kernel.Kernelorg.apache.geronimo.kernel.GBeanNotFoundException
org.apache.geronimo.kernel.InternalKernelExceptionpublic org.apache.geronimo.gbean.AbstractName getAbstractNameFor(Object service)
getAbstractNameFor in interface org.apache.geronimo.kernel.Kernelpublic String getShortNameFor(Object service)
getShortNameFor in interface org.apache.geronimo.kernel.Kernelpublic boolean isRunning()
isRunning in interface org.apache.geronimo.kernel.Kernelpublic Set<org.apache.geronimo.gbean.AbstractName> listGBeans(org.apache.geronimo.gbean.AbstractNameQuery query)
listGBeans in interface org.apache.geronimo.kernel.Kernelpublic org.apache.geronimo.kernel.DependencyManager getDependencyManager()
getDependencyManager in interface org.apache.geronimo.kernel.Kernelpublic org.apache.geronimo.kernel.lifecycle.LifecycleMonitor getLifecycleMonitor()
getLifecycleMonitor in interface org.apache.geronimo.kernel.Kernelpublic org.apache.geronimo.kernel.proxy.ProxyManager getProxyManager()
getProxyManager in interface org.apache.geronimo.kernel.Kernel
public void boot()
throws Exception
boot in interface org.apache.geronimo.kernel.KernelException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||