Uses of Interface
org.semispace.SemiSpaceInterface
Packages that use SemiSpaceInterface
-
Uses of SemiSpaceInterface in org.semispace
Classes in org.semispace that implement SemiSpaceInterfaceModifier and TypeClassDescriptionclassA tuple space implementation which can be distributed with terracotta.Methods in org.semispace that return SemiSpaceInterface -
Uses of SemiSpaceInterface in org.semispace.actor
Methods in org.semispace.actor with parameters of type SemiSpaceInterfaceModifier and TypeMethodDescriptionfinal voidActor.register(SemiSpaceInterface registerWith) Register with the space with a very long long actor life.final voidActor.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 SemiSpaceInterfaceModifierConstructorDescriptionActorNotification(Actor actor, SemiSpaceInterface space, Object template, boolean toTake) -
Uses of SemiSpaceInterface in org.semispace.admin
Methods in org.semispace.admin that return SemiSpaceInterfaceConstructors in org.semispace.admin with parameters of type SemiSpaceInterfaceModifierConstructorDescriptionSemiSpaceAdmin(SemiSpaceInterface terraSpace, SemiSpaceSerializer serializer)