@Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   passwordPolicyRelId = objectInput.readLong();
   passwordPolicyId = objectInput.readLong();
   classNameId = objectInput.readLong();
   classPK = objectInput.readLong();
 }
Пример #2
0
  @Override
  public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
    iUniqueId = in.readLong();
    iInstructionalType = (String) in.readObject();
    iName = (String) in.readObject();

    int nrSections = in.readInt();
    iSections.clear();
    for (int i = 0; i < nrSections; i++) iSections.add(new XSection(in));

    iConfigId = in.readLong();
    iParentId = in.readLong();
    if (iParentId < 0) iParentId = null;

    iCreditAbbv = (String) in.readObject();
    iCreditText = (String) in.readObject();

    iAllowOverlap = in.readBoolean();

    int nrCredits = in.readInt();
    iCreditByCourse.clear();
    for (int i = 0; i < nrCredits; i++)
      iCreditByCourse.put(
          in.readLong(), new String[] {(String) in.readObject(), (String) in.readObject()});
  }
 public void readExternal(ObjectInput objectInput) throws IOException {
   uuid = objectInput.readUTF();
   pageId = objectInput.readLong();
   resourcePrimKey = objectInput.readLong();
   groupId = objectInput.readLong();
   companyId = objectInput.readLong();
   userId = objectInput.readLong();
   userName = objectInput.readUTF();
   createDate = objectInput.readLong();
   modifiedDate = objectInput.readLong();
   nodeId = objectInput.readLong();
   title = objectInput.readUTF();
   version = objectInput.readDouble();
   minorEdit = objectInput.readBoolean();
   content = objectInput.readUTF();
   summary = objectInput.readUTF();
   format = objectInput.readUTF();
   head = objectInput.readBoolean();
   parentTitle = objectInput.readUTF();
   redirectTitle = objectInput.readUTF();
   status = objectInput.readInt();
   statusByUserId = objectInput.readLong();
   statusByUserName = objectInput.readUTF();
   statusDate = objectInput.readLong();
 }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   shardId = objectInput.readLong();
   classNameId = objectInput.readLong();
   classPK = objectInput.readLong();
   name = objectInput.readUTF();
 }
Пример #5
0
  /**
   * Reads object from data input. Note we do not use externalizable interface to eliminate
   * marshaller.
   *
   * @param in Data input.
   * @throws IOException If read failed.
   */
  @Override
  public void readExternal(ObjectInput in) throws IOException {
    start = in.readLong();
    len = in.readLong();

    int size;

    if (in.readBoolean()) {
      size = in.readInt();

      nodeIds = new ArrayList<>(size);

      for (int i = 0; i < size; i++) nodeIds.add(U.readUuid(in));
    }

    size = in.readInt();

    names = new ArrayList<>(size);

    for (int i = 0; i < size; i++) names.add(in.readUTF());

    size = in.readInt();

    hosts = new ArrayList<>(size);

    for (int i = 0; i < size; i++) hosts.add(in.readUTF());
  }
 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
   super.readExternal(in);
   startMinDev = in.readLong();
   startMaxDev = in.readLong();
   endMinDev = in.readLong();
   endMaxDev = in.readLong();
 }
  @Override
  public void readExternal(ObjectInput objectInput) throws IOException {
    mvccVersion = objectInput.readLong();

    listTypeId = objectInput.readLong();
    name = objectInput.readUTF();
    type = objectInput.readUTF();
  }
 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
   super.readExternal(in);
   initRange = in.readLong();
   finalRange = in.readLong();
   paramText = (String) in.readObject();
   unwrapLeft = in.readBoolean();
   unwrapRight = in.readBoolean();
 }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   statsUserId = objectInput.readLong();
   groupId = objectInput.readLong();
   userId = objectInput.readLong();
   messageCount = objectInput.readInt();
   lastPostDate = objectInput.readLong();
 }
Пример #10
0
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   kvid = objectInput.readLong();
   userId = objectInput.readLong();
   ngayAdd = objectInput.readLong();
   tenKv = objectInput.readUTF();
   diaChi = objectInput.readUTF();
 }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   id = objectInput.readLong();
   companyId = objectInput.readLong();
   paymentFileId = objectInput.readLong();
   dossierId = objectInput.readLong();
   amount = objectInput.readLong();
 }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   uuid = objectInput.readUTF();
   moduleId = objectInput.readLong();
   appId = objectInput.readLong();
   bundleSymbolicName = objectInput.readUTF();
   bundleVersion = objectInput.readUTF();
   contextName = objectInput.readUTF();
 }
 public void readExternal(ObjectInput objectInput) throws IOException {
   jiraChangeItemId = objectInput.readLong();
   jiraChangeGroupId = objectInput.readLong();
   field = objectInput.readUTF();
   oldValue = objectInput.readUTF();
   oldString = objectInput.readUTF();
   newValue = objectInput.readUTF();
   newString = objectInput.readUTF();
 }
