Java Doc for Kernel.java in  » EJB-Server-geronimo » kernel » org » apache » geronimo » kernel » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server geronimo » kernel » org.apache.geronimo.kernel 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.geronimo.kernel.Kernel

All known Subclasses:   org.apache.geronimo.kernel.KernelGBean,  org.apache.geronimo.kernel.basic.BasicKernel,
Kernel
public interface Kernel (Code)

version:
   $Rev:386515 $ $Date: 2007-02-10 18:00:20 -0800 (Sat, 10 Feb 2007) $


Field Summary
 ObjectNameKERNEL
     The JMX name used by a Kernel to register itself when it boots.
 AbstractNameKERNEL_NAME
    


Method Summary
 voidboot()
    
 AbstractNamegetAbstractNameFor(Object service)
     Assuming the argument represents a service running in the kernel, returns an AbstractName for it.
 ObjectgetAttribute(AbstractName name, String attributeName)
    
 ObjectgetAttribute(String shortName, String attributeName)
    
 ObjectgetAttribute(Class type, String attributeName)
    
 ObjectgetAttribute(String shortName, Class type, String attributeName)
    
 ObjectgetAttribute(ObjectName name, String attributeName)
    
 DategetBootTime()
     Returns the time this kernel was last booted.
 ClassLoadergetClassLoaderFor(AbstractName name)
    
 ClassLoadergetClassLoaderFor(String shortName)
    
 ClassLoadergetClassLoaderFor(Class type)
    
 ClassLoadergetClassLoaderFor(String shortName, Class type)
    
 DependencyManagergetDependencyManager()
    
 ObjectgetGBean(AbstractName name)
     Gets the specified GBean instance.
 ObjectgetGBean(String shortName)
    
 ObjectgetGBean(Class type)
    
 ObjectgetGBean(String shortName, Class type)
    
 ObjectgetGBean(ObjectName name)
    
 GBeanDatagetGBeanData(AbstractName name)
     Return the GBeanData for a GBean instance.
 GBeanDatagetGBeanData(String shortName)
    
 GBeanDatagetGBeanData(Class type)
    
 GBeanDatagetGBeanData(String shortName, Class type)
    
 GBeanInfogetGBeanInfo(AbstractName name)
     Return the GBeanInfo for a registered GBean instance.
 GBeanInfogetGBeanInfo(String shortName)
    
 GBeanInfogetGBeanInfo(Class type)
    
 GBeanInfogetGBeanInfo(String shortName, Class type)
    
 GBeanInfogetGBeanInfo(ObjectName name)
    
 longgetGBeanStartTime(AbstractName name)
    
 longgetGBeanStartTime(String shortName)
    
 longgetGBeanStartTime(Class type)
    
 longgetGBeanStartTime(String shortName, Class type)
    
 intgetGBeanState(AbstractName name)
     Gets the state of the specified GBean.
 intgetGBeanState(String shortName)
    
 intgetGBeanState(Class type)
    
 intgetGBeanState(String shortName, Class type)
    
 intgetGBeanState(ObjectName name)
    
 StringgetKernelName()
    
 LifecycleMonitorgetLifecycleMonitor()
    
 NaminggetNaming()
     Gets the naming system used by this kernel.
 ProxyManagergetProxyManager()
    
 StringgetShortNameFor(Object service)
     Assuming the argument represents a service running in the kernel, returns the short name of the service.
 StringgetStateReason(AbstractName abstractName)
    
 Objectinvoke(AbstractName name, String methodName)
    
 Objectinvoke(String shortName, String methodName)
    
 Objectinvoke(Class type, String methodName)
    
 Objectinvoke(String shortName, Class type, String methodName)
    
 Objectinvoke(AbstractName name, String methodName, Object[] args, String[] types)
    
 Objectinvoke(String shortName, String methodName, Object[] args, String[] types)
    
 Objectinvoke(Class type, String methodName, Object[] args, String[] types)
    
 Objectinvoke(String shortName, Class type, String methodName, Object[] args, String[] types)
    
 Objectinvoke(ObjectName name, String methodName)
    
 Objectinvoke(ObjectName name, String methodName, Object[] args, String[] types)
    
 booleanisLoaded(AbstractName name)
    
 booleanisLoaded(String shortName)
    
 booleanisLoaded(Class type)
    
 booleanisLoaded(String shortName, Class type)
    
 booleanisRunning(AbstractName name)
    
 booleanisRunning(String shortName)
    
 booleanisRunning(Class type)
    
 booleanisRunning(String shortName, Class type)
    
 booleanisRunning()
    
 SetlistGBeans(AbstractNameQuery abstractNameQuery)
     Gets the AbstractNames of all GBeans matching the abstractNameQuery.
 SetlistGBeans(Set abstractNameQueries)
    
 SetlistGBeans(ObjectName pattern)
    
 voidloadGBean(GBeanData gbeanData, ClassLoader classLoader)
     Load a specific GBean into this kernel.
 voidregisterShutdownHook(Runnable hook)
    
 voidsetAttribute(AbstractName name, String attributeName, Object attributeValue)
    
 voidsetAttribute(String shortName, String attributeName, Object attributeValue)
    
 voidsetAttribute(Class type, String attributeName, Object attributeValue)
    
 voidsetAttribute(String shortName, Class type, String attributeName, Object attributeValue)
    
 voidshutdown()
    
 voidstartGBean(AbstractName name)
     Start a specific GBean.
 voidstartGBean(String shortName)
    
 voidstartGBean(Class type)
    
 voidstartGBean(String shortName, Class type)
    
 voidstartRecursiveGBean(AbstractName name)
     Start a specific GBean and its children.
 voidstartRecursiveGBean(String shortName)
    
 voidstartRecursiveGBean(Class type)
    
 voidstartRecursiveGBean(String shortName, Class type)
    
 voidstopGBean(AbstractName name)
     Stop a specific GBean.
 voidstopGBean(String shortName)
    
 voidstopGBean(Class type)
    
 voidstopGBean(String shortName, Class type)
    
 voidunloadGBean(AbstractName name)
     Unload a specific GBean.
 voidunloadGBean(String shortName)
    
 voidunloadGBean(Class type)
    
 voidunloadGBean(String shortName, Class type)
    
 voidunregisterShutdownHook(Runnable hook)
    

Field Detail
KERNEL
ObjectName KERNEL(Code)
The JMX name used by a Kernel to register itself when it boots.



KERNEL_NAME
AbstractName KERNEL_NAME(Code)





Method Detail
boot
void boot() throws Exception(Code)
Brings the kernel online
throws:
  Exception - if the kernel can not boot



getAbstractNameFor
AbstractName getAbstractNameFor(Object service)(Code)
Assuming the argument represents a service running in the kernel, returns an AbstractName for it. If the argument is not a service or the kernel cannot produce an AbstractName for it, returns null.



getAttribute
Object getAttribute(AbstractName name, String attributeName) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)
Gets the value of an attribute on the specified gbean
Parameters:
  name - the name of the gbean from which the attribute will be retrieved
Parameters:
  attributeName - the name of the attribute to fetch the value of the attribute
throws:
  GBeanNotFoundException - if there is not a gbean under the specified name
throws:
  NoSuchAttributeException - if the gbean does not contain the specified attribute
throws:
  Exception - if the gbean throws an exception from the getter



getAttribute
Object getAttribute(String shortName, String attributeName) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)



getAttribute
Object getAttribute(Class type, String attributeName) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)



getAttribute
Object getAttribute(String shortName, Class type, String attributeName) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)



getAttribute
Object getAttribute(ObjectName name, String attributeName) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)



getBootTime
Date getBootTime()(Code)
Returns the time this kernel was last booted. the time this kernel was last booted; null if the kernel has not been



getClassLoaderFor
ClassLoader getClassLoaderFor(AbstractName name) throws GBeanNotFoundException(Code)
Gets the ClassLoader used to register the specified GBean
Parameters:
  name - the name of the gbean from which the class loader should be extracted the class loader associated with the specified GBean
