| Uses of Class |
| com.newstep.solid.replication.Replicant |
Packages that use com.newstep.solid.replication.Replicant |
|
|---|---|
| com.newstep.solid.replication | |
| com.newstep.solid.test.replication | |
Fields in com.newstep.solid.replication declared as com.newstep.solid.replication.Replicant |
|
|---|---|
Replicator.PendingRequest.replicant |
|
Replicated.ReplicationContext.replicant |
|
Constructors in com.newstep.solid.replication with parameters of type com.newstep.solid.replication.Replicant |
|
|---|---|
void |
Replicator.PendingRequest.PendingRequest(Replicant rep, ReplicationRequest req) |
Methods in com.newstep.solid.replication with parameters of type com.newstep.solid.replication.Replicant |
|
|---|---|
protected boolean |
ReplicationPeer.removeClientReplicant(Replicant replicant) |
protected boolean |
ReplicationPeer.removeServerReplicant(Replicant replicant) |
protected synchronized void |
ReplicationPeer.startReplication(Replicant replicant, Long clientReplicantId) |
private void |
Replicator.addPendingRequest(Replicant replicant) |
protected synchronized long |
Replicator.deregisterReplicant(Replicant replicant) |
protected void |
ReplicationPeer.addClientReplicant(Replicant replicant) |
public long |
ReplicationService.deregisterReplicant(Replicant replicant) |
private synchronized boolean |
|
protected synchronized long |
Replicator.registerReplicant(Replicant replicant) |
protected synchronized void |
|
public long |
ReplicationService.registerReplicant(Replicant replicant) |
public class |
|