public abstract class Vote<T> extends Object
Constructor and Description |
---|
Vote() |
Modifier and Type | Method and Description |
---|---|
abstract void |
decode(ActiveMQBuffer buff) |
abstract void |
encode(ActiveMQBuffer buff) |
abstract T |
getVote()
return the vote
|
Map<String,Object> |
getVoteMap() |
abstract boolean |
isRequestServerVote() |
public abstract void encode(ActiveMQBuffer buff)
public abstract void decode(ActiveMQBuffer buff)
public abstract boolean isRequestServerVote()
public abstract T getVote()
Copyright © 2019 JBoss by Red Hat. All rights reserved.