Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.controller.virtualdatabase.protocol.ControllerName Class Reference

List of all members.

Public Member Functions

 ControllerName (String controllerName, String controllerJmxName)
String getControllerName ()
void setControllerName (String controllerName)
String getJmxName ()
void setJmxName (String jmxName)

Package Attributes

String controllerName
String jmxName

Detailed Description

This class defines a ControllerName class to send to new group members

Author:
Nicolas Modrzyk

Emmanuel Cecchet

Definition at line 35 of file ControllerName.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.virtualdatabase.protocol.ControllerName.ControllerName String  controllerName,
String  controllerJmxName
 

Creates a new ControllerName object

Parameters:
controllerName the controller name
controllerJmxName the jmx name of the controller

Definition at line 46 of file ControllerName.java.

00047   {
00048     this.controllerName = controllerName;
00049     this.jmxName = controllerJmxName;
00050   }


Member Function Documentation

String org.objectweb.cjdbc.controller.virtualdatabase.protocol.ControllerName.getControllerName  ) 
 

Returns:
Returns the controllerName.

Definition at line 55 of file ControllerName.java.

00056   {
00057     return controllerName;
00058   }

String org.objectweb.cjdbc.controller.virtualdatabase.protocol.ControllerName.getJmxName  ) 
 

Returns the jmxName value.

Returns:
Returns the jmxName.

Definition at line 73 of file ControllerName.java.

00074   {
00075     return jmxName;
00076   }

void org.objectweb.cjdbc.controller.virtualdatabase.protocol.ControllerName.setControllerName String  controllerName  ) 
 

Parameters:
controllerName The controllerName to set.

Definition at line 63 of file ControllerName.java.

00064   {
00065     this.controllerName = controllerName;
00066   }

void org.objectweb.cjdbc.controller.virtualdatabase.protocol.ControllerName.setJmxName String  jmxName  ) 
 

Sets the jmxName value.

Parameters:
jmxName The jmxName to set.

Definition at line 83 of file ControllerName.java.

00084   {
00085     this.jmxName = jmxName;
00086   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:04:48 2005 for C-JDBC by  doxygen 1.3.9.1