app.quickstart.hello6
Class World

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

public class World
extends Actor

The World actor.

History:

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

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

World

public World()
Creates the World actor.

Method Detail

start

public void start(ActorName pan)
           throws CommunicationException
Prints "Hello World!" on the screen.

Throws:
CommunicationException

world

public void world()
Prints "World !" on the screen.