Searched defs:byteBufferPool (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORB.java153 ByteBufferPool byteBufferPool; field in class:ORB
229 byteBufferPool = null;
539 if (byteBufferPool == null)
540 byteBufferPool = new ByteBufferPoolImpl(this);
542 return byteBufferPool;

Completed in 57 milliseconds