|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Extent
The extent carries the information about the 'size' of a propagation after it returns: the directly and indirectly invoked servers, and the orphan detection information for those. This interface is a system interface; it should not be handled by application level code (besides shipping it around).
| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
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.
SysException
void 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||