クラス DummyServer
java.lang.Object
DummyServer
public class DummyServer
- extends java.lang.Object
コンストラクタの概要 |
DummyServer(org.util.xml.io.XMLConfigManager config)
|
クラス 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)