Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.replication.protocol
Class ReplicationMessage
All Implemented Interfaces:
       Serializable
Direct Known Subclasses:
       Active, FailOver, IsActive, ReplicationOffer, ReplicationRequest, ReplicationResponse, ReplicationStart, ReplicationStartResponse, ReplicationStop, ReplicationTransfer, ServiceLookup, ServiceLookupResponse

public abstract class ReplicationMessage      
Abstract.
Implements:
Serializable
 
 

Field Summary
InetAddress
int
private transient InetAddress
private int
Method Summary
public byte[]
public InetAddress
public int
public void
setInetAddress(InetAddress inetAddress)
public void
setSourceId(Integer sourceId)
Field Detail
inetAddress
InetAddress inetAddress
 

inetAddress
private transient InetAddress inetAddress
Multiplicity:
1
Transient:
true
 

sourceId
int sourceId
 

sourceId
private int sourceId
Multiplicity:
1
 
Method Detail
getBytes
public byte[] getBytes ()
 
 

getInetAddress
public InetAddress getInetAddress ()
 
Return:
Returns the inetAddress.
 

getSourceId
public int getSourceId ()
 
Return:
Returns the sourceId.
 

setInetAddress
public void setInetAddress (InetAddress inetAddress)
 
Parameters:
inetAddress The inetAddress to set.
 

setSourceId
public void setSourceId (Integer sourceId)
 
Parameters:
sourceId The sourceId to set.
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD