Uses of Interface
org.semispace.SemiSpaceInterface

Packages that use SemiSpaceInterface
org.semispace   
org.semispace.actor   
org.semispace.admin   
 

Uses of SemiSpaceInterface in org.semispace
 

Classes in org.semispace that implement SemiSpaceInterface
 class SemiSpace
          A tuple space implementation which can be distributed with terracotta.
 

Methods in org.semispace that return SemiSpaceInterface
static SemiSpaceInterface SemiSpace.retrieveSpace()
           
 

Uses of SemiSpaceInterface in org.semispace.actor
 

Methods in org.semispace.actor with parameters of type SemiSpaceInterface
 void Actor.register(SemiSpaceInterface registerWith)
          Register with the space with a very long long actor life.
 void Actor.register(SemiSpaceInterface registerWith, long actorLifeMs)
          You must register with a space in order to activate the actor.
 

Constructors in org.semispace.actor with parameters of type SemiSpaceInterface
ActorNotification(Actor actor, SemiSpaceInterface space, Object template, boolean toTake)
           
 

Uses of SemiSpaceInterface in org.semispace.admin
 

Methods in org.semispace.admin that return SemiSpaceInterface
protected  SemiSpaceInterface SemiSpaceAdmin.getSpace()
           
 

Constructors in org.semispace.admin with parameters of type SemiSpaceInterface
SemiSpaceAdmin(SemiSpaceInterface terraSpace)
           
 



Copyright © 2008-2012. All Rights Reserved.