Пример #14
0
 @Override
 public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException {
   nodeSource = in.readUTF();
   databaseName = in.readUTF();
   runId = in.readLong();
   operationSerial = in.readLong();
   mode = EXECUTION_MODE.values()[in.readByte()];
   status = STATUS.values()[in.readByte()];
 }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   uuid = objectInput.readUTF();
   relationId = objectInput.readLong();
   companyId = objectInput.readLong();
   createDate = objectInput.readLong();
   userId1 = objectInput.readLong();
   userId2 = objectInput.readLong();
   type = objectInput.readInt();
 }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   eventID = objectInput.readLong();
   event_type = objectInput.readUTF();
   event = objectInput.readUTF();
   who = objectInput.readUTF();
   period_start = objectInput.readLong();
   period_end = objectInput.readLong();
   etimestamp = objectInput.readLong();
 }
  @Override
  public void readExternal(ObjectInput objectInput) throws IOException {
    rowId = objectInput.readLong();

    companyId = objectInput.readLong();
    modifiedDate = objectInput.readLong();

    tableId = objectInput.readLong();

    classPK = objectInput.readLong();
  }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   articleImageId = objectInput.readLong();
   groupId = objectInput.readLong();
   articleId = objectInput.readUTF();
   version = objectInput.readDouble();
   elInstanceId = objectInput.readUTF();
   elName = objectInput.readUTF();
   languageId = objectInput.readUTF();
   tempImage = objectInput.readBoolean();
 }
Пример #19
0
 /**
  * Read this in
  *
  * @exception IOException error reading from log stream
  * @exception ClassNotFoundException corrupted log stream
  */
 public synchronized void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
   setPrevblk(in.readLong());
   setNextblk(in.readLong());
   setBytesused(in.readShort());
   setBytesinuse(in.readShort());
   setPageLSN(in.readLong());
   in.read(data);
   // if (in.read(data) != datasize) {
   //	throw new IOException(
   //		"Datablock read size invalid " + this.toString());
   // }
 }
Пример #20
0
 @Override
 public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException {
   queryId = new UUID(in.readLong() /* MSB */, in.readLong() /* LSB */);
   serviceId = new UUID(in.readLong() /* MSB */, in.readLong() /* LSB */);
   bopId = in.readInt();
   partitionId = in.readInt();
   sinkMessagesOut = LongPacker.unpackInt(in);
   altSinkMessagesOut = LongPacker.unpackInt(in);
   //        sinkMessagesOut = in.readInt();
   //        altSinkMessagesOut = in.readInt();
   stats = (BOpStats) in.readObject();
   cause = (Throwable) in.readObject();
 }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   entryId = objectInput.readLong();
   groupId = objectInput.readLong();
   companyId = objectInput.readLong();
   userId = objectInput.readLong();
   userName = objectInput.readUTF();
   createDate = objectInput.readLong();
   modifiedDate = objectInput.readLong();
   fullName = objectInput.readUTF();
   emailAddress = objectInput.readUTF();
   comments = objectInput.readUTF();
 }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   itemPriceId = objectInput.readLong();
   itemId = objectInput.readLong();
   minQuantity = objectInput.readInt();
   maxQuantity = objectInput.readInt();
   price = objectInput.readDouble();
   discount = objectInput.readDouble();
   taxable = objectInput.readBoolean();
   shipping = objectInput.readDouble();
   useShippingFormula = objectInput.readBoolean();
   status = objectInput.readInt();
 }
  @Override
  public void readExternal(ObjectInput objectInput) throws IOException {
    kaleoActionId = objectInput.readLong();

    groupId = objectInput.readLong();

    companyId = objectInput.readLong();

    userId = objectInput.readLong();
    userName = objectInput.readUTF();
    createDate = objectInput.readLong();
    modifiedDate = objectInput.readLong();
    kaleoClassName = objectInput.readUTF();

    kaleoClassPK = objectInput.readLong();

    kaleoDefinitionId = objectInput.readLong();
    kaleoNodeName = objectInput.readUTF();
    name = objectInput.readUTF();
    description = objectInput.readUTF();
    executionType = objectInput.readUTF();
    script = objectInput.readUTF();
    scriptLanguage = objectInput.readUTF();
    scriptRequiredContexts = objectInput.readUTF();

    priority = objectInput.readInt();
  }