throws:
  GBeanNotFoundException - if the specified GBean is not registered with the kernel



getClassLoaderFor
ClassLoader getClassLoaderFor(String shortName) throws GBeanNotFoundException(Code)



getClassLoaderFor
ClassLoader getClassLoaderFor(Class type) throws GBeanNotFoundException(Code)



getClassLoaderFor
ClassLoader getClassLoaderFor(String shortName, Class type) throws GBeanNotFoundException(Code)



getDependencyManager
DependencyManager getDependencyManager()(Code)
Gets the dependency manager kernel service the dependency manager or null if the kernel is not running



getGBean
Object getGBean(AbstractName name) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)
Gets the specified GBean instance.
Parameters:
  name - the GBean instance to get
throws:
  org.apache.geronimo.kernel.GBeanNotFoundException - if the GBean could not be found
throws:
  InternalKernelException - if there is a general error
throws:
  IllegalStateException - If the gbean is disabled



getGBean
Object getGBean(String shortName) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



getGBean
Object getGBean(Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



getGBean
Object getGBean(String shortName, Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



getGBean
Object getGBean(ObjectName name) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



getGBeanData
GBeanData getGBeanData(AbstractName name) throws GBeanNotFoundException, InternalKernelException(Code)
Return the GBeanData for a GBean instance.
Parameters:
  name - the name of the GBean whose info should be returned the info for that instance
throws:
  GBeanNotFoundException - if there is no instance with the supplied name



getGBeanData
GBeanData getGBeanData(String shortName) throws GBeanNotFoundException, InternalKernelException(Code)



getGBeanData
GBeanData getGBeanData(Class type) throws GBeanNotFoundException, InternalKernelException(Code)



getGBeanData
GBeanData getGBeanData(String shortName, Class type) throws GBeanNotFoundException, InternalKernelException(Code)



getGBeanInfo
GBeanInfo getGBeanInfo(AbstractName name) throws GBeanNotFoundException(Code)
Return the GBeanInfo for a registered GBean instance.
Parameters:
  name - the name of the GBean whose info should be returned the info for that instance
throws:
  GBeanNotFoundException - if there is no instance with the supplied name



getGBeanInfo
GBeanInfo getGBeanInfo(String shortName) throws GBeanNotFoundException(Code)



getGBeanInfo
GBeanInfo getGBeanInfo(Class type) throws GBeanNotFoundException(Code)



getGBeanInfo
GBeanInfo getGBeanInfo(String shortName, Class type) throws GBeanNotFoundException(Code)



getGBeanInfo
GBeanInfo getGBeanInfo(ObjectName name) throws GBeanNotFoundException(Code)



getGBeanStartTime
long getGBeanStartTime(AbstractName name) throws GBeanNotFoundException(Code)
Gets the time the specified GBean was started
Parameters:
  name - the name of the GBean the start time of the GBean or 0 if not running
throws:
  GBeanNotFoundException - if the GBean could not be found



getGBeanStartTime
long getGBeanStartTime(String shortName) throws GBeanNotFoundException(Code)



getGBeanStartTime
long getGBeanStartTime(Class type) throws GBeanNotFoundException(Code)



getGBeanStartTime
long getGBeanStartTime(String shortName, Class type) throws GBeanNotFoundException(Code)



getGBeanState
int getGBeanState(AbstractName name) throws GBeanNotFoundException(Code)
Gets the state of the specified GBean.
Parameters:
  name - the name of the GBean the state of the GBean
throws:
  GBeanNotFoundException - if the GBean could not be found



getGBeanState
int getGBeanState(String shortName) throws GBeanNotFoundException(Code)



getGBeanState
int getGBeanState(Class type) throws GBeanNotFoundException(Code)



getGBeanState
int getGBeanState(String shortName, Class type) throws GBeanNotFoundException(Code)



getGBeanState
int getGBeanState(ObjectName name) throws GBeanNotFoundException(Code)



getKernelName
String getKernelName()(Code)
Get the name of this kernel the name of this kernel



getLifecycleMonitor
LifecycleMonitor getLifecycleMonitor()(Code)
Gets the lifecycle monitor kernel service the lifecycle monitor or null if the kernel is not running



getNaming
Naming getNaming()(Code)
Gets the naming system used by this kernel. the naming system used by this kernel



getProxyManager
ProxyManager getProxyManager()(Code)
Gets the proxy manager kernel service the proxy manager or null if the kernel is not running



getShortNameFor
String getShortNameFor(Object service)(Code)
Assuming the argument represents a service running in the kernel, returns the short name of the service. If the argument is not a service, returns null.



getStateReason
String getStateReason(AbstractName abstractName)(Code)



invoke
Object invoke(AbstractName name, String methodName) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)
Invokes a no-argument method on the specified GBean
Parameters:
  name - the name of the gbean from in which the new attribute value will be set
Parameters:
  methodName - the name of the method to invoke the return value of the method or null if the specified method does not return a value
throws:
  GBeanNotFoundException - if there is not a gbean under the specified name
throws:
  NoSuchOperationException - if the gbean does not have the specified operation
throws:
  InternalKernelException - if an error occurs within the kernel itself
throws:
  Exception - if the method throws an exception



invoke
Object invoke(String shortName, String methodName) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)



