groovyx.gpars.actor
Class Actor.RemoteActor.TerminateActorMsg

java.lang.Object
  extended by groovyx.gpars.serial.SerialMsg
      extended by groovyx.gpars.actor.Actor.RemoteActor.TerminateActorMsg
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Actor.RemoteActor

public static class Actor.RemoteActor.TerminateActorMsg
extends SerialMsg

See Also:
Serialized Form

Field Summary
private  Actor actor
           
private static long serialVersionUID
           
 
Fields inherited from class groovyx.gpars.serial.SerialMsg
hostId
 
Constructor Summary
Actor.RemoteActor.TerminateActorMsg(Actor.RemoteActor remoteActor)
           
 
Method Summary
 void execute(RemoteConnection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actor

private final Actor actor

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Actor.RemoteActor.TerminateActorMsg

public Actor.RemoteActor.TerminateActorMsg(Actor.RemoteActor remoteActor)
Method Detail

execute

public void execute(RemoteConnection conn)
Overrides:
execute in class SerialMsg

Copyright © 2008–2010 Václav Pech. All Rights Reserved.