Пример #24
0
 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
   this.key = in.readInt();
   this.value = in.readLong();
   boolean hasNext = in.readBoolean();
   BucketEntry cur = this;
   while (hasNext) {
     int k = in.readInt();
     long v = in.readLong();
     BucketEntry n = new BucketEntry(k, v);
     cur.next = n;
     cur = n;
     hasNext = in.readBoolean();
   }
 }
Пример #25
0
  /** {@inheritDoc} */
  @Override
  public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
    createTime = in.readLong();
    readTime = in.readLong();
    writeTime = in.readLong();
    commitTime = in.readLong();
    rollbackTime = in.readLong();

    reads = in.readInt();
    writes = in.readInt();
    hits = in.readInt();
    misses = in.readInt();
    txCommits = in.readInt();
    txRollbacks = in.readInt();
  }
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   uuid = objectInput.readUTF();
   sapEntryId = objectInput.readLong();
   companyId = objectInput.readLong();
   userId = objectInput.readLong();
   userName = objectInput.readUTF();
   createDate = objectInput.readLong();
   modifiedDate = objectInput.readLong();
   allowedServiceSignatures = objectInput.readUTF();
   defaultSAPEntry = objectInput.readBoolean();
   enabled = objectInput.readBoolean();
   name = objectInput.readUTF();
   title = objectInput.readUTF();
 }
  @Override
  public void readExternal(ObjectInput objectInput) throws IOException {
    akismetDataId = objectInput.readLong();
    modifiedDate = objectInput.readLong();

    classNameId = objectInput.readLong();

    classPK = objectInput.readLong();
    type = objectInput.readUTF();
    permalink = objectInput.readUTF();
    referrer = objectInput.readUTF();
    userAgent = objectInput.readUTF();
    userIP = objectInput.readUTF();
    userURL = objectInput.readUTF();
  }
Пример #28
0
 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
   constraints = (BetaConstraints) in.readObject();
   leftInput = (LeftTupleSource) in.readObject();
   rightInput = (ObjectSource) in.readObject();
   objectMemory = in.readBoolean();
   tupleMemoryEnabled = in.readBoolean();
   concurrentRightTupleMemory = in.readBoolean();
   lrUnlinkingEnabled = in.readBoolean();
   rightDeclaredMask = in.readLong();
   rightInferredMask = in.readLong();
   rightNegativeMask = in.readLong();
   leftListenedProperties = (List) in.readObject();
   rightListenedProperties = (List) in.readObject();
   setUnificationJoin();
   super.readExternal(in);
 }
Пример #29
0
  @SuppressWarnings("unchecked")
  public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
    pkg = (String) in.readObject();
    name = (String) in.readObject();
    parent = (Rule) in.readObject();
    salience = (Salience) in.readObject();
    runLevel = in.readInt();

    dirty = in.readBoolean();
    declarations = (Map<String, Declaration>) in.readObject();
    lhsRoot = (GroupElement) in.readObject();
    dialect = (String) in.readObject();
    agendaGroup = (String) in.readObject();
    metaAttributes = (Map<String, Object>) in.readObject();
    requiredDeclarations = (Map<String, String[]>) in.readObject();

    consequence = (Consequence) in.readObject();
    namedConsequence = (Map<String, Consequence>) in.readObject();
    timer = (Timer) in.readObject();
    loadOrder = in.readLong();
    noLoop = in.readBoolean();
    autoFocus = in.readBoolean();
    activationGroup = (String) in.readObject();
    ruleFlowGroup = (String) in.readObject();
    lockOnActive = in.readBoolean();
    hasLogicalDependency = in.readBoolean();
    semanticallyValid = in.readBoolean();
    dateEffective = (Calendar) in.readObject();
    dateExpires = (Calendar) in.readObject();
    enabled = (Enabled) in.readObject();
    resource = (Resource) in.readObject();
    activationListener = (String) in.readObject();
    consequenceMetaData = (ConsequenceMetaData) in.readObject();
  }
Пример #30
0
 @Override
 public void readExternal(ObjectInput objectInput) throws IOException {
   orgId = objectInput.readLong();
   name = objectInput.readUTF();
   holder = objectInput.readUTF();
   owner = objectInput.readUTF();
   userlist = objectInput.readUTF();
   description = objectInput.readUTF();
   legalStatus = objectInput.readUTF();
   created = objectInput.readLong();
   updated = objectInput.readLong();
   contactId = objectInput.readLong();
   addressId = objectInput.readLong();
   status = objectInput.readInt();
   logoLocation = objectInput.readUTF();
 }