invoke
Object invoke(Class type, String methodName) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)



invoke
Object invoke(String shortName, Class type, String methodName) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)



invoke
Object invoke(AbstractName name, String methodName, Object[] args, String[] types) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)
Invokes a method on the specified GBean with the specified arguments
Parameters:
  name - the name of the gbean from in which the new attribute value will be set
Parameters:
  methodName - the name of the method to invoke
Parameters:
  args - the arguments to pass to the method
Parameters:
  types - the types of the arguments; the types are used to determine the signature of the mehod that should be invoked the return value of the method or null if the specified method does not return a value
throws:
  GBeanNotFoundException - if there is not a gbean under the specified name
throws:
  NoSuchOperationException - if the gbean does not have the specified operation
throws:
  InternalKernelException - if an error occurs within the kernel itself
throws:
  Exception - if the method throws an exception



invoke
Object invoke(String shortName, String methodName, Object[] args, String[] types) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)



invoke
Object invoke(Class type, String methodName, Object[] args, String[] types) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)



invoke
Object invoke(String shortName, Class type, String methodName, Object[] args, String[] types) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)



invoke
Object invoke(ObjectName name, String methodName) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)



invoke
Object invoke(ObjectName name, String methodName, Object[] args, String[] types) throws GBeanNotFoundException, NoSuchOperationException, InternalKernelException, Exception(Code)



isLoaded
boolean isLoaded(AbstractName name)(Code)
Is there a GBean registered with the kernel under the specified name?
Parameters:
  name - the name to check true if there is a gbean registered under the specified name; false otherwise



isLoaded
boolean isLoaded(String shortName)(Code)



isLoaded
boolean isLoaded(Class type)(Code)



isLoaded
boolean isLoaded(String shortName, Class type)(Code)



isRunning
boolean isRunning(AbstractName name)(Code)
Is there a GBean registered with the kernel under the specified name and is it running?
Parameters:
  name - the name to check true if there is a gbean registered under the specified name and is it running; false otherwise



isRunning
boolean isRunning(String shortName)(Code)



isRunning
boolean isRunning(Class type)(Code)



isRunning
boolean isRunning(String shortName, Class type)(Code)



isRunning
boolean isRunning()(Code)
Has the kernel been booted true if the kernel has been booted; false otherwise



listGBeans
Set listGBeans(AbstractNameQuery abstractNameQuery)(Code)
Gets the AbstractNames of all GBeans matching the abstractNameQuery.
Parameters:
  abstractNameQuery - the query to execute the AbstractNames of all matching GBeans



listGBeans
Set listGBeans(Set abstractNameQueries)(Code)
Returns a Set of all GBeans matching the set of object name pattern
Parameters:
  abstractNameQueries - the queries to execute a List of AbstractNameName of matching GBeans registered with this kernel



