public interface BufferManagerFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_NAME |
| 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
|
static final String PARAM_NAME
IBufferManager newSingletonBufferManager(Configuration config)
config - the current configuration (ORB is not set, no custom properties available)IBufferManager newBufferManager(IBufferManager parent, Configuration config)
config - the current configuration for the new ORBparent - the singleton ORB's BufferManagerCopyright © 2017 JacORB. All rights reserved.