void |
ServerInterface.applySession(java.lang.StringBuffer session) |
void |
SocketServerInterface.applySession(java.lang.StringBuffer session) |
void |
ServerInterface.checkTopics(TopicMap tm) |
void |
SocketServerInterface.checkTopics(TopicMap tm) |
boolean |
ServerInterface.cipher() |
boolean |
SocketServerInterface.cipher() |
void |
ServerInterface.clearCache() |
boolean |
ServerInterface.clearTopicMap() |
boolean |
SocketServerInterface.clearTopicMap() |
void |
ServerInterface.close() |
void |
SocketServerInterface.close() |
void |
ServerInterface.commit(boolean force) |
void |
SocketServerInterface.commit(boolean force) |
java.lang.String |
ServerInterface.customCommand(java.lang.String command) |
java.lang.String |
SocketServerInterface.customCommand(java.lang.String command) |
boolean |
ServerInterface.delete(java.lang.String filename) |
boolean |
SocketServerInterface.delete(java.lang.String filename) |
private Topic |
SocketServerInterface.fetchTopic(java.lang.String topicSI) |
private Topic[] |
SocketServerInterface.fetchTopics(java.lang.String[] topicSIs) |
private Topic[] |
SocketServerInterface.fetchTopicsOfType(java.lang.String typeSI) |
boolean |
ServerInterface.fileExists(java.lang.String file) |
boolean |
SocketServerInterface.fileExists(java.lang.String file) |
Topic |
ServerInterface.getTopic(java.lang.String topicSI) |
Topic |
SocketServerInterface.getTopic(java.lang.String topicSI) |
Topic |
ServerInterface.getTopicByName(java.lang.String name) |
Topic |
SocketServerInterface.getTopicByName(java.lang.String name) |
Topic[] |
ServerInterface.getTopics(java.lang.String[] topicSIs) |
Topic[] |
SocketServerInterface.getTopics(java.lang.String[] topicSIs) |
Topic[] |
ServerInterface.getTopicsOfType(java.lang.String typeSI) |
Topic[] |
SocketServerInterface.getTopicsOfType(java.lang.String typeSI) |
boolean |
ServerInterface.gzip() |
boolean |
SocketServerInterface.gzip() |
boolean |
ServerInterface.isUncommitted() |
java.lang.String[] |
ServerInterface.listDirectories(java.lang.String dir) |
java.lang.String[] |
SocketServerInterface.listDirectories(java.lang.String dir) |
java.lang.String[] |
ServerInterface.listFiles(java.lang.String dir) |
java.lang.String[] |
SocketServerInterface.listFiles(java.lang.String dir) |
boolean |
ServerInterface.login(java.lang.String user,
java.lang.String password) |
boolean |
SocketServerInterface.login(java.lang.String user,
java.lang.String password) |
void |
ServerInterface.mergeIn(TopicMap tm) |
void |
SocketServerInterface.mergeIn(TopicMap tm) |
boolean |
ServerInterface.needLogin() |
boolean |
ServerInterface.openTopicMap(java.lang.String key) |
boolean |
SocketServerInterface.openTopicMap(java.lang.String key) |
boolean |
SocketServerInterface.ping() |
void |
ServerInterface.removeAssociation(Association a) |
void |
SocketServerInterface.removeAssociation(Association a) |
void |
ServerInterface.removeBaseName(Topic t) |
void |
SocketServerInterface.removeBaseName(Topic t) |
void |
ServerInterface.removeData(Topic t,
Topic type,
Topic version) |
void |
SocketServerInterface.removeData(Topic t,
Topic type,
Topic version) |
void |
ServerInterface.removeSubjectIdentifier(Topic t,
Locator l) |
void |
SocketServerInterface.removeSubjectIdentifier(Topic t,
Locator l) |
void |
ServerInterface.removeSubjectLocator(Topic t) |
void |
SocketServerInterface.removeSubjectLocator(Topic t) |
void |
ServerInterface.removeTopic(Topic t) |
void |
SocketServerInterface.removeTopic(Topic t) |
void |
ServerInterface.removeTopicType(Topic t,
Topic type) |
void |
SocketServerInterface.removeTopicType(Topic t,
Topic type) |
void |
ServerInterface.removeVariantName(Topic t,
java.util.Collection scope) |
void |
SocketServerInterface.removeVariantName(Topic t,
java.util.Collection scope) |
void |
ServerInterface.rollback() |
void |
SocketServerInterface.rollback() |
java.lang.String[] |
ServerInterface.search(java.lang.String query) |
java.lang.String[] |
SocketServerInterface.search(java.lang.String query) |
java.lang.String |
SocketServerInterface.upload(java.io.InputStream in,
java.lang.String filename,
long length) |
java.lang.String |
ServerInterface.upload(java.io.InputStream in,
java.lang.String filename,
long length,
boolean overwrite) |
java.lang.String |
SocketServerInterface.upload(java.io.InputStream in,
java.lang.String filename,
long length,
boolean overwrite) |
void |
ServerInterface.writelog(java.lang.String lvl,
java.lang.String msg) |
void |
SocketServerInterface.writelog(java.lang.String lvl,
java.lang.String msg) |
boolean |
ServerInterface.writeTopicMapTo(java.io.OutputStream out) |
boolean |
SocketServerInterface.writeTopicMapTo(java.io.OutputStream tmout) |