cnrg.itx.ds
Class CStub

java.lang.Object
  |
  +--cnrg.itx.ds.CStub

public class CStub
extends java.lang.Object

This class is an inteface to the java native methods talking to the directory server. NOTE: User should not directly call any mehtods of this class.


Constructor Summary
CStub()
           
 
Method Summary
 void addRecord(byte[] key, byte[] rec)
           
 void deleteRecord(byte[] key, byte[] rec)
           
 ArrayRecords getRecord(byte[] key)
           
 void setConfigPath(byte[] filepath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CStub

public CStub()
Method Detail

setConfigPath

public void setConfigPath(byte[] filepath)

getRecord

public ArrayRecords getRecord(byte[] key)

deleteRecord

public void deleteRecord(byte[] key,
                         byte[] rec)

addRecord

public void addRecord(byte[] key,
                      byte[] rec)