Java Doc for MBeanUtils.java in  » Sevlet-Container » tomcat-catalina » org » apache » catalina » mbeans » 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 » Sevlet Container » tomcat catalina » org.apache.catalina.mbeans 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.catalina.mbeans.MBeanUtils

MBeanUtils
public class MBeanUtils (Code)
Public utility methods in support of the server side MBeans implementation.
author:
   Craig R. McClanahan
author:
   Amy Roh
version:
   $Revision: 1.24 $ $Date: 2004/02/27 14:58:45 $


Field Summary
static  Hashtableseq
    


Method Summary
static  ModelMBeancreateMBean(Connector connector)
     Create, register, and return an MBean for this Connector object.
static  ModelMBeancreateMBean(Context context)
     Create, register, and return an MBean for this Context object.
static  ModelMBeancreateMBean(ContextEnvironment environment)
     Create, register, and return an MBean for this ContextEnvironment object.
static  ModelMBeancreateMBean(ContextResource resource)
     Create, register, and return an MBean for this ContextResource object.
static  ModelMBeancreateMBean(ContextResourceLink resourceLink)
     Create, register, and return an MBean for this ContextResourceLink object.
static  ModelMBeancreateMBean(DefaultContext context)
     Create, register, and return an MBean for this DefaultContext object.
static  ModelMBeancreateMBean(Engine engine)
     Create, register, and return an MBean for this Engine object.
static  ModelMBeancreateMBean(Group group)
     Create, register, and return an MBean for this Group object.
static  ModelMBeancreateMBean(Host host)
     Create, register, and return an MBean for this Host object.
static  ModelMBeancreateMBean(Loader loader)
     Create, register, and return an MBean for this Loader object.
static  ModelMBeancreateMBean(Logger logger)
     Create, register, and return an MBean for this Logger object.
static  ModelMBeancreateMBean(Manager manager)
     Create, register, and return an MBean for this Manager object.
static  ModelMBeancreateMBean(MBeanFactory factory)
     Create, register, and return an MBean for this MBeanFactory object.
static  ModelMBeancreateMBean(NamingResources resource)
     Create, register, and return an MBean for this NamingResources object.
static  ModelMBeancreateMBean(Realm realm)
     Create, register, and return an MBean for this Realm object.
static  ModelMBeancreateMBean(Role role)
     Create, register, and return an MBean for this Role object.
static  ModelMBeancreateMBean(Server server)
     Create, register, and return an MBean for this Server object.
static  ModelMBeancreateMBean(Service service)
     Create, register, and return an MBean for this Service object.
static  ModelMBeancreateMBean(User user)
     Create, register, and return an MBean for this User object.
static  ModelMBeancreateMBean(UserDatabase userDatabase)
     Create, register, and return an MBean for this UserDatabase object.
static  ModelMBeancreateMBean(Valve valve)
     Create, register, and return an MBean for this Valve object.
static  StringcreateManagedName(Object component)
     Create and return the name of the ManagedBean that corresponds to this Catalina component.
static  ObjectNamecreateObjectName(String domain, Connector connector)
     Create an ObjectName for this Connector object.
static  ObjectNamecreateObjectName(String domain, Context context)
     Create an ObjectName for this Context object.
public static  ObjectNamecreateObjectName(String domain, ContextEnvironment environment)
     Create an ObjectName for this Service object.
public static  ObjectNamecreateObjectName(String domain, ContextResource resource)
     Create an ObjectName for this ContextResource object.
public static  ObjectNamecreateObjectName(String domain, ContextResourceLink resourceLink)
     Create an ObjectName for this ContextResourceLink object.
static  ObjectNamecreateObjectName(String domain, DefaultContext context)
     Create an ObjectName for this DefaultContext object.
static  ObjectNamecreateObjectName(String domain, Engine engine)
     Create an ObjectName for this Engine object.
static  ObjectNamecreateObjectName(String domain, Group group)
     Create an ObjectName for this Group object.
static  ObjectNamecreateObjectName(String domain, Host host)
     Create an ObjectName for this Host object.
static  ObjectNamecreateObjectName(String domain, Loader loader)
     Create an ObjectName for this Loader object.
static  ObjectNamecreateObjectName(String domain, Logger logger)
     Create an ObjectName for this Logger object.
static  ObjectNamecreateObjectName(String domain, Manager manager)
     Create an ObjectName for this Manager object.
static  ObjectNamecreateObjectName(String domain, NamingResources resources)
     Create an ObjectName for this Server object.
static  ObjectNamecreateObjectName(String domain, MBeanFactory factory)
     Create an ObjectName for this MBeanFactory object.
static  ObjectNamecreateObjectName(String domain, Realm realm)
     Create an ObjectName for this Realm object.
static  ObjectNamecreateObjectName(String domain, Role role)
     Create an ObjectName for this Role object.
static  ObjectNamecreateObjectName(String domain, Server server)
     Create an ObjectName for this Server object.
static  ObjectNamecreateObjectName(String domain, Service service)
     Create an ObjectName for this Service object.
static  ObjectNamecreateObjectName(String domain, User user)
     Create an ObjectName for this User object.
static  ObjectNamecreateObjectName(String domain, UserDatabase userDatabase)
     Create an ObjectName for this UserDatabase object.
static  ObjectNamecreateObjectName(String domain, Valve valve)
     Create an ObjectName for this Valve object.
public static  voidcreateRMIAdaptor(String adaptorType, String host, int port)
     Create a RMI adapter [MX4J specific].
public static synchronized  RegistrycreateRegistry()
     Create and configure (if necessary) and return the registry of managed object descriptions.
public static synchronized  MBeanServercreateServer()
     Create and configure (if necessary) and return the MBeanServer with which we will be registering our ModelMBean implementations.
static  voiddestroyMBean(Connector connector, Service service)
     Deregister the MBean for this Connector object.
static  voiddestroyMBean(Context context)
     Deregister the MBean for this Context object.
static  voiddestroyMBean(ContextEnvironment environment)
     Deregister the MBean for this ContextEnvironment object.
static  voiddestroyMBean(ContextResource resource)
     Deregister the MBean for this ContextResource object.
static  voiddestroyMBean(ContextResourceLink resourceLink)
     Deregister the MBean for this ContextResourceLink object.
static  voiddestroyMBean(DefaultContext context)
     Deregister the MBean for this DefaultContext object.
static  voiddestroyMBean(Engine engine)
     Deregister the MBean for this Engine object.
static  voiddestroyMBean(Group group)
     Deregister the MBean for this Group object.
static  voiddestroyMBean(Host host)
     Deregister the MBean for this Host object.
static  voiddestroyMBean(Loader loader)
     Deregister the MBean for this Loader object.
static  voiddestroyMBean(Logger logger)
     Deregister the MBean for this Logger object.
static  voiddestroyMBean(Manager manager)
     Deregister the MBean for this Manager object.
static  voiddestroyMBean(NamingResources resources)
     Deregister the MBean for this NamingResources object.
static  voiddestroyMBean(Realm realm)
     Deregister the MBean for this Realm object.
static  voiddestroyMBean(Role role)
     Deregister the MBean for this Role object.
static  voiddestroyMBean(Server server)
     Deregister the MBean for this Server object.
static  voiddestroyMBean(Service service)
     Deregister the MBean for this Service object.
static  voiddestroyMBean(User user)
     Deregister the MBean for this User object.
static  voiddestroyMBean(UserDatabase userDatabase)
     Deregister the MBean for this UserDatabase object.
static  voiddestroyMBean(Valve valve, Container container)
     Deregister the MBean for this Valve object.
static  intgetSeq(String key)
    
public static synchronized  voidloadMBeanDescriptors(String resource)
     Load an MBean descriptor resource.

Field Detail
seq
static Hashtable seq(Code)





Method Detail
createMBean
static ModelMBean createMBean(Connector connector) throws Exception(Code)
Create, register, and return an MBean for this Connector object.
Parameters:
  connector - The Connector to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Context context) throws Exception(Code)
Create, register, and return an MBean for this Context object.
Parameters:
  context - The Context to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(ContextEnvironment environment) throws Exception(Code)
Create, register, and return an MBean for this ContextEnvironment object.
Parameters:
  environment - The ContextEnvironment to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(ContextResource resource) throws Exception(Code)
Create, register, and return an MBean for this ContextResource object.
Parameters:
  resource - The ContextResource to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(ContextResourceLink resourceLink) throws Exception(Code)
Create, register, and return an MBean for this ContextResourceLink object.
Parameters:
  resourceLink - The ContextResourceLink to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(DefaultContext context) throws Exception(Code)
Create, register, and return an MBean for this DefaultContext object.
Parameters:
  context - The DefaultContext to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Engine engine) throws Exception(Code)
Create, register, and return an MBean for this Engine object.
Parameters:
  engine - The Engine to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Group group) throws Exception(Code)
Create, register, and return an MBean for this Group object.
Parameters:
  group - The Group to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Host host) throws Exception(Code)
Create, register, and return an MBean for this Host object.
Parameters:
  host - The Host to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Loader loader) throws Exception(Code)
Create, register, and return an MBean for this Loader object.
Parameters:
  loader - The Loader to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Logger logger) throws Exception(Code)
Create, register, and return an MBean for this Logger object.
Parameters:
  logger - The Logger to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Manager manager) throws Exception(Code)
Create, register, and return an MBean for this Manager object.
Parameters:
  manager - The Manager to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(MBeanFactory factory) throws Exception(Code)
Create, register, and return an MBean for this MBeanFactory object.
Parameters:
  factory - The MBeanFactory to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(NamingResources resource) throws Exception(Code)
Create, register, and return an MBean for this NamingResources object.
Parameters:
  resource - The NamingResources to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Realm realm) throws Exception(Code)
Create, register, and return an MBean for this Realm object.
Parameters:
  realm - The Realm to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Role role) throws Exception(Code)
Create, register, and return an MBean for this Role object.
Parameters:
  role - The Role to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Server server) throws Exception(Code)
Create, register, and return an MBean for this Server object.
Parameters:
  server - The Server to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Service service) throws Exception(Code)
Create, register, and return an MBean for this Service object.
Parameters:
  service - The Service to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(User user) throws Exception(Code)
Create, register, and return an MBean for this User object.
Parameters:
  user - The User to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(UserDatabase userDatabase) throws Exception(Code)
Create, register, and return an MBean for this UserDatabase object.
Parameters:
  userDatabase - The UserDatabase to be managed
exception:
  Exception - if an MBean cannot be created or registered



createMBean
static ModelMBean createMBean(Valve valve) throws Exception(Code)
Create, register, and return an MBean for this Valve object.
Parameters:
  valve - The Valve to be managed
exception:
  Exception - if an MBean cannot be created or registered



createManagedName
static String createManagedName(Object component)(Code)
Create and return the name of the ManagedBean that corresponds to this Catalina component.
Parameters:
  component - The component for which to create a name



createObjectName
static ObjectName createObjectName(String domain, Connector connector) throws MalformedObjectNameException(Code)
Create an ObjectName for this Connector object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  connector - The Connector to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Context context) throws MalformedObjectNameException(Code)
Create an ObjectName for this Context object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  context - The Context to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
public static ObjectName createObjectName(String domain, ContextEnvironment environment) throws MalformedObjectNameException(Code)
Create an ObjectName for this Service object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  context - The ContextEnvironment to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
public static ObjectName createObjectName(String domain, ContextResource resource) throws MalformedObjectNameException(Code)
Create an ObjectName for this ContextResource object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  resource - The ContextResource to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
public static ObjectName createObjectName(String domain, ContextResourceLink resourceLink) throws MalformedObjectNameException(Code)
Create an ObjectName for this ContextResourceLink object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  resourceLink - The ContextResourceLink to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, DefaultContext context) throws MalformedObjectNameException(Code)
Create an ObjectName for this DefaultContext object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  context - The DefaultContext to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Engine engine) throws MalformedObjectNameException(Code)
Create an ObjectName for this Engine object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  engine - The Engine to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Group group) throws MalformedObjectNameException(Code)
Create an ObjectName for this Group object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  group - The Group to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Host host) throws MalformedObjectNameException(Code)
Create an ObjectName for this Host object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  host - The Host to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Loader loader) throws MalformedObjectNameException(Code)
Create an ObjectName for this Loader object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  loader - The Loader to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Logger logger) throws MalformedObjectNameException(Code)
Create an ObjectName for this Logger object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  logger - The Logger to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Manager manager) throws MalformedObjectNameException(Code)
Create an ObjectName for this Manager object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  manager - The Manager to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, NamingResources resources) throws MalformedObjectNameException(Code)
Create an ObjectName for this Server object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  resources - The NamingResources to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, MBeanFactory factory) throws MalformedObjectNameException(Code)
Create an ObjectName for this MBeanFactory object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  factory - The MBeanFactory to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Realm realm) throws MalformedObjectNameException(Code)
Create an ObjectName for this Realm object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  realm - The Realm to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Role role) throws MalformedObjectNameException(Code)
Create an ObjectName for this Role object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  role - The Role to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Server server) throws MalformedObjectNameException(Code)
Create an ObjectName for this Server object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  server - The Server to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Service service) throws MalformedObjectNameException(Code)
Create an ObjectName for this Service object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  service - The Service to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, User user) throws MalformedObjectNameException(Code)
Create an ObjectName for this User object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  user - The User to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, UserDatabase userDatabase) throws MalformedObjectNameException(Code)
Create an ObjectName for this UserDatabase object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  userDatabase - The UserDatabase to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createObjectName
static ObjectName createObjectName(String domain, Valve valve) throws MalformedObjectNameException(Code)
Create an ObjectName for this Valve object.
Parameters:
  domain - Domain in which this name is to be created
Parameters:
  valve - The Valve to be named
exception:
  MalformedObjectNameException - if a name cannot be created



createRMIAdaptor
public static void createRMIAdaptor(String adaptorType, String host, int port) throws Exception(Code)
Create a RMI adapter [MX4J specific].



createRegistry
public static synchronized Registry createRegistry()(Code)
Create and configure (if necessary) and return the registry of managed object descriptions.



createServer
public static synchronized MBeanServer createServer()(Code)
Create and configure (if necessary) and return the MBeanServer with which we will be registering our ModelMBean implementations.



destroyMBean
static void destroyMBean(Connector connector, Service service) throws Exception(Code)
Deregister the MBean for this Connector object.
Parameters:
  connector - The Connector to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Context context) throws Exception(Code)
Deregister the MBean for this Context object.
Parameters:
  context - The Context to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(ContextEnvironment environment) throws Exception(Code)
Deregister the MBean for this ContextEnvironment object.
Parameters:
  environment - The ContextEnvironment to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(ContextResource resource) throws Exception(Code)
Deregister the MBean for this ContextResource object.
Parameters:
  resource - The ContextResource to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(ContextResourceLink resourceLink) throws Exception(Code)
Deregister the MBean for this ContextResourceLink object.
Parameters:
  resourceLink - The ContextResourceLink to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(DefaultContext context) throws Exception(Code)
Deregister the MBean for this DefaultContext object.
Parameters:
  context - The DefaultContext to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Engine engine) throws Exception(Code)
Deregister the MBean for this Engine object.
Parameters:
  engine - The Engine to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Group group) throws Exception(Code)
Deregister the MBean for this Group object.
Parameters:
  group - The Group to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Host host) throws Exception(Code)
Deregister the MBean for this Host object.
Parameters:
  host - The Host to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Loader loader) throws Exception(Code)
Deregister the MBean for this Loader object.
Parameters:
  loader - The Loader to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Logger logger) throws Exception(Code)
Deregister the MBean for this Logger object.
Parameters:
  logger - The Logger to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Manager manager) throws Exception(Code)
Deregister the MBean for this Manager object.
Parameters:
  manager - The Manager to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(NamingResources resources) throws Exception(Code)
Deregister the MBean for this NamingResources object.
Parameters:
  resources - The NamingResources to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Realm realm) throws Exception(Code)
Deregister the MBean for this Realm object.
Parameters:
  realm - The Realm to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Role role) throws Exception(Code)
Deregister the MBean for this Role object.
Parameters:
  role - The Role to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Server server) throws Exception(Code)
Deregister the MBean for this Server object.
Parameters:
  server - The Server to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Service service) throws Exception(Code)
Deregister the MBean for this Service object.
Parameters:
  service - The Service to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(User user) throws Exception(Code)
Deregister the MBean for this User object.
Parameters:
  user - The User to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(UserDatabase userDatabase) throws Exception(Code)
Deregister the MBean for this UserDatabase object.
Parameters:
  userDatabase - The UserDatabase to be managed
exception:
  Exception - if an MBean cannot be deregistered



destroyMBean
static void destroyMBean(Valve valve, Container container) throws Exception(Code)
Deregister the MBean for this Valve object.
Parameters:
  valve - The Valve to be managed
exception:
  Exception - if an MBean cannot be deregistered



getSeq
static int getSeq(String key)(Code)



loadMBeanDescriptors
public static synchronized void loadMBeanDescriptors(String resource)(Code)
Load an MBean descriptor resource.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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