public class NonCachingBufferManagerFactory extends Object implements BufferManagerFactory
PARAM_NAME| Constructor and Description |
|---|
NonCachingBufferManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
IBufferManager |
newBufferManager(IBufferManager parent,
Configuration config)
invoked during construction of an ORB
|
IBufferManager |
newSingletonBufferManager(Configuration config)
invoked during construction of the singleton ORB
|
public IBufferManager newBufferManager(IBufferManager parent, Configuration config)
BufferManagerFactorynewBufferManager in interface BufferManagerFactoryparent - the singleton ORB's BufferManagerconfig - the current configuration for the new ORBpublic IBufferManager newSingletonBufferManager(Configuration config)
BufferManagerFactorynewSingletonBufferManager in interface BufferManagerFactoryconfig - the current configuration (ORB is not set, no custom properties available)Copyright © 2017 JacORB. All rights reserved.