com.sleepycat.db.internal
Class DbSite

java.lang.Object
  extended by com.sleepycat.db.internal.DbSite

public class DbSite
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 ReplicationManagerSite wrapper
           
 
Constructor Summary
protected DbSite(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void close()
           
 ReplicationHostAddress get_address()
           
 boolean get_config(int which)
           
 int get_eid()
           
protected static long getCPtr(DbSite obj)
           
 void remove()
           
 void set_config(int which, boolean onoff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

wrapper

public ReplicationManagerSite wrapper
Constructor Detail

DbSite

protected DbSite(long cPtr,
                 boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(DbSite obj)

close

public void close()
           throws DatabaseException
Throws:
DatabaseException

remove

public void remove()
            throws DatabaseException
Throws:
DatabaseException

get_address

public ReplicationHostAddress get_address()
                                   throws DatabaseException
Throws:
DatabaseException

get_config

public boolean get_config(int which)
                   throws DatabaseException
Throws:
DatabaseException

get_eid

public int get_eid()
            throws DatabaseException
Throws:
DatabaseException

set_config

public void set_config(int which,
                       boolean onoff)
                throws DatabaseException
Throws:
DatabaseException