Searched refs:MarshalledTupleKeyEntity (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleTupleMarshalledKeyCreator.java14 * methods of the {@link MarshalledTupleKeyEntity} interface to create and
35 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
54 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity)
64 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity)
H A DMarshalledTupleKeyEntity.java6 * $Id: MarshalledTupleKeyEntity.java,v 12.7 2008/02/07 17:12:25 mark Exp $
13 * tuples. Since <code>MarshalledTupleKeyEntity</code> objects are instantiated
27 public interface MarshalledTupleKeyEntity { interface
H A DTupleTupleMarshalledBinding.java16 * <code>MarshalledTupleKeyEntity</code> interfaces of the entity class.
20 * methods of the {@link MarshalledTupleKeyEntity} interface to convert between
36 * MarshalledTupleEntry} and {@link MarshalledTupleKeyEntity}
47 if (!MarshalledTupleKeyEntity.class.isAssignableFrom(cls)) {
49 " does not implement MarshalledTupleKeyEntity");
73 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity) obj;
83 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity) object;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledBinding.java11 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
17 * <code>MarshalledTupleKeyEntity</code> interface of the entity class.
19 * <p>The {@link MarshalledTupleKeyEntity} interface must be implemented by the
29 * @see MarshalledTupleKeyEntity
67 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity) javaInput;
80 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity) object;
H A DTupleSerialMarshalledKeyCreator.java11 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
18 * methods of the {@link MarshalledTupleKeyEntity} interface to create and
34 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
60 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity)
69 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DPart.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Part implements Serializable, MarshalledTupleKeyEntity {
85 // --- MarshalledTupleKeyEntity implementation ---
H A DShipment.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Shipment implements Serializable, MarshalledTupleKeyEntity {
71 // --- MarshalledTupleKeyEntity implementation ---
H A DSupplier.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 * implementing the MarshalledTupleKeyEntity interface. </p>
33 public class Supplier implements Serializable, MarshalledTupleKeyEntity {
78 // --- MarshalledTupleKeyEntity implementation ---
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DMarshalledObject.java13 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
21 implements Serializable, MarshalledTupleKeyEntity {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DMarshalledObject.java12 import com.sleepycat.bind.tuple.MarshalledTupleKeyEntity;
20 implements MarshalledTupleEntry, MarshalledTupleKeyEntity {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile275 $(JAVA_SLEEPYCAT)/bind/tuple/MarshalledTupleKeyEntity.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in273 $(JAVA_SLEEPYCAT)/bind/tuple/MarshalledTupleKeyEntity.java \

Completed in 197 milliseconds