net.captp.tables
Class QuestionsTable

java.lang.Object
  |
  +--net.captp.tables.CommTable
        |
        +--net.captp.tables.QuestionsTable

public class QuestionsTable
extends CommTable

Untamed:


Field Summary
 
Fields inherited from class net.captp.tables.CommTable
myCapacity, myStuff
 
Constructor Summary
QuestionsTable()
          Enabled:
 
Method Summary
 Ref getProxy(int index)
          Enabled:
 ProxyResolver getProxyResolver(int index)
          Enabled:
 ProxyHandler optHandler(int index)
          Enabled:
 void smash(Throwable problem)
          Enabled:
 
Methods inherited from class net.captp.tables.CommTable
__printOn, bind, decr, free, 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
 

Constructor Detail

QuestionsTable

public QuestionsTable()
Enabled:

Method Detail

smash

public void smash(Throwable problem)
Enabled:

Overrides:
smash in class CommTable

getProxyResolver

public ProxyResolver getProxyResolver(int index)
Enabled:


getProxy

public Ref getProxy(int index)
Enabled:


optHandler

public ProxyHandler optHandler(int index)
Enabled:



comments?