public interface Extent extends 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.
|
Stack<Participant> |
getParticipants() |
Map<String,Integer> |
getRemoteParticipants() |
Map<String,Integer> getRemoteParticipants()
void add(Extent extent) throws IllegalStateException, SysException
extent - The extent to add.IllegalStateException - If no longer allowed.SysExceptionvoid add(Participant participant, int count) throws 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.IllegalStateException - If no longer allowed.SysExceptionStack<Participant> getParticipants()
Copyright © 2016. All Rights Reserved.