|
||||||||||
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. |
Stack |
getParticipants()
|
Hashtable |
getRemoteParticipants()
|
Method Detail |
---|
Hashtable getRemoteParticipants()
void add(Extent extent) throws IllegalStateException, SysException
extent
- The extent to add.
IllegalStateException
- If no longer allowed.
SysException
void 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.
SysException
Stack getParticipants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |