クラス DummyServer

java.lang.Object
  上位を拡張 DummyServer

public class DummyServer
extends java.lang.Object


コンストラクタの概要
DummyServer(org.util.xml.io.XMLConfigManager config)
           
 
メソッドの概要
static void alert(java.lang.Object message)
           
 org.util.xml.element.TagElement createFirstMessage()
           
 org.util.xml.element.TagElement createResponseMessage(boolean success)
           
 void init()
           
 void init(org.util.xml.io.XMLConfigManager config)
           
 void initSocket()
           
static void main(java.lang.String[] args)
           
 java.lang.String receive()
           
 void send(java.lang.String message)
           
 void send(org.util.xml.element.TagElement tag)
           
 void start()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DummyServer

public DummyServer(org.util.xml.io.XMLConfigManager config)
            throws java.lang.Exception
例外:
java.lang.Exception
メソッドの詳細

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
例外:
java.lang.Exception

init

public void init(org.util.xml.io.XMLConfigManager config)
          throws java.lang.Exception
例外:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
例外:
java.lang.Exception

init

public void init()
          throws java.lang.Exception
例外:
java.lang.Exception

createFirstMessage

public org.util.xml.element.TagElement createFirstMessage()
                                                   throws java.lang.Exception
例外:
java.lang.Exception

initSocket

public void initSocket()
                throws java.lang.Exception
例外:
java.lang.Exception

send

public void send(org.util.xml.element.TagElement tag)
          throws java.lang.Exception
例外:
java.lang.Exception

send

public void send(java.lang.String message)
          throws java.lang.Exception
例外:
java.lang.Exception

createResponseMessage

public org.util.xml.element.TagElement createResponseMessage(boolean success)
                                                      throws java.lang.Exception
例外:
java.lang.Exception

receive

public java.lang.String receive()
                         throws java.lang.Exception
例外:
java.lang.Exception

alert

public static void alert(java.lang.Object message)