org.semispace.actor
Class ActorManifest

java.lang.Object
  extended by org.semispace.actor.ActorManifest

public class ActorManifest
extends Object

The manifest is used when an object is sent without having a clear destination.


Constructor Summary
ActorManifest(long id)
           
ActorManifest(Long holderId, Long originatorId)
           
 
Method Summary
 Long getHolderId()
           
 Long getOriginatorId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorManifest

public ActorManifest(Long holderId,
                     Long originatorId)

ActorManifest

public ActorManifest(long id)
Method Detail

getHolderId

public Long getHolderId()

getOriginatorId

public Long getOriginatorId()


Copyright © 2008-2012. All Rights Reserved.