List of usage examples for java.io Externalizable interface-usage
From source file org.apache.ode.utils.NSContext.java
/**
* A simple in-memory implementation of the {@link NamespaceContext} interface
* with fairly generic applicability. This class allows clients to manipulate
* the context through publicly accessible methods, and provides serialization
* support.
*
From source file com.github.naoghuman.cm.model.glossary.GlossaryModel.java
/**
* TODO
* Alle GlossaryModels ergeben dass Glossay.
*
* GlossaryModel
* - Id, Title, Description
From source file com.splicemachine.derby.stream.output.update.UpdateTableWriterBuilder.java
/** * * Created by jleach on 5/5/15. */ public abstract class UpdateTableWriterBuilder implements Externalizable, UpdateDataSetWriterBuilder { protected long heapConglom;
From source file org.hyperic.hq.agent.AgentRemoteValue.java
/**
* An object representing key/value pairs to be passed to, and returned from,
* remote method calls.
*
* This object provides a way for values to be sent and received in a way which
* abstracts the serialization or protocol implementation.
From source file com.splicemachine.derby.stream.output.insert.InsertTableWriterBuilder.java
/** * * Builder for InsertTable Functionality * */ public abstract class InsertTableWriterBuilder implements Externalizable, InsertDataSetWriterBuilder {
From source file org.openspaces.remoting.ExecutorRemotingTask.java
/**
* A {@link org.openspaces.core.executor.Task} that can be used to simulate remote invocation with
* {@link org.openspaces.remoting.SpaceRemotingServiceExporter}. When executed, the task searches
* for a service exporter (first under the hardwired name <code>serviceExporter</code>, then any
* bean that define this class), and based on parameters passed on the task itself (such as method
* name, lookup name and arguments) invokes service methods that are registered with the service
From source file com.conwet.silbops.model.ContextFunction.java
/** * This class represent the context function used to evaluate context attributes * * @author sergio */ public class ContextFunction implements JSONizable, Externalizable {
From source file org.browsermob.proxy.jetty.http.HashUserRealm.java
/** HashMapped User Realm.
*
* An implementation of UserRealm that stores users and roles in-memory in
* HashMaps.
* <P>
* Typically these maps are populated by calling the load() method or passing
From source file org.apache.axis2.context.SessionContext.java
/** * All the engine components are stateless across the executions and all the states should be kept in the * Contexts, there are three context Global, Session and Message. */ public class SessionContext extends AbstractContext implements Externalizable, SafeSerializable {
From source file net.lightbody.bmp.proxy.jetty.http.HashUserRealm.java
/** HashMapped User Realm.
*
* An implementation of UserRealm that stores users and roles in-memory in
* HashMaps.
* <P>
* Typically these maps are populated by calling the load() method or passing