KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > NO_MEMORY > Top Examples

  • org.jacorb.orb.BufferManager
    A BufferManager is used to share a pool of buffers and to implement a buffer allocation policy. This reduces the number of memory allocations and deallocations and the overall memory footprint. Buffers are generally created on demand. The BufferManager uses a singleton pattern, so will only ...
  • org.apache.geronimo.interop.rmi.iiop.CdrOutputStream
    CORBA 2.3 / GIOP 1.2 CDR OutputStream.
Popular Tags