app.quickstart.hello
Class Hello

java.lang.Object
  extended byaa.core.Actor
      extended byapp.quickstart.hello.Hello
All Implemented Interfaces:
java.io.Serializable

public class Hello
extends Actor

The Hello actor.

History:

Version:
$Date: 2008/01/01 00:23:49 $ $Revision: 1.1 $
Author:
Myeong-Wuk Jang
See Also:
Serialized Form

Field Summary
private  ActorName m_anWorld
           
 
Fields inherited from class aa.core.Actor
m_athread
 
Constructor Summary
Hello()
          Creates the Hello actor.
 
Method Summary
 void test()
          Do test 1.
 void test2()
          Do test 2.
 
Methods inherited from class aa.core.Actor
become, become, become, become, become, become, become, become, become, become, become, becomeActor, call, call, call, call, call, call, call, call, call, call, call, callMessage, create, create, create, create, create, create, create, create, create, create, create, createActor, createRemote, createRemote, createRemote, createRemote, createRemote, createRemote, createRemote, createRemote, createRemote, createRemote, createRemote, createRemoteActor, destroy, echo, getActorName, getDefaultDirectoryManager, getDefaultDirectoryManager, getLastErrorMessage, migrate, print, printLastErrorMessage, println, send, send, send, send, send, send, send, send, send, send, send, sendMessage, setErrorMessage, uninit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_anWorld

private ActorName m_anWorld
Constructor Detail

Hello

public Hello()
Creates the Hello actor.

Method Detail

test

public void test()
Do test 1.


test2

public void test2()
Do test 2.