|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ontobox.box.base.BaseBox
public abstract class BaseBox
Field Summary |
---|
Fields inherited from interface org.ontobox.box.Box |
---|
DMAP_TYPE, LEGACY_NAME, MAX_CARD, MIN_CARD, ONTOBOX_URI |
Constructor Summary | |
---|---|
BaseBox()
|
Method Summary | ||
---|---|---|
|
client(BoxClient<T> client)
Run ontobox client |
|
|
clientRO(BoxClient<T> client)
Run read-only ontobox client |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ontobox.box.Box |
---|
close, getListenerManager, work, workAutocommit, workRO |
Constructor Detail |
---|
public BaseBox()
Method Detail |
---|
public <T> T client(BoxClient<T> client)
Box
client
in interface Box
T
- return typeclient
- client
public <T> T clientRO(BoxClient<T> client)
Box
clientRO
in interface Box
T
- return typeclient
- client
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |