List of usage examples for java.io Externalizable interface-usage
From source file com.delphix.session.impl.frame.ExchangeID.java
/**
* This class describes an identifier for a session exchange.
*
* The identifier is allocated from a global sequence of monotonically increasing integers. The ID sequence is of
* four-byte width and therefore wraps around at 0xffffffff. Since we use the ID for comparison only and not its
* mathematical value, we use a signed integer for storage.
From source file org.codehaus.wadi.servicespace.InvocationInfo.java
/** * * @version $Revision: 1538 $ */ public class InvocationInfo implements Externalizable { private static final Log log = LogFactory.getLog(InvocationInfo.class);
From source file LongRange.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405+xbird@gmail.com)
From source file com.adaptris.core.interceptor.MessageStatistic.java
/** * A message statistic stored by a {@link MessageMetricsInterceptorImpl} instances. * * @config interceptor-message-statistic */ @XStreamAlias("interceptor-message-statistic")
From source file se.sawano.java.security.otp.TOTP.java
/** * Representation of a TOTP. This class will throw an {@link UnsupportedOperationException} if serialized in order to * prevent accidental serialization of the TOTP code. Encapsulate the TOTP object in another class if the TOTP code * needs to be serialized. */ public final class TOTP implements Externalizable {
From source file bftsmart.consensus.TimestampValuePair.java
/** * This class associates a timestamp to a value * * @author Joao Sousa */ public class TimestampValuePair implements Externalizable {
From source file com.github.catageek.bytecart.routing.Metric.java
/** * The metric component of a routing table entry */ public final class Metric implements Comparable<Metric>, Externalizable { /**
From source file com.splicemachine.pipeline.constraint.ConstraintContext.java
/** * Immutable class representing a named constraint on a named table. */ public class ConstraintContext implements Externalizable { /* The message args which will be passed to our StandardException factory method for creating a constraint
From source file MutableInt.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405+xbird@gmail.com)
From source file MutableLong.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405+xbird@gmail.com)