Uses of Class
org.apache.jdo.impl.fostore.FOStoreOutput

Uses of FOStoreOutput in org.apache.jdo.impl.fostore
 

Fields in org.apache.jdo.impl.fostore declared as FOStoreOutput
private  FOStoreOutput Message.out
          This contains the Message's actual data for the store.
protected  FOStoreOutput AbstractRequest.out
          Stream to which request writes itself.
private  FOStoreOutput Reply.out
           
private  FOStoreOutput AIDTranscriber.out
           
private  FOStoreOutput FOStoreServerConnectionImpl.serverData
          Used by server to write its replies.
 

Methods in org.apache.jdo.impl.fostore that return FOStoreOutput
 FOStoreOutput Message.getOutput()
          Return the FOStoreOutput stream for requests to be inserted.
 FOStoreOutput FOStoreServerConnection.getOutputForClient()
          Provides a DataOutput to which the server can write data for the client.
 FOStoreOutput FOStoreServerConnectionImpl.getOutputForClient()
          Provides a DataOutput to which the server can write data for the client.
 

Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreOutput
(package private)  int[] FOStoreTranscriber.storeObject(java.lang.Object value, FOStoreOutput out, org.apache.jdo.pm.PersistenceManagerInternal pm)
           
protected  int[] FOStoreTranscriber.storeObject(java.lang.Object value, FOStoreOutput out)
           
(package private) abstract  void ObjectTranscriber.AbstractTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableBooleanTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableCharacterTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableByteTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableShortTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableIntegerTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableLongTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableFloatTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableDoubleTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ImmutableStringTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.ArrayTranscriber.store(java.lang.Object value, FOStoreOutput out)
          Stores the entire array by delegating the storing of each element to the storeElement method, which is implemented by a subclass.
(package private) abstract  void ObjectTranscriber.ArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
          Stores a single element of an array.
(package private)  void ObjectTranscriber.BooleanArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.CharArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.ByteArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.ShortArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.IntArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.LongArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.FloatArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.DoubleArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.StringArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
(package private)  void ObjectTranscriber.ObjArrayTranscriber.storeElement(java.lang.Object value, FOStoreOutput out, int index)
           
protected  void ObjectTranscriber.CollectionTranscriber.writeInfo(java.util.Collection obj, FOStoreOutput out)
          Writes information for Collections, particularly for SCO Collections.
protected  void ObjectTranscriber.CollectionTranscriber.storeCollection(java.util.Collection obj, FOStoreOutput out)
          Store the elements of the collection.
(package private)  void ObjectTranscriber.ArrayListTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.VectorTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.LinkedListTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.TreeSetTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.HashSetTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.MapTranscriber.storeMap(java.util.Map obj, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.MapTranscriber.writeExtras(java.util.Map obj, FOStoreOutput out)
           
protected  void ObjectTranscriber.MapTranscriber.writeInfo(java.util.Map obj, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.HashMapTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.HashtableTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.TreeMapTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.TreeMapTranscriber.writeExtras(java.util.Map obj, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.DateTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.CalendarTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.BigDecimalTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.BigIntegerTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.BitSetTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  void ObjectTranscriber.LocaleTranscriber.store(java.lang.Object value, FOStoreOutput out)
           
(package private)  int[] ObjectTranscriber.storeObject(java.lang.Object value, FOStoreOutput out, org.apache.jdo.pm.PersistenceManagerInternal pm)
          Stores an object on the given FOStoreOutput by delegating to the other storeObject method after stashing away pm.
protected  int[] ObjectTranscriber.storeObject(java.lang.Object value, FOStoreOutput out)
          Stores an object on the given FOStoreOutput.
(package private) static void Tester.dump(java.lang.String label, FOStoreOutput out, int offset, int length)
           
 

Constructors in org.apache.jdo.impl.fostore with parameters of type FOStoreOutput
Reply(RequestId requestId, FOStoreOutput out)
           
AIDTranscriber(FOStoreOutput out, java.lang.Class pcClass, FOStorePMF pmf)