クラス org.objectweb.cjdbc.console.text.commands.controller.Bind

org.objectweb.cjdbc.console.text.commands.controller.Bindに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.console.text.commands.controller.Bindのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

This class defines a Bind

作者:
Nicolas Modrzyk
バージョン:
1.0

Bind.java38 行で定義されています。

Public メソッド

 Bind (AbstractConsoleModule module)
void parse (String commandText) throws Exception
String getCommandName ()
String getCommandDescription ()


コンストラクタとデストラクタ

org.objectweb.cjdbc.console.text.commands.controller.Bind.Bind AbstractConsoleModule  module  ) 
 

Creates a new Bind.java object

引数:
module the command is attached to
Bind.java46 行で定義されています。
00047 { 00048 super(module); 00049 }


メソッド

String org.objectweb.cjdbc.console.text.commands.controller.Bind.getCommandDescription  )  [virtual]
 

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandDescription()

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

Bind.java90 行で定義されています。

00091 { 00092 return ConsoleTranslate.get("controller.command.bind"); 00093 }

String org.objectweb.cjdbc.console.text.commands.controller.Bind.getCommandName  )  [virtual]
 

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandName()

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

Bind.java82 行で定義されています。

00083 { 00084 return "bind"; 00085 }

void org.objectweb.cjdbc.console.text.commands.controller.Bind.parse String  commandText  )  throws Exception [virtual]
 

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.parse(java.lang.String)

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

Bind.java54 行で定義されています。

参照先 org.objectweb.cjdbc.console.jmx.RmiJmxClient.connect(), org.objectweb.cjdbc.console.jmx.RmiJmxClient.getCredentials(), org.objectweb.cjdbc.console.text.Console.println(), と org.objectweb.cjdbc.console.text.Console.readLine().

00055 { 00056 String thost = null; 00057 try 00058 { 00059 thost = console.readLine(ConsoleTranslate 00060 .get("controller.command.bind.input.hostname")); 00061 if (thost == null) 00062 return; 00063 00064 String port = console.readLine(ConsoleTranslate 00065 .get("controller.command.bind.input.jmxport")); 00066 if (port == null) 00067 return; 00068 jmxClient.connect(port,thost, jmxClient.getCredentials()); 00069 console.println(ConsoleTranslate.get("controller.command.bind.success", 00070 thost)); 00071 } 00072 catch (Exception e) 00073 { 00074 throw new ConsoleException(ConsoleTranslate.get( 00075 "controller.command.bind.failed", thost)); 00076 } 00077 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:26 2004に生成されました。 doxygen 1.3.8