public interface Extent
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
add(Extent extent)
Merges another extent into this one.
|
void |
add(Participant participant,
int count)
Adds a participant to the extent.
|
java.util.Stack<Participant> |
getParticipants() |
java.util.Map<java.lang.String,java.lang.Integer> |
getRemoteParticipants() |
java.util.Map<java.lang.String,java.lang.Integer> getRemoteParticipants()
void add(Extent extent) throws java.lang.IllegalStateException, SysException
extent - The extent to add.java.lang.IllegalStateException - If no longer allowed.SysExceptionvoid add(Participant participant, int count) throws java.lang.IllegalStateException, SysException
participant - This instance will
be added to the indirect as well as to the direct participant set.count - The number of invocations detected by the adding client.java.lang.IllegalStateException - If no longer allowed.SysExceptionjava.util.Stack<Participant> getParticipants()
Copyright © 2018. All Rights Reserved.