public class CreatePublicationImageCmd extends java.lang.Object implements DriverConductorCmd
| Constructor and Description |
|---|
CreatePublicationImageCmd(int sessionId,
int streamId,
int initialTermId,
int activeTermId,
int termOffset,
int termLength,
int senderMtuLength,
java.net.InetSocketAddress controlAddress,
java.net.InetSocketAddress srcAddress,
ReceiveChannelEndpoint channelEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
ReceiveChannelEndpoint |
channelEndpoint() |
void |
execute(DriverConductor conductor) |
int |
sessionId() |
int |
streamId() |
int |
termId() |
public CreatePublicationImageCmd(int sessionId,
int streamId,
int initialTermId,
int activeTermId,
int termOffset,
int termLength,
int senderMtuLength,
java.net.InetSocketAddress controlAddress,
java.net.InetSocketAddress srcAddress,
ReceiveChannelEndpoint channelEndpoint)
public void execute(DriverConductor conductor)
execute in interface DriverConductorCmdpublic ReceiveChannelEndpoint channelEndpoint()
public int streamId()
public int sessionId()
public int termId()
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.