listGBeans
Set listGBeans(ObjectName pattern)(Code)
Returns a Set with elements of type ObjectName



loadGBean
void loadGBean(GBeanData gbeanData, ClassLoader classLoader) throws GBeanAlreadyExistsException, InternalKernelException(Code)
Load a specific GBean into this kernel. This is intended for applications that are embedding the kernel.
Parameters:
  gbeanData - the GBean to load
Parameters:
  classLoader - the class loader to use to load the gbean
throws:
  org.apache.geronimo.kernel.GBeanAlreadyExistsException - if the name is already used
throws:
  org.apache.geronimo.kernel.InternalKernelException - if there is a problem during registration



registerShutdownHook
void registerShutdownHook(Runnable hook)(Code)
Registers a runnable to execute when the kernel is shutdown
Parameters:
  hook - a runnable to execute when the kernel is shutdown



setAttribute
void setAttribute(AbstractName name, String attributeName, Object attributeValue) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)
Sets the value of an attribute on the specified gbean
Parameters:
  name - the name of the gbean from in which the new attribute value will be set
Parameters:
  attributeName - the name of the attribute to set
Parameters:
  attributeValue - the new value of the attribute
throws:
  GBeanNotFoundException - if there is not a gbean under the specified name
throws:
  NoSuchAttributeException - if the gbean does not contain the specified attribute
throws:
  Exception - if the gbean throws an exception from the setter



setAttribute
void setAttribute(String shortName, String attributeName, Object attributeValue) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)



setAttribute
void setAttribute(Class type, String attributeName, Object attributeValue) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)



setAttribute
void setAttribute(String shortName, Class type, String attributeName, Object attributeValue) throws GBeanNotFoundException, NoSuchAttributeException, Exception(Code)



shutdown
void shutdown()(Code)
Stops the kernel



startGBean
void startGBean(AbstractName name) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)
Start a specific GBean.
Parameters:
  name - the GBean to start
throws:
  org.apache.geronimo.kernel.GBeanNotFoundException - if the GBean could not be found
throws:
  InternalKernelException - if there GBean is not state manageable or if there is a general error
throws:
  IllegalStateException - If the gbean is disabled



startGBean
void startGBean(String shortName) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



startGBean
void startGBean(Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



startGBean
void startGBean(String shortName, Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



startRecursiveGBean
void startRecursiveGBean(AbstractName name) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)
Start a specific GBean and its children.
Parameters:
  name - the GBean to start
throws:
  GBeanNotFoundException - if the GBean could not be found
throws:
  InternalKernelException - if there GBean is not state manageable or if there is a general error
throws:
  IllegalStateException - If the gbean is disabled



startRecursiveGBean
void startRecursiveGBean(String shortName) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



startRecursiveGBean
void startRecursiveGBean(Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



startRecursiveGBean
void startRecursiveGBean(String shortName, Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



stopGBean
void stopGBean(AbstractName name) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)
Stop a specific GBean.
Parameters:
  name - the GBean to stop
throws:
  GBeanNotFoundException - if the GBean could not be found
throws:
  InternalKernelException - if there GBean is not state manageable or if there is a general error
throws:
  IllegalStateException - If the gbean is disabled



stopGBean
void stopGBean(String shortName) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



stopGBean
void stopGBean(Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



stopGBean
void stopGBean(String shortName, Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



unloadGBean
void unloadGBean(AbstractName name) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)
Unload a specific GBean. This is intended for applications that are embedding the kernel.
Parameters:
  name - the name of the GBean to unregister
throws:
  GBeanNotFoundException - if the GBean could not be found
throws:
  InternalKernelException - if there GBean is a problem while unloading the GBean



unloadGBean
void unloadGBean(String shortName) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



unloadGBean
void unloadGBean(Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



unloadGBean
void unloadGBean(String shortName, Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException(Code)



unregisterShutdownHook
void unregisterShutdownHook(Runnable hook)(Code)
Unregisters a runnable from the list to execute when the kernel is shutdown
Parameters:
  hook - the runnable that should be removed



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.