コード例 #1
0
  @Override
  protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    ConsumerId info = (ConsumerId) object;

    info.setConnectionId("ConnectionId:1");
    info.setSessionId(1);
    info.setValue(2);
  }
コード例 #2
0
/**