Constructor and Description |
---|
Disposition() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getBatchable() |
UnsignedInteger |
getFirst() |
UnsignedInteger |
getLast() |
ByteBuffer |
getPayload() |
Role |
getRole() |
Boolean |
getSettled() |
DeliveryState |
getState() |
void |
invoke(short channel,
ConnectionEndpoint conn) |
void |
setBatchable(Boolean batchable) |
void |
setFirst(UnsignedInteger first) |
void |
setLast(UnsignedInteger last) |
void |
setPayload(ByteBuffer payload) |
void |
setRole(Role role) |
void |
setSettled(Boolean settled) |
void |
setState(DeliveryState state) |
String |
toString() |
public Role getRole()
public void setRole(Role role)
public UnsignedInteger getFirst()
public void setFirst(UnsignedInteger first)
public UnsignedInteger getLast()
public void setLast(UnsignedInteger last)
public Boolean getSettled()
public void setSettled(Boolean settled)
public DeliveryState getState()
public void setState(DeliveryState state)
public Boolean getBatchable()
public void setBatchable(Boolean batchable)
public void invoke(short channel, ConnectionEndpoint conn)
public void setPayload(ByteBuffer payload)
public ByteBuffer getPayload()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.