|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAspect | |
---|---|
org.xvsm.core.aspect | |
org.xvsm.core.notifications | |
org.xvsm.interfaces.container | |
org.xvsm.internal | |
org.xvsm.internal.tasks | |
org.xvsm.lookup | |
org.xvsm.remote.freepastry |
Uses of IAspect in org.xvsm.core.aspect |
---|
Subclasses of IAspect in org.xvsm.core.aspect | |
---|---|
class |
GlobalAspect
|
class |
LocalAspect
|
Methods in org.xvsm.core.aspect that return IAspect | |
---|---|
IAspect |
AspectContext.getAspect()
Get the aspect of this AspectContext. |
Methods in org.xvsm.core.aspect with parameters of type IAspect | |
---|---|
void |
AspectContext.setAspect(IAspect aspect)
Set the aspect of this AspectContext. |
Constructors in org.xvsm.core.aspect with parameters of type IAspect | |
---|---|
AspectContext(IPoint p,
java.util.List<IPoint> ipoints,
IAspect aspect,
java.util.Properties contextProperties)
Creates a new AbstractAspect. |
Uses of IAspect in org.xvsm.core.notifications |
---|
Subclasses of IAspect in org.xvsm.core.notifications | |
---|---|
class |
NotificationAspect
|
Uses of IAspect in org.xvsm.interfaces.container |
---|
Methods in org.xvsm.interfaces.container with parameters of type IAspect | |
---|---|
java.lang.String |
IContainer.addAspects(java.util.List<IPoint> p,
IAspect aspect,
java.util.Properties aspectProperties)
Adds an Aspect to the Container. |
java.lang.String |
ITransactionLayer.addAspects(java.util.List<IPoint> p,
IAspect aspect,
java.util.Properties aspectProperties)
Adds an Aspect to the Container. |
Uses of IAspect in org.xvsm.internal |
---|
Methods in org.xvsm.internal with parameters of type IAspect | |
---|---|
java.lang.String |
AspectManager.addAspect(IPoint p,
IAspect aspect)
Adds a new Aspect. |
static java.lang.String |
GlobalAspectManager.addAspect(IPoint p,
IAspect aspect)
Adds a new Aspect. |
java.lang.String |
TransactionLayer.addAspects(java.util.List<IPoint> points,
IAspect aspect,
java.util.Properties aspectContext)
Adds an Aspect to the Container. |
java.lang.String |
BlockingLayer.addAspects(java.util.List<IPoint> points,
IAspect aspect,
java.util.Properties aspectContext)
Adds an Aspect to the Container. |
Uses of IAspect in org.xvsm.internal.tasks |
---|
Methods in org.xvsm.internal.tasks that return IAspect | |
---|---|
IAspect |
AspectTask.getAspect()
|
Constructors in org.xvsm.internal.tasks with parameters of type IAspect | |
---|---|
AspectTask(AspectTaskType type,
ContainerRef cref,
IAspect aspect,
java.util.List<IPoint> points)
The constructor for local aspects. |
|
AspectTask(AspectTaskType type,
IAspect aspect,
java.util.List<IPoint> points)
The constructor for global aspects. |
Uses of IAspect in org.xvsm.lookup |
---|
Subclasses of IAspect in org.xvsm.lookup | |
---|---|
class |
LookupAspect
The purpose of this class is to unpublish a container before it gets destroyed |
Uses of IAspect in org.xvsm.remote.freepastry |
---|
Subclasses of IAspect in org.xvsm.remote.freepastry | |
---|---|
class |
MyAspect
Aspect, which writes the values of a write operation into the replicas, before they are written into the container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |