~ubuntu-branches/ubuntu/utopic/jetty/utopic-proposed

« back to all changes in this revision

Viewing changes to contrib/jboss/src/main/resources/META-INF/webserver-xmbean.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2009-08-09 08:48:10 UTC
  • Revision ID: james.westby@ubuntu.com-20090809084810-k522b97ind2robyd
ImportĀ upstreamĀ versionĀ 6.1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE mbean PUBLIC
 
3
   "-//JBoss//DTD JBOSS XMBEAN 1.2//EN"
 
4
   "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd">
 
5
<!--
 
6
   xmbean descriptor generated by 'twiddle'
 
7
   on Thu Nov 16 16:03:27 CET 2006
 
8
   for 'jboss.web:service=WebServer'
 
9
-->
 
10
<mbean>
 
11
   <description>Jetty Web Server for webapp deployment</description>
 
12
   <descriptors>
 
13
     <interceptors>
 
14
       <!-- comment out DynamicInterceptor to disable dynamic addition of interceptors -->
 
15
       <interceptor code="org.jboss.mx.interceptor.DynamicInterceptor"/>
 
16
     </interceptors>
 
17
   </descriptors>
 
18
 
 
19
   <class>org.jboss.jetty.JettyService</class>
 
20
 
 
21
   <constructor>
 
22
      <description>MBean Constructor.</description>
 
23
      <name>org.jboss.jetty.JettyService</name>
 
24
   </constructor>
 
25
 
 
26
   <attribute access='read-write' getMethod='getSupportJSR77' setMethod='setSupportJSR77'>
 
27
      <description>MBean Attribute.</description>
 
28
      <name>SupportJSR77</name>
 
29
      <type>boolean</type>
 
30
   </attribute>
 
31
 
 
32
   <attribute access='read-write' getMethod='getWebDefaultResource' setMethod='setWebDefaultResource'>
 
33
      <description>MBean Attribute.</description>
 
34
      <name>WebDefaultResource</name>
 
35
      <type>java.lang.String</type>
 
36
   </attribute>
 
37
 
 
38
   <attribute access='read-write' getMethod='getJava2ClassLoadingCompliance' setMethod='setJava2ClassLoadingCompliance'>
 
39
      <description>MBean Attribute.</description>
 
40
      <name>Java2ClassLoadingCompliance</name>
 
41
      <type>boolean</type>
 
42
   </attribute>
 
43
 
 
44
   <attribute access='read-write' getMethod='getAcceptNonWarDirs' setMethod='setAcceptNonWarDirs'>
 
45
      <description>MBean Attribute.</description>
 
46
      <name>AcceptNonWarDirs</name>
 
47
      <type>boolean</type>
 
48
   </attribute>
 
49
 
 
50
   <attribute access='read-write' getMethod='getSubjectAttributeName' setMethod='setSubjectAttributeName'>
 
51
      <description>MBean Attribute.</description>
 
52
      <name>SubjectAttributeName</name>
 
53
      <type>java.lang.String</type>
 
54
   </attribute>
 
55
 
 
56
   <attribute access="read-write" getMethod="getDefaultSecurityDomain" setMethod="setDefaultSecurityDomain">
 
57
     <name>DefaultSecurityDomain</name>
 
58
     <type>java.lang.String</type>
 
59
   </attribute>
 
60
 
 
61
   <attribute access='read-write' getMethod='getUnpackWars' setMethod='setUnpackWars'>
 
62
      <description>MBean Attribute.</description>
 
63
      <name>UnpackWars</name>
 
64
      <type>boolean</type>
 
65
   </attribute>
 
66
 
 
67
 
 
68
   <attribute access='read-write' getMethod='getConfig' setMethod='setConfig'>
 
69
      <description>MBean Attribute.</description>
 
70
      <name>Config</name>
 
71
      <type>org.w3c.dom.Element</type>
 
72
   </attribute>
 
73
 
 
74
   <attribute access='read-write' getMethod='getLenientEjbLink' setMethod='setLenientEjbLink'>
 
75
      <description>MBean Attribute.</description>
 
76
      <name>LenientEjbLink</name>
 
77
      <type>boolean</type>
 
78
   </attribute>
 
79
 
 
80
   <attribute access='read-write' getMethod='getDefaultSecurityDomain' setMethod='setDefaultSecurityDomain'>
 
81
      <description>MBean Attribute.</description>
 
82
      <name>DefaultSecurityDomain</name>
 
83
      <type>java.lang.String</type>
 
84
   </attribute>
 
85
 
 
86
   <attribute access='write-only' setMethod='setConfigurationElement'>
 
87
      <description>MBean Attribute.</description>
 
88
      <name>ConfigurationElement</name>
 
89
      <type>org.w3c.dom.Element</type>
 
90
   </attribute>
 
91
 
 
92
   <attribute access='read-write' getMethod='getEnhancedSuffixes' setMethod='setEnhancedSuffixes'>
 
93
      <description>MBean Attribute.</description>
 
94
      <name>EnhancedSuffixes</name>
 
95
      <type>[Ljava.lang.String;</type>
 
96
   </attribute>
 
97
 
 
98
   &deployerAttributes;
 
99
   &defaultAttributes;
 
100
 
 
101
   &deployerOperations;
 
102
   &defaultOperations;
 
103
   &interceptable; 
 
104
 
 
105
</mbean>