|
||||||||||
| 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 andindirectly invoked servers, and the orphan detection information for those. This interface is a system interface; it should not be handled by application level code.
| Method Summary | |
|---|---|
void |
add(Extent extent)
Add another extent to the current extent. |
void |
add(Participant participant,
int count)
Add a participant to the extent. |
Stack |
getParticipants()
Get the set of direct participants of this extent. |
Hashtable |
getRemoteParticipants()
Get the remote participants indirectly invoked. |
| Method Detail |
|---|
Hashtable getRemoteParticipants()
void add(Extent extent)
throws IllegalStateException,
SysException
extent - The extent to add.
IllegalStateException - If no longer allowed.
SysException - Unexpected error.
void add(Participant participant,
int count)
throws IllegalStateException,
SysException
participant - The participant to add. 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 - Unexpected error.Stack getParticipants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||