Example usage for java.io Externalizable interface-usage

List of usage examples for java.io Externalizable interface-usage

Introduction

In this page you can find the example usage for java.io Externalizable interface-usage.

Usage

From source file org.apache.lens.server.LensService.java

/**
 * The Class LensService.
 */
public abstract class LensService extends CompositeService implements Externalizable {

    /** The Constant LOG. */

From source file org.grails.ignite.DeferredStartIgniteSpringBean.java

/**
 * Grid Spring bean allows to bypass {@link Ignition} methods.
 * In other words, this bean class allows to inject new grid instance from
 * Spring configuration file directly without invoking static
 * {@link Ignition} methods. This class can be wired directly from
 * Spring and can be referenced from within other Spring beans.

From source file org.apache.shindig.gadgets.http.HttpResponse.java

/**
 * Represents the results of an HTTP content retrieval operation.
 *
 * HttpResponse objects are immutable in order to allow them to be safely used in concurrent
 * caches and by multiple threads without worrying about concurrent modification.
 */

From source file de.betterform.xml.xforms.XFormsProcessorImpl.java

/**
 * This class is an implementation of a W3C XForms 1.0 conformant
 * XForms processor.
 *
 * @author Joern Turner
 * @author Ulrich Nicolas Lissé

From source file com.baobao.utils.cache.SequencedHashMap.java

/**
 * <p>
 * This class has been copied from Commons Collections, version 2.1 in order
 * to eliminate the dependency of dbcp on collections.  It has package scope
 * to prevent its inclusion in the dbcp public API. The class declaration below
 * should *not* be changed to public.

From source file org.openqa.jetty.jetty.servlet.WebApplicationContext.java

/** Standard web.xml configured HttpContext.
 *
 * This specialization of HttpContext uses the standardized web.xml
 * to describe a web application and configure the handlers for the
 * HttpContext.
 *

From source file com.conwet.silbops.model.Subscription.java

/**
 * Subscription subscription, represents a {@link Set} of {@link Constraint}
 *
 * @author sergio
 * @apiviz.owns com.conwet.silbops.model.Constraint
 */

From source file org.apache.axis2.addressing.EndpointReference.java

/**
 * Class EndpointReference
 * This class models the WS-A EndpointReferenceType. But this can be used without any WS-A handlers as well
 * Since the models for this in Submission and Final versions are different, lets make this to comply with
 * WS-A Final version. So any information found with WS-A submission will be "pumped" in to this model.
 */

From source file org.opencms.db.CmsPublishList.java

/**
 * A container for all new/changed/deteled Cms resources that are published together.<p>
 * 
 * Only classes inside the org.opencms.db package can add or remove elements to or from this list. 
 * This allows the OpenCms API to pass the list around between classes, but with restricted access to 
 * create this list.<p>

From source file org.openfaces.component.table.TableDataModel.java

/**
 * @author Dmitry Pikhulya
 */

public class TableDataModel extends DataModel implements DataModelListener, Externalizable {
    private static final String VAR_FILTER_CRITERIA = "filterCriteria";