List of usage examples for java.io Externalizable interface-usage
From source file com.github.naoghuman.abclist.model.Link.java
/**
*
* @author Naoghuman
*/
@Entity
@Access(AccessType.PROPERTY)
From source file com.github.naoghuman.abclist.model.Exercise.java
/**
*
* @author Naoghuman
*/
@Entity
@Access(AccessType.PROPERTY)
From source file org.apache.rahas.Token.java
/**
* This represents a security token which can have either one of 4 states. <ul> <li>ISSUED</li> <li>EXPIRED</li>
* <li>CACELLED</li> <li>RENEWED</li> </ul> Also this holds the <code>OMElement</code>s representing the token in its
* present state and the previous state.
* <p/>
* These tokens are stored using the storage mechanism provided via the <code>TokenStorage</code> interface.
From source file org.apache.openjpa.datacache.QueryKey.java
/**
* This class stores information about a particular invocation of
* a query. It contains a reference to the external properties of the
* query that was executed, as well as any parameters used to execute
* that query, with one exception: first-class objects used as
* parameter values are converted to OIDs.
From source file xbird.storage.io.RemoteVarSegments.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405+xbird@gmail.com)
From source file de.pro.dbw.file.dream.api.DreamModel.java
/**
*
* @author PRo
*/
@Entity
@Access(AccessType.PROPERTY)
From source file xbird.xquery.expr.path.PathExpr.java
/**
*
* <DIV lang="en">
* Note: This expression will be pruned after static analysis.
* </DIV>
* <DIV lang="ja"></DIV>
From source file xbird.util.nio.RemoteMemoryMappedFile.java
/**
*
* <DIV lang="en">
* This class is not thread-safe as an intended behavior.
* </DIV>
* <DIV lang="ja"></DIV>
From source file org.apache.axis2.context.ServiceGroupContext.java
public class ServiceGroupContext extends AbstractContext implements Externalizable, SafeSerializable { /* * setup for logging */ private static final Log log = LogFactory.getLog(ServiceGroupContext.class);
From source file es.udc.gii.common.eaf.algorithm.population.Individual.java
/**
* This class represents a basic individual of the population.
*
* @author Grupo Integrado de Ingeniera (<a href="http://www.gii.udc.es">www.gii.udc.es</a>)
* @since 1.0
*/