public class ExtentImp extends Object implements Extent
| Constructor and Description |
|---|
ExtentImp() |
ExtentImp(Map<String,Integer> map,
Stack<Participant> directs) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Extent extent) |
void |
add(Participant participant,
int count) |
void |
addRemoteParticipants(Map<String,Integer> participants) |
Stack<Participant> |
getParticipants() |
Map<String,Integer> |
getRemoteParticipants() |
public ExtentImp()
public ExtentImp(Map<String,Integer> map, Stack<Participant> directs)
public void addRemoteParticipants(Map<String,Integer> participants) throws IllegalStateException, SysException
IllegalStateExceptionSysExceptionpublic Map<String,Integer> getRemoteParticipants()
getRemoteParticipants in interface ExtentExtentpublic Stack<Participant> getParticipants()
getParticipants in interface ExtentExtentpublic void add(Participant participant, int count) throws SysException, IllegalStateException
add in interface ExtentSysExceptionIllegalStateExceptionExtentpublic void add(Extent extent) throws IllegalStateException, SysException
add in interface ExtentIllegalStateExceptionSysExceptionExtentCopyright © 2016. All Rights Reserved.