|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.captp.tables.CommTable | +--net.captp.tables.ExportsTable
Untamed:
Field Summary | |
private IntTable |
myPBPMap
Gets the index for a near export. |
Fields inherited from class net.captp.tables.CommTable |
myCapacity, myStuff |
Constructor Summary | |
ExportsTable()
Enabled: |
Method Summary | |
void |
free(int index)
Enabled: Frees the index, including its entry, if any, in the pbp map. |
int |
indexFor(Object obj)
Enabled: |
int |
newFarPos(Object pbp)
Enabled: Allocates and returns the index of a newly exported local PassByProxy object. |
void |
smash(Throwable problem)
Enabled: |
Methods inherited from class net.captp.tables.CommTable |
__printOn, bind, decr, get, incr, isFree, mustBeAlloced, mustBeFree, put, put, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private IntTable myPBPMap
Constructor Detail |
public ExportsTable()
Method Detail |
public void smash(Throwable problem)
smash
in class CommTable
public void free(int index)
free
in class CommTable
public int indexFor(Object obj)
public int newFarPos(Object pbp)
pbp
- The local PassByProxy object to be exported
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |