| /*
  |  * Created on Apr 21, 2004
  |  *
  |  * TODO To change the template for this generated file go to
  |  * Window - Preferences - Java - Code Generation - Code and Comments
  |  */
  | package org.redpos.txe;
  | 
  | import org.jboss.system.ServiceMBeanSupport;
  | 
  | /**
  |  * @author lenp
  |  *
  |  * TODO To change the template for this generated type comment go to
  |  * Window - Preferences - Java - Code Generation - Code and Comments
  |  * 
  |  * @jmx.mbean name = "Main" extends = "org.jboss.system.ServiceMBean" 
  |  * 
  |  */
  | public class Main extends ServiceMBeanSupport {
  |     /**
  |      * Comment for <code>myName</code>
  |      */
  |     private String myName = "nothing";
  |     /**
  |      * @return Returns the myName.
  |      * @jmx.managed-attribute access = "read-write"
  |      */
  |     public String getMyName() {
  |             return myName;
  |     }
  |     /**
  |      * @param myName The myName to set.
  |      * @jmx.managed-attribute access = "read-write" 
  |      */
  |     public void setMyName(String myName) {
  |             this.myName = myName;
  |     }
  | }
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832606#3832606

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832606


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to