Node Director
|
Static Public Member Functions | |
static String | encodeEntry (DBObject dbo) |
Protected Member Functions | |
DBObject | decode (String record) |
String | encode (DBObject dbo) throws DirectorException |
Protected Member Functions inherited from sfi.director.repository.ProtocolsFile | |
String | readRecord (BufferedReader in) throws Exception |
DBObject | decode (String record, String attrName, String objectclass) |
Protected Member Functions inherited from sfi.director.repository.FileDB | |
void | finalize () |
DBAccessor | readNext (BufferedReader in, Filter expr) |
void | open_append () throws DirectorException |
int | eatspace (String s, int idx) |
int | backeatspace (String s, int idx) |
String | readRecord_line (BufferedReader file) throws Exception |
String | readRecord_freeline (BufferedReader file) throws Exception |
String | readRecord_freemultiline (BufferedReader file) throws Exception |
String | readRecord_separator (BufferedReader file, String separator) throws Exception |
String | readRecord_separator (BufferedReader file, String separator, String comment) throws Exception |
String | readRecord_startSeparator (BufferedReader file, String separator) throws Exception |
String | file (DBObject dbo) throws DirectorException |
Additional Inherited Members | |
Public Member Functions inherited from sfi.director.repository.ProtocolsFile | |
ProtocolsFile () | |
ProtocolsFile (String url) | |
Static Public Attributes inherited from sfi.director.repository.DBConnection | |
static final String | SEARCH_BASEDN = "BaseDN" |
used in conjunction with the search() method to set the base DN of the subtree we are about to search (option) | |
static final String | SEARCH_NOSUB = "Sub" |
static final String | SEARCH_WITHSTRUCT = "WithStruct" |
static final String | SEARCH_SORT = "Sort" |
static final String | SEARCH_SCHEMA = "Schema" |
Static Protected Member Functions inherited from sfi.director.repository.ProtocolsFile | |
static String | encodeEntry (DBObject dbo, String attrName, String objectclass) |
Protected Attributes inherited from sfi.director.repository.FileDB | |
RemoteFile | file = null |
OutputStream | out = null |
|
protected |
Reimplemented from sfi.director.repository.ProtocolsFile.
|
protected |
Reimplemented from sfi.director.repository.ProtocolsFile.
References sfi.director.repository.NetworksFile.encodeEntry().
|
static |
Reimplemented from sfi.director.repository.ProtocolsFile.
Referenced by sfi.director.repository.NetworksFile.encode().