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