app.quickstart.hello5
Class Hello

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

public class Hello
extends Actor

The Hello actor.

History:

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

Field Summary
 
Fields inherited from class aa.core.Actor
m_athread
 
Constructor Summary
Hello()
          Creates the Hello actor.
 
Method Summary
 void hello()
          Prints "Hello" on the screen
 
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
 

Constructor Detail

Hello

public Hello()
Creates the Hello actor.

Method Detail

hello

public void hello()
Prints "Hello" on the screen