public class VersionLink
extends java.lang.Object
| Constructor and Description |
|---|
VersionLink(ObjectLayout stubLayout,
ObjectLayout hostLayout,
int channel,
long evolutionResponse) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannel() |
long |
getEvolutionResponse() |
ObjectLayout |
getHostLayout() |
ObjectLayout |
getStubLayout() |
void |
setChannel(int channel) |
void |
setEvolutionResponse(long evolutionResponse) |
void |
setHostLayout(ObjectLayout hostLayout) |
void |
setStubLayout(ObjectLayout stubLayout) |
public VersionLink(ObjectLayout stubLayout, ObjectLayout hostLayout, int channel, long evolutionResponse)
public int getChannel()
public void setChannel(int channel)
channel - the channel to setpublic long getEvolutionResponse()
public void setEvolutionResponse(long evolutionResponse)
evolutionResponse - the evolutionResponse to setpublic ObjectLayout getHostLayout()
public void setHostLayout(ObjectLayout hostLayout)
hostLayout - the hostLayout to setpublic ObjectLayout getStubLayout()
public void setStubLayout(ObjectLayout stubLayout)
stubLayout - the stubLayout to set