Java Doc for ServerConfigImplMBean.java in  » EJB-Server-JBoss-4.2.1 » system » org » jboss » system » server » 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 JBoss 4.2.1 » system » org.jboss.system.server 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jboss.system.server.ServerConfigImplMBean

All known Subclasses:   org.jboss.system.server.ServerConfigImpl,
ServerConfigImplMBean
public interface ServerConfigImplMBean (Code)
MBean interface.


Field Summary
 ObjectNameOBJECT_NAME
    


Method Summary
 booleangetBlockingShutdown()
     Get the current value of the blocking shutdown flag.
 booleangetExitOnShutdown()
     Get the current value of the exit on shutdown flag.
 java.io.FilegetHomeDir()
     Get the local home directory which the server is running from.
 java.net.URLgetHomeURL()
     Get the home URL which the server is running from.
 java.net.URLgetLibraryURL()
     Get the home URL which the server is running from.
 java.net.URLgetPatchURL()
     Get the patch URL for the server.
 booleangetPlatformMBeanServer()
     Get the current value of the flag that indicates if we are using the platform MBeanServer as the main jboss server.
 booleangetRequireJBossURLStreamHandlerFactory()
     Get the current value of the requireJBossURLStreamHandlerFactory flag.
 java.lang.StringgetRootDeploymentFilename()
     Get the filename of the root deployable that will be used to finalize the bootstrap process.
 java.io.FilegetServerBaseDir()
     Get the base directory for calculating server home directories.
 java.net.URLgetServerBaseURL()
     Get the base directory for calculating server home URLs.
 java.net.URLgetServerConfigURL()
     Get the server configuration URL.
 java.io.FilegetServerDataDir()
     Get the directory where local data will be stored.
 java.io.FilegetServerHomeDir()
     Get the server home directory.
 java.net.URLgetServerHomeURL()
     Get the server home URL.
 java.net.URLgetServerLibraryURL()
     Get the server library URL.
 java.io.FilegetServerLogDir()
     Get the directory where log files will be stored.
 java.lang.StringgetServerName()
     Get the name of the server.
 java.io.FilegetServerNativeDir()
    
 java.io.FilegetServerTempDeployDir()
    
 java.io.FilegetServerTempDir()
     Get the directory where temporary files will be stored.
 StringgetSpecificationVersion()
    
 voidsetBlockingShutdown(boolean flag)
     Enable or disable blocking when Server.shutdown is called.
 voidsetExitOnShutdown(boolean flag)
     Enable or disable exiting the JVM when Server.shutdown is called.
 voidsetRequireJBossURLStreamHandlerFactory(boolean flag)
     Set the RequireJBossURLStreamHandlerFactory flag.
 voidsetRootDeploymentFilename(java.lang.String filename)
     Set the filename of the root deployable that will be used to finalize the bootstrap process.

Field Detail
OBJECT_NAME
ObjectName OBJECT_NAME(Code)
The default ObjectName





Method Detail
getBlockingShutdown
boolean getBlockingShutdown()(Code)
Get the current value of the blocking shutdown flag. The current value of the blocking shutdown flag.



getExitOnShutdown
boolean getExitOnShutdown()(Code)
Get the current value of the exit on shutdown flag. The current value of the exit on shutdown flag.



getHomeDir
java.io.File getHomeDir()(Code)
Get the local home directory which the server is running from.



getHomeURL
java.net.URL getHomeURL()(Code)
Get the home URL which the server is running from.



getLibraryURL
java.net.URL getLibraryURL()(Code)
Get the home URL which the server is running from.



getPatchURL
java.net.URL getPatchURL()(Code)
Get the patch URL for the server.



getPlatformMBeanServer
boolean getPlatformMBeanServer()(Code)
Get the current value of the flag that indicates if we are using the platform MBeanServer as the main jboss server. Both the ServerConfig.PLATFORM_MBEANSERVER property must be set, and the jvm must be jdk1.5+ true if jboss runs on the jvm platfrom MBeanServer



getRequireJBossURLStreamHandlerFactory
boolean getRequireJBossURLStreamHandlerFactory()(Code)
Get the current value of the requireJBossURLStreamHandlerFactory flag. The current value of the requireJBossURLStreamHandlerFactory flag.



getRootDeploymentFilename
java.lang.String getRootDeploymentFilename()(Code)
Get the filename of the root deployable that will be used to finalize the bootstrap process. The filename of the root deployable.



getServerBaseDir
java.io.File getServerBaseDir()(Code)
Get the base directory for calculating server home directories.



getServerBaseURL
java.net.URL getServerBaseURL()(Code)
Get the base directory for calculating server home URLs.



getServerConfigURL
java.net.URL getServerConfigURL()(Code)
Get the server configuration URL.



getServerDataDir
java.io.File getServerDataDir()(Code)
Get the directory where local data will be stored. the data directory



getServerHomeDir
java.io.File getServerHomeDir()(Code)
Get the server home directory.



getServerHomeURL
java.net.URL getServerHomeURL()(Code)
Get the server home URL.



getServerLibraryURL
java.net.URL getServerLibraryURL()(Code)
Get the server library URL.



getServerLogDir
java.io.File getServerLogDir()(Code)
Get the directory where log files will be stored. the writable log directory



getServerName
java.lang.String getServerName()(Code)
Get the name of the server.



getServerNativeDir
java.io.File getServerNativeDir()(Code)
Get the native dir for unpacking the directory



getServerTempDeployDir
java.io.File getServerTempDeployDir()(Code)
Get the temporary deployment dir for unpacking the directory



getServerTempDir
java.io.File getServerTempDir()(Code)
Get the directory where temporary files will be stored. the writable temp directory



getSpecificationVersion
String getSpecificationVersion()(Code)
Get the server Specification-Version



setBlockingShutdown
void setBlockingShutdown(boolean flag)(Code)
Enable or disable blocking when Server.shutdown is called. If enabled, then shutdown will be called in the current thread. If disabled, then the shutdown hook will be run ansynchronously in a separate thread.
Parameters:
  flag - True to enable blocking shutdown.



setExitOnShutdown
void setExitOnShutdown(boolean flag)(Code)
Enable or disable exiting the JVM when Server.shutdown is called. If enabled, then shutdown calls Server.exit . If disabled, then only the shutdown hook will be run.
Parameters:
  flag - True to enable calling exit on shutdown.



setRequireJBossURLStreamHandlerFactory
void setRequireJBossURLStreamHandlerFactory(boolean flag)(Code)
Set the RequireJBossURLStreamHandlerFactory flag. if false, exceptions when setting the URLStreamHandlerFactory will be logged and ignored.
Parameters:
  flag - True to enable blocking shutdown.



setRootDeploymentFilename
void setRootDeploymentFilename(java.lang.String filename)(Code)
Set the filename of the root deployable that will be used to finalize the bootstrap process.
Parameters:
  filename - The filename of the root deployable.



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