Uses of Interface
com.sun.corba.ee.spi.transport.ByteBufferPool
-
Packages that use ByteBufferPool Package Description com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.orb com.sun.corba.ee.spi.transport -
-
Uses of ByteBufferPool in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return ByteBufferPool Modifier and Type Method Description protected ByteBufferPool
BufferManagerReadStream. getByteBufferPool()
-
Uses of ByteBufferPool in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement ByteBufferPool Modifier and Type Class Description class
ByteBufferPoolImpl
Methods in com.sun.corba.ee.impl.transport that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
TransportManagerImpl. getByteBufferPool(int id)
-
Uses of ByteBufferPool in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb declared as ByteBufferPool Modifier and Type Field Description (package private) ByteBufferPool
ORB. byteBufferPool
Methods in com.sun.corba.ee.spi.orb that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
ORB. getByteBufferPool()
-
Uses of ByteBufferPool in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
TransportManager. getByteBufferPool(int id)
-