Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.replication.protocol
Class ReplicationResponse
com.newstep.solid.replication.protocol.ReplicationMessage
  |
  +--com.newstep.solid.replication.protocol.ReplicationResponse
All Implemented Interfaces:
       Serializable

public class ReplicationResponse      
 
Links:
Generalization Generalization Link
to Class ReplicationMessage
 
 

Field Summary
int
long
String
long
int
int
int
String
private int
private int
private long
private int
private String
private long
private int
private final static long
private String
Method Summary
public int
public int
public long
public int
public String
public long
public int
public String
public void
setCpuLoad(Integer cpuLoad)
public void
setCurrentLoad(Integer currentLoad)
public void
setReplicantId(Long replicantId)
public void
setReplicatorId(Integer replicatorId)
public void
setReplicatorName(String replicatorName)
public void
setRequestingReplicantId(Long requestingReplicantId)
public void
setRequestingReplicatorId(Integer requestingReplicatorId)
public void
setServiceName(String serviceName)
Field Detail
cpuLoad
private int cpuLoad
Multiplicity:
1
 

cpuLoad
int cpuLoad
 

currentLoad
private int currentLoad
Multiplicity:
1
 

currentLoad
int currentLoad
 

replicantId
private long replicantId
Multiplicity:
1
 

replicantId
long replicantId
 

replicatorId
int replicatorId
 

replicatorId
private int replicatorId
Multiplicity:
1
 

replicatorName
String replicatorName
 

replicatorName
private String replicatorName
Multiplicity:
1
 

requestingReplicantId
private long requestingReplicantId
Multiplicity:
1
 

requestingReplicantId
long requestingReplicantId
 

requestingReplicatorId
int requestingReplicatorId
 

requestingReplicatorId
private int requestingReplicatorId
Multiplicity:
1
 

serialVersionUID
private final static long serialVersionUID
The generated serialization version id
Final.
Multiplicity:
1
Static.
 

serviceName
private String serviceName
Multiplicity:
1
 

serviceName
String serviceName
 
Method Detail
getCpuLoad
public int getCpuLoad ()
 
Return:
Returns the cpuLoad.
 

getCurrentLoad
public int getCurrentLoad ()
 
Return:
Returns the currentLoad.
 

getReplicantId
public long getReplicantId ()
 
 

getReplicatorId
public int getReplicatorId ()
 
Return:
Returns the replicatorId.
 

getReplicatorName
public String getReplicatorName ()
 
 

getRequestingReplicantId
public long getRequestingReplicantId ()
 
 

getRequestingReplicatorId
public int getRequestingReplicatorId ()
 
 

getServiceName
public String getServiceName ()
 
Return:
Returns the serviceName.
 

setCpuLoad
public void setCpuLoad (Integer cpuLoad)
 
Parameters:
cpuLoad The cpuLoad to set.
 

setCurrentLoad
public void setCurrentLoad (Integer currentLoad)
 
Parameters:
currentLoad The currentLoad to set.
 

setReplicantId
public void setReplicantId (Long replicantId)
 
 

setReplicatorId
public void setReplicatorId (Integer replicatorId)
 
Parameters:
replicatorId The replicatorId to set.
 

setReplicatorName
public void setReplicatorName (String replicatorName)
 
 

setRequestingReplicantId
public void setRequestingReplicantId (Long requestingReplicantId)
 
 

setRequestingReplicatorId
public void setRequestingReplicatorId (Integer requestingReplicatorId)
 
 

setServiceName
public void setServiceName (String serviceName)
 
Parameters:
serviceName The serviceName to set.
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD