src/org/objectweb/cjdbc/controller/virtualdatabase/protocol/ControllerName.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.controller.virtualdatabase.protocol; 00026 00032 public class ControllerName extends CJDBCGroupMessage 00033 { 00034 String controllerName; 00035 String jmxName; 00036 00043 public ControllerName(String controllerName,String controllerJmxName) 00044 { 00045 this.controllerName = controllerName; 00046 this.jmxName = controllerJmxName; 00047 } 00048 00052 public String getControllerName() 00053 { 00054 return controllerName; 00055 } 00056 00060 public void setControllerName(String controllerName) 00061 { 00062 this.controllerName = controllerName; 00063 } 00069 public String getJmxName() 00070 { 00071 return jmxName; 00072 } 00078 public void setJmxName(String jmxName) 00079 { 00080 this.jmxName = jmxName; 00081 } 00082 }

CJDBCversion1.0.4に対してTue Oct 12 15:16:04 2004に生成されました。 doxygen 1.3.8