|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.db.ReplicationHostAddress
public class ReplicationHostAddress
| Field Summary | |
|---|---|
int |
eid
|
java.lang.String |
host
|
boolean |
isPeer
|
int |
port
|
| Constructor Summary | |
|---|---|
ReplicationHostAddress()
|
|
ReplicationHostAddress(java.lang.String host,
int port)
|
|
ReplicationHostAddress(java.lang.String host,
int port,
boolean isPeer)
|
|
ReplicationHostAddress(java.lang.String host,
int port,
boolean isPeer,
boolean isConnected)
|
|
| Method Summary | |
|---|---|
boolean |
isConnected()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int port
public java.lang.String host
public int eid
public boolean isPeer
| Constructor Detail |
|---|
public ReplicationHostAddress()
public ReplicationHostAddress(java.lang.String host,
int port)
public ReplicationHostAddress(java.lang.String host,
int port,
boolean isPeer)
public ReplicationHostAddress(java.lang.String host,
int port,
boolean isPeer,
boolean isConnected)
| Method Detail |
|---|
public boolean isConnected()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||