Searched refs:MarshalledKey (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DMarshalledKey.java6 * $Id: MarshalledKey.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
15 * MarshalledKey is implemented by key objects and called by {@link
16 * SampleViews.MarshalledKeyBinding}. In this sample, MarshalledKey is
20 * that a MarshalledKey must also have a no arguments constructor so
25 interface MarshalledKey { interface
H A DPartKey.java18 * implementing the MarshalledKey interface, which is called by {@link
23 public class PartKey implements MarshalledKey {
42 // --- MarshalledKey implementation ---
H A DSupplierKey.java18 * implementing the MarshalledKey interface, which is called by {@link
23 public class SupplierKey implements MarshalledKey {
42 // --- MarshalledKey implementation ---
H A DSampleViews.java170 * object representation. To do this, it calls the MarshalledKey interface
184 if (!MarshalledKey.class.isAssignableFrom(keyClass)) {
186 " does not implement MarshalledKey");
197 MarshalledKey key = (MarshalledKey) keyClass.newInstance();
212 MarshalledKey key = (MarshalledKey) object;
H A DShipmentKey.java18 * implementing the MarshalledKey interface, which is called by {@link
23 public class ShipmentKey implements MarshalledKey {
50 // --- MarshalledKey implementation ---
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile585 $(JAVA_EXDIR)/collections/ship/marshal/MarshalledKey.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in580 $(JAVA_EXDIR)/collections/ship/marshal/MarshalledKey.java \

Completed in 123 milliseconds