User: andreas
Date: 00/11/28 09:29:23
Modified: examples/jboss.admin/etc/beaninfo RemoteAttribute.xml
RemoteOperation.xml
Log:
Cosmetic changes to the remote Service overview page
and the attribute page.
Revision Changes Path
1.2 +16 -3 ejx/examples/jboss.admin/etc/beaninfo/RemoteAttribute.xml
Index: RemoteAttribute.xml
===================================================================
RCS file:
/products/cvs/ejboss/ejx/examples/jboss.admin/etc/beaninfo/RemoteAttribute.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RemoteAttribute.xml 2000/11/24 07:51:41 1.1
+++ RemoteAttribute.xml 2000/11/28 17:29:22 1.2
@@ -1,5 +1,18 @@
<bean
- class="org.jboss.jBossAdmin.RemoteAttribute"
- displayname="Remote Feature"
- iconcolor16="/images/editor.gif">
+ class="org.jboss.jBossAdmin.RemoteAttribute"
+ displayname="Attribute of a remote Service"
+ iconcolor16="/images/editor.gif">
+
+ <property
+ name="Name" class="java.lang.String"
+ displayname="Attribute Name"/>
+
+ <property
+ name="Description" class="java.lang.String"
+ displayname="Attribute Description"/>
+
+ <property
+ name="Attribute" class="java.lang.Object"
+ displayname="Attribute"
propertyeditor="com.dreambean.awt.editors.TextEditor"/>
+
</bean>
1.2 +12 -3 ejx/examples/jboss.admin/etc/beaninfo/RemoteOperation.xml
Index: RemoteOperation.xml
===================================================================
RCS file:
/products/cvs/ejboss/ejx/examples/jboss.admin/etc/beaninfo/RemoteOperation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RemoteOperation.xml 2000/11/24 07:51:41 1.1
+++ RemoteOperation.xml 2000/11/28 17:29:22 1.2
@@ -1,5 +1,14 @@
<bean
- class="org.jboss.jBossAdmin.RemoteOperation"
- displayname="Remote Feature"
- iconcolor16="/images/config.gif">
+ class="org.jboss.jBossAdmin.RemoteOperation"
+ displayname="Operation of a remote Service"
+ iconcolor16="/images/config.gif">
+
+ <property
+ name="Name" class="java.lang.String"
+ displayname="Attribute Name"/>
+
+ <property
+ name="Description" class="java.lang.String"
+ displayname="Attribute Description"/>
+
</bean>